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

/external/icu4c/common/unicode/
H A Dures.h372 * If forceCopy==TRUE, then the string is always written to the dest buffer
375 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
393 * @param forceCopy If TRUE, then the output string will always be written to
405 * from dest (only if !forceCopy), or in unrelated memory.
416 UBool forceCopy,
637 * If forceCopy==TRUE, then the string is always written to the dest buffer
640 * If forceCopy==FALSE, then the string is returned as a pointer if possible,
659 * @param forceCopy If TRUE, then the output string will always be written to
671 * from dest (only if !forceCopy), or in unrelated memory.
683 UBool forceCopy,
[all...]
/external/icu4c/common/
H A Duresbund.c1193 UBool forceCopy,
1215 if (forceCopy) {
1227 if (!forceCopy && (length16 <= 0x2aaaaaaa)) {
1236 * We do not do this if forceCopy=TRUE because then the caller
1255 UBool forceCopy,
1259 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1577 UBool forceCopy,
1581 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1909 UBool forceCopy,
1913 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu
1191 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1253 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1574 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1906 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.c2829 UBool forceCopy; local
2847 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2851 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2853 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2855 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2868 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2870 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2872 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu
[all...]

Completed in 51 milliseconds