Searched refs:forceCopy (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 424 UBool forceCopy, 691 UBool forceCopy, 784 UBool forceCopy,
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 2875 UBool forceCopy; in tres_getString() local 2893 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString() 2897 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2899 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2901 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2914 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2916 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2918 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2929 if(forceCopy && s8 != p8) { in tres_getString()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1263 UBool forceCopy, in ures_toUTF8String() argument 1285 if (forceCopy) { in ures_toUTF8String() 1297 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1325 UBool forceCopy, in ures_getUTF8String() argument 1329 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1647 UBool forceCopy, in ures_getUTF8StringByIndex() argument 1651 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 2024 UBool forceCopy, in ures_getUTF8StringByKey() argument 2028 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()
|