Home
last modified time | relevance | path

Searched refs:gInscTrie (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.cpp54 UCPTrie *gInscTrie = nullptr; // Indic_Syllabic_Category variable
67 ucptrie_close(gInscTrie); in uprops_cleanup()
68 gInscTrie = nullptr; in uprops_cleanup()
120 gInscTrie = ucptrie_openFromBinary( in ulayout_load()
554 return ulayout_ensureData() && gInscTrie != nullptr ? ucptrie_get(gInscTrie, c) : 0; in getInSC()
723 trie = gInscTrie; in uprops_addPropertyStarts()