/third_party/icu/icu4c/source/common/unicode/ |
H A D | ures.h | 389 * If forceCopy==true, then the string is always written to the dest buffer 392 * If forceCopy==false, then the string is returned as a pointer if possible, 410 * @param forceCopy If true, then the output string will always be written to 422 * from dest (only if !forceCopy), or in unrelated memory. 433 UBool forceCopy, 654 * If forceCopy==true, then the string is always written to the dest buffer 657 * If forceCopy==false, then the string is returned as a pointer if possible, 676 * @param forceCopy If true, then the output string will always be written to 688 * from dest (only if !forceCopy), or in unrelated memory. 700 UBool forceCopy, [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ures.h | 390 * If forceCopy==true, then the string is always written to the dest buffer 393 * If forceCopy==false, then the string is returned as a pointer if possible, 411 * @param forceCopy If true, then the output string will always be written to 423 * from dest (only if !forceCopy), or in unrelated memory. 434 UBool forceCopy, 655 * If forceCopy==true, then the string is always written to the dest buffer 658 * If forceCopy==false, then the string is returned as a pointer if possible, 677 * @param forceCopy If true, then the output string will always be written to 689 * from dest (only if !forceCopy), or in unrelated memory. 701 UBool forceCopy, [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ures.h | 389 * If forceCopy==true, then the string is always written to the dest buffer 392 * If forceCopy==false, then the string is returned as a pointer if possible, 410 * @param forceCopy If true, then the output string will always be written to 422 * from dest (only if !forceCopy), or in unrelated memory. 433 UBool forceCopy, 654 * If forceCopy==true, then the string is always written to the dest buffer 657 * If forceCopy==false, then the string is returned as a pointer if possible, 676 * @param forceCopy If true, then the output string will always be written to 688 * from dest (only if !forceCopy), or in unrelated memory. 700 UBool forceCopy, [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 1318 UBool forceCopy, in ures_toUTF8String() 1340 if (forceCopy) { in ures_toUTF8String() 1352 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1361 * We do not do this if forceCopy=TRUE because then the caller in ures_toUTF8String() 1380 UBool forceCopy, in ures_getUTF8String() 1384 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1711 UBool forceCopy, in ures_getUTF8StringByIndex() 1715 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 2211 UBool forceCopy, in ures_getUTF8StringByKey() 2215 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu in ures_getUTF8StringByKey() 1316 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1378 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1708 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 2208 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument [all...] |
/third_party/skia/experimental/graphite/src/ |
H A D | Device.h | 113 sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false) override;
|
H A D | Device.cpp | 387 sk_sp<SkSpecialImage> Device::snapSpecial(const SkIRect& subset, bool forceCopy) { in snapSpecial() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 2915 UBool forceCopy; in tres_getString() local 2933 for(forceCopy = false; forceCopy <= true; ++forceCopy) { in tres_getString() 2937 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2939 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2941 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); in tres_getString() 2954 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); in tres_getString() 2956 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); in tres_getString() 2958 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, statu in tres_getString() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1541 UBool forceCopy, in ures_toUTF8String() 1563 if (forceCopy) { in ures_toUTF8String() 1575 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1584 * We do not do this if forceCopy=true because then the caller in ures_toUTF8String() 1603 UBool forceCopy, in ures_getUTF8String() 1607 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1934 UBool forceCopy, in ures_getUTF8StringByIndex() 1938 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 2572 UBool forceCopy, in ures_getUTF8StringByKey() 2576 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu in ures_getUTF8StringByKey() 1539 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1601 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1931 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 2569 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 1543 UBool forceCopy, in ures_toUTF8String() 1565 if (forceCopy) { in ures_toUTF8String() 1577 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1586 * We do not do this if forceCopy=true because then the caller in ures_toUTF8String() 1605 UBool forceCopy, in ures_getUTF8String() 1609 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() 1936 UBool forceCopy, in ures_getUTF8StringByIndex() 1940 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex() 2633 UBool forceCopy, in ures_getUTF8StringByKey() 2637 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, statu in ures_getUTF8StringByKey() 1541 ures_toUTF8String(const char16_t *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1603 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1933 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 2630 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 142 sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false) override;
|
H A D | Device.cpp | 694 sk_sp<SkSpecialImage> Device::snapSpecial(const SkIRect& subset, bool forceCopy) { in snapSpecial() argument 711 if (forceCopy || !view.asTextureProxy()) { in snapSpecial()
|
/third_party/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 617 sk_sp<SkSpecialImage> SkBitmapDevice::snapSpecial(const SkIRect& bounds, bool forceCopy) { in snapSpecial() argument 618 if (forceCopy) { in snapSpecial()
|
H A D | SkDevice.h | 341 // Snap the 'subset' contents from this device, possibly as a read-only view. If 'forceCopy' 343 // device. When 'forceCopy' is false, the image can be a view into the device's pixels 345 virtual sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false);
|