Searched defs:leadUnit (Results 1 – 5 of 5) sorted by relevance
| /third_party/icu/icu4c/source/common/unicode/ |
| D | ucharstrie.h | 260 int32_t leadUnit=*pos++; in getValue() local 420 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue() 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() 442 int32_t leadUnit=*pos++; in skipValue() local 446 static inline int32_t readNodeValue(const char16_t *pos, int32_t leadUnit) { in readNodeValue() 458 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue()
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | ucharstrie.h | 260 int32_t leadUnit=*pos++; in getValue() local 420 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue() 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() 442 int32_t leadUnit=*pos++; in skipValue() local 446 static inline int32_t readNodeValue(const char16_t *pos, int32_t leadUnit) { in readNodeValue() 458 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | ucharstrie.h | 260 int32_t leadUnit=*pos++; in getValue() local 420 static inline int32_t readValue(const char16_t *pos, int32_t leadUnit) { in readValue() 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() 442 int32_t leadUnit=*pos++; in skipValue() local 446 static inline int32_t readNodeValue(const char16_t *pos, int32_t leadUnit) { in readNodeValue() 458 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | CharsTrie.java | 368 int leadUnit=chars_.charAt(pos++); in getValue() local 702 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue() 713 private static int skipValue(int pos, int leadUnit) { in skipValue() 724 int leadUnit=chars.charAt(pos++); in skipValue() local 728 private static int readNodeValue(CharSequence chars, int pos, int leadUnit) { in readNodeValue() 740 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | CharsTrie.java | 352 int leadUnit=chars_.charAt(pos++); in getValue() local 675 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue() 686 private static int skipValue(int pos, int leadUnit) { in skipValue() 697 int leadUnit=chars.charAt(pos++); in skipValue() local 701 private static int readNodeValue(CharSequence chars, int pos, int leadUnit) { in readNodeValue() 713 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue()
|