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

/external/icu4c/common/unicode/
H A Dures.h379 * If forceCopy==TRUE, then the string is always written to the dest buffer
382 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
400 * @param forceCopy If TRUE, then the output string will always be written to
412 * from dest (only if !forceCopy), or in unrelated memory.
423 UBool forceCopy,
644 * If forceCopy==TRUE, then the string is always written to the dest buffer
647 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
666 * @param forceCopy If TRUE, then the output string will always be written to
678 * from dest (only if !forceCopy), or in unrelated memory.
690 UBool forceCopy,
[all...]
/external/icu4c/common/
H A Duresbund.cpp1186 UBool forceCopy,
1208 if (forceCopy) {
1220 if (!forceCopy && (length16 <= 0x2aaaaaaa)) {
1229 * We do not do this if forceCopy=TRUE because then the caller
1248 UBool forceCopy,
1252 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1570 UBool forceCopy,
1574 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1906 UBool forceCopy,
1910 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu
1184 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1246 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1567 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1903 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
[all...]
/external/icu4c/test/cintltst/
H A Dcreststn.c2806 UBool forceCopy; local
2824 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2828 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2830 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2832 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2845 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2847 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2849 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu
[all...]

Completed in 200 milliseconds