Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dicusvtst.cpp826 static Hashtable* supportedIDs; // = NULL; member in CalifornioLanguageFactory
829 delete supportedIDs; in cleanup()
830 supportedIDs = NULL; in cleanup()
835 if (supportedIDs == NULL) { in getSupportedIDs()
843 supportedIDs = table; in getSupportedIDs()
845 return supportedIDs; in getSupportedIDs()
887 Hashtable* CalifornioLanguageFactory::supportedIDs = NULL; member in CalifornioLanguageFactory