Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java616 public static Set supportedIDs; field in ICUServiceTest.CalifornioLanguageFactory
624 supportedIDs = Collections.unmodifiableSet(result);
628 return supportedIDs; in getSupportedIDs()