Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp829 static Hashtable* supportedIDs; // = NULL; member in CalifornioLanguageFactory
832 delete supportedIDs; in cleanup()
833 supportedIDs = NULL; in cleanup()
838 if (supportedIDs == NULL) { in getSupportedIDs()
846 supportedIDs = table; in getSupportedIDs()
848 return supportedIDs; in getSupportedIDs()
890 Hashtable* CalifornioLanguageFactory::supportedIDs = NULL; member in CalifornioLanguageFactory
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java629 public static Set supportedIDs; field in ICUServiceTest.CalifornioLanguageFactory
637 supportedIDs = Collections.unmodifiableSet(result);
642 return supportedIDs; in getSupportedIDs()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java632 public static Set supportedIDs; field in ICUServiceTest.CalifornioLanguageFactory
640 supportedIDs = Collections.unmodifiableSet(result);
645 return supportedIDs; in getSupportedIDs()