Searched defs:firstLength (Results 1 – 11 of 11) sorted by relevance
| /third_party/node/deps/icu-small/source/common/ |
| D | normalizer2.cpp | 364 char16_t *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() 420 char16_t *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() 431 char16_t *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append()
|
| D | norm2allmodes.h | 90 int32_t firstLength=first.length(); in normalizeSecondAndAppend() local
|
| D | ucnv_ext.cpp | 280 int32_t firstLength, in ucnv_extInitialMatchToU()
|
| /third_party/icu/icu4c/source/common/ |
| D | normalizer2.cpp | 364 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() 420 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() 431 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append()
|
| D | norm2allmodes.h | 90 int32_t firstLength=first.length(); in normalizeSecondAndAppend() local
|
| D | ucnv_ext.cpp | 280 int32_t firstLength, in ucnv_extInitialMatchToU()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | normalizer2.cpp | 364 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() 420 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() 431 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append()
|
| D | norm2allmodes.h | 90 int32_t firstLength=first.length(); in normalizeSecondAndAppend() local
|
| D | ucnv_ext.cpp | 280 int32_t firstLength, in ucnv_extInitialMatchToU()
|
| /third_party/icu/ohos_icu4c/src/ |
| D | icu_addon.cpp | 2037 int32_t unorm2_append(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCa… in unorm2_append() 2111 …t32_t unorm2_normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, in unorm2_normalizeSecondAndAppend()
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | CharsetMBCS.java | 1918 …private boolean initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer o… in initialMatchToU()
|