Home
last modified time | relevance | path

Searched defs:lead (Results 26 - 50 of 91) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF16.java194 private final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() argument
H A DCharsetEncoderICU.java867 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 DCharsetSCSU.java621 private char lead, trail; field in CharsetSCSU.CharsetEncoderSCSU
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie.java269 protected abstract int getSurrogateOffset(char lead, cha argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dutrie2.cpp627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
H A Dustrcase.cpp227 UChar lead = 0; in toLower() local
322 UChar lead = 0; toUpper() local
[all...]
H A Duiter.cpp911 UChar lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
H A Ducasemap.cpp227 uint8_t lead = src[srcIndex++]; in toLower() local
335 uint8_t lead = src[srcIndex++]; toUpper() local
[all...]
H A Ducnvscsu.cpp1032 UChar lead, trail; in _SCSUFromUnicodeWithOffsets() local
1537 UChar lead, trai in _SCSUFromUnicode() local
[all...]
/third_party/libsnd/src/ALAC/
H A Dag_dec.c86 static inline int32_t lead (int32_t m) in lead() function
H A Dag_enc.c61 static inline int32_t lead (int32_t m) in lead() function
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc386 unsigned char lead = s[i++]; in IsValidUTF8() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustrcase.cpp227 char16_t lead = 0; in toLower() local
322 char16_t lead = 0; toUpper() local
[all...]
H A Dutrie2.cpp627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
H A Duiter.cpp911 char16_t lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc487 unsigned char lead = s[i++]; in IsValidUTF8() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c215 UChar lead = U16_LEAD(mapping[i]); in compareMapping() local
H A Dcustrtst.c717 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 Dtestidn.cpp388 UChar lead = U16_LEAD(mapping[i]); in compareMapping() local
/third_party/node/deps/v8/src/strings/
H A Dunicode.h102 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 Dutrie2.cpp627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, in utrie2_enumForLeadSurrogate() argument
H A Ducasemap.cpp228 uint8_t lead = src[srcIndex++]; in toLower() local
336 uint8_t lead = src[srcIndex++]; toUpper() local
[all...]
H A Duiter.cpp911 UChar lead=U16_LEAD(iter->reservedField); in utf8IteratorPrevious() local
/third_party/tzdata/
H A Dstrftime.c638 register int lead; in _yconv() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java418 iteratorForLeadSurrogate(char lead, ValueMapper mapper) iteratorForLeadSurrogate() argument
435 iteratorForLeadSurrogate(char lead) iteratorForLeadSurrogate() argument
[all...]

Completed in 24 milliseconds

1234