Home
last modified time | relevance | path

Searched defs:endCodePoint (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java342 public int endCodePoint; // Inclusive. field in Trie2.Range
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2.java345 public int endCodePoint; // Inclusive. field in Trie2.Range
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp710 char *endCodePoint = strchr(startCodePoint, ';'); in readAnElement() local