Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/node/deps/icu-small/source/common/
Duprops.cpp56 UCPTrie *gInscTrie = nullptr; // Indic_Syllabic_Category variable
69 ucptrie_close(gInscTrie); in uprops_cleanup()
70 gInscTrie = nullptr; in uprops_cleanup()
122 gInscTrie = ucptrie_openFromBinary( in ulayout_load()
587 return ulayout_ensureData() && gInscTrie != nullptr ? ucptrie_get(gInscTrie, c) : 0; in getInSC()
756 trie = gInscTrie; in uprops_addPropertyStarts()