Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_keytype.cpp21 static icu::UVector* gLocExtTypeEntries = NULL; variable
54 delete gLocExtTypeEntries; in uloc_key_type_cleanup()
55 gLocExtTypeEntries = NULL; in uloc_key_type_cleanup()
125 gLocExtTypeEntries = new UVector(uloc_deleteTypeEntry, NULL, sts); in initFromResourceBundle()
126 if (gLocExtTypeEntries == NULL) { in initFromResourceBundle()
283 gLocExtTypeEntries->addElement((void*)t, sts); in initFromResourceBundle()