Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp279 const char* defDisabled[] = { in ConstructionTest() local
307 for (int32_t i = 0; defDisabled[i] != 0; i++) { in ConstructionTest()
308 if (strcmp(activeName, defDisabled[i]) == 0) { in ConstructionTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java105 final String[] defDisabled = { in TestConstruction() local
125 for (String cs1 : defDisabled) { in TestConstruction()