Home
last modified time | relevance | path

Searched refs:forceCopy (Results 1 – 5 of 5) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dures.h430 UBool forceCopy,
697 UBool forceCopy,
790 UBool forceCopy,
/external/icu/icu4c/source/common/unicode/
Dures.h430 UBool forceCopy,
697 UBool forceCopy,
790 UBool forceCopy,
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2880 UBool forceCopy; in tres_getString() local
2898 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString()
2902 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString()
2904 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2906 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2919 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString()
2921 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2923 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2934 if(forceCopy && s8 != p8) { in tres_getString()
/external/icu/icu4c/source/common/
Duresbund.cpp1298 UBool forceCopy, in ures_toUTF8String() argument
1320 if (forceCopy) { in ures_toUTF8String()
1332 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String()
1360 UBool forceCopy, in ures_getUTF8String() argument
1364 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String()
1683 UBool forceCopy, in ures_getUTF8StringByIndex() argument
1687 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex()
2151 UBool forceCopy, in ures_getUTF8StringByKey() argument
2155 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2424 …roid(const UResourceBundle * resB, char * dest, int32_t * length, UBool forceCopy, UErrorCode * st… in ures_getUTF8String_android() argument
2425 return ures_getUTF8String(resB, dest, length, forceCopy, status); in ures_getUTF8String_android()
2427 …ndle * resB, int32_t stringIndex, char * dest, int32_t * pLength, UBool forceCopy, UErrorCode * st… in ures_getUTF8StringByIndex_android() argument
2428 return ures_getUTF8StringByIndex(resB, stringIndex, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex_android()
2430 …eBundle * resB, const char * key, char * dest, int32_t * pLength, UBool forceCopy, UErrorCode * st… in ures_getUTF8StringByKey_android() argument
2431 return ures_getUTF8StringByKey(resB, key, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey_android()