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

/external/skia/src/image/
H A DSkImage_Raster.cpp246 SkImage* SkNewImageFromRasterBitmap(const SkBitmap& bm, ForceCopyMode forceCopy) { argument
260 if (kYes_ForceCopyMode == forceCopy || !bm.isImmutable()) {
/external/icu/icu4c/source/common/
H A Duresbund.cpp1264 UBool forceCopy,
1286 if (forceCopy) {
1298 if (!forceCopy && (length16 <= 0x2aaaaaaa)) {
1307 * We do not do this if forceCopy=TRUE because then the caller
1326 UBool forceCopy,
1330 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1648 UBool forceCopy,
1652 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
2140 UBool forceCopy,
2144 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu
1262 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1324 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1645 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
2137 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2875 UBool forceCopy; local
2893 for(forceCopy = FALSE; forceCopy <= TRUE; ++forceCopy) {
2897 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2899 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2901 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2914 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2916 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2918 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu
[all...]

Completed in 82 milliseconds