Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dicusvtst.cpp822 static Hashtable* supportedIDs; // = NULL; member in CalifornioLanguageFactory
825 delete supportedIDs; in cleanup()
826 supportedIDs = NULL; in cleanup()
831 if (supportedIDs == NULL) { in getSupportedIDs()
839 supportedIDs = table; in getSupportedIDs()
841 return supportedIDs; in getSupportedIDs()
883 Hashtable* CalifornioLanguageFactory::supportedIDs = NULL; member in CalifornioLanguageFactory