Searched refs:voTrie (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/ |
H A D | layoutpropsbuilder.cpp | 104 UCPTrie *voTrie; member in LayoutPropsBuilder 108 inpcTrie(nullptr), inscTrie(nullptr), voTrie(nullptr) { in LayoutPropsBuilder() 125 ucptrie_close(voTrie); in ~LayoutPropsBuilder() 221 voTrie = buildUCPTrie("vo", voMutableTrie, in build() 226 voLength = writeTrieBytes(voTrie, voBytes, errorCode); in build()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterProperty.java | 150 CodePointTrie voTrie = null; // Vertical_Orientation field in UCharacterProperty.LayoutProps 194 voTrie = CodePointTrie.fromBinary(null, null, bytes); in LayoutProps() 219 trie = voTrie; in addPropertyStarts() 800 CodePointTrie trie = LayoutProps.INSTANCE.voTrie;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterProperty.java | 150 CodePointTrie voTrie = null; // Vertical_Orientation field in UCharacterProperty.LayoutProps 194 voTrie = CodePointTrie.fromBinary(null, null, bytes); in LayoutProps() 219 trie = voTrie; in addPropertyStarts() 781 CodePointTrie trie = LayoutProps.INSTANCE.voTrie;
|
Completed in 7 milliseconds