Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dures.h416 UBool forceCopy,
683 UBool forceCopy,
776 UBool forceCopy,
/external/icu4c/test/cintltst/
Dcreststn.c2829 UBool forceCopy; in tres_getString() local
2847 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString()
2851 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status); in tres_getString()
2853 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2855 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2868 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status); in tres_getString()
2870 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString()
2872 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString()
2883 if(forceCopy && s8 != p8) { in tres_getString()
/external/icu4c/common/
Duresbund.c1176 UBool forceCopy, in ures_toUTF8String() argument
1198 if (forceCopy) { in ures_toUTF8String()
1210 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String()
1238 UBool forceCopy, in ures_getUTF8String() argument
1242 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String()
1560 UBool forceCopy, in ures_getUTF8StringByIndex() argument
1564 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex()
1892 UBool forceCopy, in ures_getUTF8StringByKey() argument
1896 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()