Searched refs:gLocaleDistance (Results 1 – 3 of 3) sorted by relevance
47 LocaleDistance *gLocaleDistance = nullptr; variable51 delete gLocaleDistance; in cleanup()52 gLocaleDistance = nullptr; in cleanup()61 U_ASSERT(gLocaleDistance == nullptr); in initLocaleDistance()72 gLocaleDistance = new LocaleDistance(data, likely); in initLocaleDistance()73 if (gLocaleDistance == nullptr) { in initLocaleDistance()83 return gLocaleDistance; in getSingleton()