/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF16.java | 194 private final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() argument
|
H A D | CharsetEncoderICU.java | 867 final CoderResult handleSurrogates(CharBuffer source, char lead) { in handleSurrogates() argument 908 handleSurrogates(char[] sourceArray, int sourceIndex, int sourceLimit, char lead) handleSurrogates() argument [all...] |
H A D | CharsetSCSU.java | 621 private char lead, trail; field in CharsetSCSU.CharsetEncoderSCSU [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Trie.java | 269 protected abstract int getSurrogateOffset(char lead, cha argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | utrie2.cpp | 627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
|
H A D | ustrcase.cpp | 227 UChar lead = 0; in toLower() local 322 UChar lead = 0; toUpper() local [all...] |
H A D | uiter.cpp | 911 UChar lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
|
H A D | ucasemap.cpp | 227 uint8_t lead = src[srcIndex++]; in toLower() local 335 uint8_t lead = src[srcIndex++]; toUpper() local [all...] |
H A D | ucnvscsu.cpp | 1032 UChar lead, trail; in _SCSUFromUnicodeWithOffsets() local 1537 UChar lead, trai in _SCSUFromUnicode() local [all...] |
/third_party/libsnd/src/ALAC/ |
H A D | ag_dec.c | 86 static inline int32_t lead (int32_t m) in lead() function
|
H A D | ag_enc.c | 61 static inline int32_t lead (int32_t m) in lead() function
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-printers.cc | 386 unsigned char lead = s[i++]; in IsValidUTF8() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrcase.cpp | 227 char16_t lead = 0; in toLower() local 322 char16_t lead = 0; toUpper() local [all...] |
H A D | utrie2.cpp | 627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
|
H A D | uiter.cpp | 911 char16_t lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-printers.cc | 487 unsigned char lead = s[i++]; in IsValidUTF8() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | sprpdata.c | 215 UChar lead = U16_LEAD(mapping[i]); in compareMapping() local
|
H A D | custrtst.c | 717 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testidn.cpp | 388 UChar lead = U16_LEAD(mapping[i]); in compareMapping() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.h | 102 static inline bool IsSurrogatePair(int lead, int trail) { in IsSurrogatePair() argument 112 static inline int CombineSurrogatePair(uchar lead, uchar trail) { in CombineSurrogatePair() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie2.cpp | 627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
|
H A D | ucasemap.cpp | 228 uint8_t lead = src[srcIndex++]; in toLower() local 336 uint8_t lead = src[srcIndex++]; toUpper() local [all...] |
H A D | uiter.cpp | 911 UChar lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
|
/third_party/tzdata/ |
H A D | strftime.c | 638 register int lead; in _yconv() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Trie2.java | 418 iteratorForLeadSurrogate(char lead, ValueMapper mapper) iteratorForLeadSurrogate() argument 435 iteratorForLeadSurrogate(char lead) iteratorForLeadSurrogate() argument [all...] |