Searched refs:forceCopy (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/unicode/ |
D | ures.h | 408 UBool forceCopy, 675 UBool forceCopy, 768 UBool forceCopy,
|
/external/icu4c/common/ |
D | uresbund.c | 1012 UBool forceCopy, in ures_toUTF8String() argument 1034 if (forceCopy) { in ures_toUTF8String() 1046 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1074 UBool forceCopy, in ures_getUTF8String() argument 1078 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1402 UBool forceCopy, in ures_getUTF8StringByIndex() argument 1406 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 1731 UBool forceCopy, in ures_getUTF8StringByKey() argument 1735 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey()
|
/external/icu4c/test/cintltst/ |
D | creststn.c | 2802 UBool forceCopy; in tres_getString() local 2820 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) { in tres_getString() 2824 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status); in tres_getString() 2826 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2828 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2841 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status); in tres_getString() 2843 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2845 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2856 if(forceCopy && s8 != p8) { in tres_getString()
|