/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument
|
H A D | unistr_cnv.cpp | 157 char *targetLimit = (char *)U_MAX_PTR(target); in extract() local
|
H A D | ucnv_u32.cpp | 53 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE() local 133 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 219 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE() local 321 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 515 const UChar *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE() local 601 const UChar *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 697 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE() local 807 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local [all...] |
H A D | ucnv_u7.cpp | 216 const UChar *targetLimit; in _UTF7ToUnicodeWithOffsets() local 466 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local 900 const UChar *targetLimit; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
H A D | ucnv_u8.cpp | 72 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8() local 190 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 307 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8() local 422 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local [all...] |
H A D | ucnv_ext.cpp | 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
H A D | ucnvbocu.cpp | 961 const UChar *targetLimit; in _Bocu1ToUnicodeWithOffsets() local 1184 const UChar *targetLimit; _Bocu1ToUnicode() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const char16_t *uchars, int32_t length, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument
|
H A D | unistr_cnv.cpp | 157 char *targetLimit = (char *)U_MAX_PTR(target); in extract() local
|
H A D | ucnv_u7.cpp | 216 const char16_t *targetLimit; in _UTF7ToUnicodeWithOffsets() local 466 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local 900 const char16_t *targetLimit; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
H A D | ucnv_u32.cpp | 53 const char16_t *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE() local 133 const char16_t *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 219 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE() local 321 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 515 const char16_t *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE() local 601 const char16_t *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 697 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE() local 807 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local [all...] |
H A D | ucnv_u8.cpp | 72 const char16_t *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8() local 190 const char16_t *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 307 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8() local 422 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local [all...] |
H A D | ucnvbocu.cpp | 961 const char16_t *targetLimit; in _Bocu1ToUnicodeWithOffsets() local 1184 const char16_t *targetLimit; _Bocu1ToUnicode() local [all...] |
H A D | ucnv_ext.cpp | 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const char16_t **src, const char16_t *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument
|
H A D | unistr_cnv.cpp | 157 char *targetLimit = (char *)U_MAX_PTR(target); in extract() local
|
H A D | ucnv_u32.cpp | 53 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE() local 133 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 219 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE() local 321 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 515 const UChar *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE() local 601 const UChar *targetLimit = args->targetLimit; T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 697 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE() local 807 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local [all...] |
H A D | ucnv_u7.cpp | 216 const UChar *targetLimit; in _UTF7ToUnicodeWithOffsets() local 466 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local 900 const UChar *targetLimit; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
H A D | ucnv_u8.cpp | 72 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8() local 190 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 307 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8() local 422 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv_err.h | 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv_err.h | 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv_err.h | 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ member
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF8.java | 518 encodeFourBytes(char[] sourceArray, byte[] targetArray, int sourceLimit, int targetLimit, int char32) encodeFourBytes() argument [all...] |
/third_party/icu/icu4c/source/test/perf/convperf/ |
H A D | convperf.h | 34 UChar* targetLimit; member in ICUToUnicodePerfFunction 79 char* targetLimit; member in ICUFromUnicodePerfFunction
|
/third_party/icu/icu4c/source/samples/ucnv/ |
H A D | convsamp.cpp | 306 UChar *targetLimit; in convsample_05() local 885 UChar *targetLimit; in convsample_40() local 989 char *targetLimit; in convsample_46() local
|