Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_keytype.cpp51 static icu::MemoryPool<LocExtType>* gLocExtTypeEntries = NULL; variable
65 delete gLocExtTypeEntries; in uloc_key_type_cleanup()
66 gLocExtTypeEntries = NULL; in uloc_key_type_cleanup()
109 gLocExtTypeEntries = new icu::MemoryPool<LocExtType>; in initFromResourceBundle()
110 if (gLocExtTypeEntries == NULL) { in initFromResourceBundle()
245 LocExtType* t = gLocExtTypeEntries->create(); in initFromResourceBundle()