Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp286 const char *activeName = NULL; in ConstructionTest() local
288 while ((activeName = uenum_next(eActive.getAlias(), NULL, status))) { in ConstructionTest()
295 if (strcmp(activeName, name) == 0) { in ConstructionTest()
302 errln(UnicodeString(activeName) + " is not included in the all charset list."); in ConstructionTest()
308 if (strcmp(activeName, defDisabled[i]) == 0) { in ConstructionTest()
314 … errln(UnicodeString(activeName) + " should not be included in the default charset list."); in ConstructionTest()