Searched defs:forceCopy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp1177 UBool forceCopy,
1199 if (forceCopy) {
1211 if (!forceCopy && (length16 <= 0x2aaaaaaa)) {
1220 * We do not do this if forceCopy=TRUE because then the caller
1239 UBool forceCopy,
1243 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1561 UBool forceCopy,
1565 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1933 UBool forceCopy,
1937 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu
1175 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1237 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1558 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1930 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/common/
H A Duresbund.cpp1177 UBool forceCopy,
1199 if (forceCopy) {
1211 if (!forceCopy && (length16 <= 0x2aaaaaaa)) {
1220 * We do not do this if forceCopy=TRUE because then the caller
1239 UBool forceCopy,
1243 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1561 UBool forceCopy,
1565 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1933 UBool forceCopy,
1937 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu
1175 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1237 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1558 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1930 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2874 UBool forceCopy; local
2892 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2896 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2898 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2900 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2913 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2915 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2917 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2879 UBool forceCopy; local
2897 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2901 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2903 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2905 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2918 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2920 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2922 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu
[all...]

Completed in 353 milliseconds