/third_party/eudev/src/shared/ |
H A D | utf8.h | 49 static inline uint32_t utf16_surrogate_pair_to_unichar(uint16_t lead, uint16_t trail) { in utf16_surrogate_pair_to_unichar() argument
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | csum-partial_64.c | 102 unsigned long trail; in csum_partial() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uitercollationiterator.cpp | 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local [all...] |
H A D | utf16collationiterator.cpp | 72 char16_t trail; in handleGetTrailSurrogate() local 98 char16_t trail; in nextCodePoint() local 280 char16_t trail; in nextCodePoint() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uitercollationiterator.cpp | 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local [all...] |
H A D | utf16collationiterator.cpp | 72 UChar trail; in handleGetTrailSurrogate() local 98 UChar trail; in nextCodePoint() local 280 UChar trail; in nextCodePoint() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uitercollationiterator.cpp | 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() local [all...] |
H A D | utf16collationiterator.cpp | 72 UChar trail; in handleGetTrailSurrogate() local 98 UChar trail; in nextCodePoint() local 280 UChar trail; in nextCodePoint() local
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
H A D | extension-permessage-deflate.c | 69 static unsigned char trail[] = { 0, 0, 0xff, 0xff }; variable
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | color.c | 13 __color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args, const char *trail) __color_vsnprintf() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_14nm.c | 21 u32 trail = clk_ln ? timing->clk_trail : timing->hs_trail; in dsi_14nm_dphy_set_timing() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | color.c | 13 __color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args, const char *trail) __color_vsnprintf() argument
|
/third_party/curl/lib/ |
H A D | dynbuf.c | 141 CURLcode Curl_dyn_tail(struct dynbuf *s, size_t trail) in Curl_dyn_tail() argument
|
/third_party/musl/src/stdlib/ |
H A D | qsort.c | 126 int trail; in trinkle() local 165 int trail; in __qsort_r() local
|
/third_party/icu/icu4c/source/samples/uciter8/ |
H A D | uit_len8.c | 417 UChar trail=U16_TRAIL(iter->reservedField); in lenient8IteratorNext() local
|
/third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
H A D | uit_len8.c | 417 UChar trail=U16_TRAIL(iter->reservedField); in lenient8IteratorNext() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CharTrie.java | 165 public final char getSurrogateValue(char lead, char trail) in getSurrogateValue() argument 183 public final char getTrailValue(int leadvalue, char trail) in getTrailValue() argument 257 getSurrogateOffset(char lead, char trail) getSurrogateOffset() argument [all...] |
H A D | IntTrie.java | 166 public final int getSurrogateValue(char lead, char trail) in getSurrogateValue() argument 192 getTrailValue(int leadvalue, char trail) getTrailValue() argument 270 getSurrogateOffset(char lead, char trail) getSurrogateOffset() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnvlat1.cpp | 277 UChar trail=*source; in _Latin1FromUnicodeWithOffsets() local
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | UTF16Util.java | 374 public static int getRawSupplementary(char lead, char trail) in getRawSupplementary() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CharTrie.java | 166 public final char getSurrogateValue(char lead, char trail) in getSurrogateValue() argument 184 public final char getTrailValue(int leadvalue, char trail) in getTrailValue() argument 258 getSurrogateOffset(char lead, char trail) getSurrogateOffset() argument [all...] |
H A D | IntTrie.java | 167 public final int getSurrogateValue(char lead, char trail) in getSurrogateValue() argument 193 getTrailValue(int leadvalue, char trail) getTrailValue() argument 271 getSurrogateOffset(char lead, char trail) getSurrogateOffset() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | UTF16Util.java | 378 public static int getRawSupplementary(char lead, char trail) in getRawSupplementary() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvlat1.cpp | 277 char16_t trail=*source; in _Latin1FromUnicodeWithOffsets() local
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | norms.cpp | 190 UChar32 trail=m.char32At(m.length()-1); in rangeHandler() local [all...] |