Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dures.h430 UBool forceCopy,
697 UBool forceCopy,
790 UBool forceCopy,
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2878 UBool forceCopy; in tres_getString() local
2896 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString()
2900 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString()
2902 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2904 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2917 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString()
2919 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2921 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2932 if(forceCopy && s8 != p8) { in tres_getString()
/external/icu/icu4c/source/common/
Duresbund.cpp1266 UBool forceCopy, in ures_toUTF8String() argument
1288 if (forceCopy) { in ures_toUTF8String()
1300 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String()
1328 UBool forceCopy, in ures_getUTF8String() argument
1332 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String()
1651 UBool forceCopy, in ures_getUTF8StringByIndex() argument
1655 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex()
2119 UBool forceCopy, in ures_getUTF8StringByKey() argument
2123 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()