Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcallcoll.h56 UBool hasCollationElements(const char *locName);
Dcallcoll.c213 UBool hasCollationElements(const char *locName) { in hasCollationElements() function
Dcmsccoll.c655 if(hasCollationElements(locName)) { in TestComposeDecompose()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java53 private static final boolean hasCollationElements(Locale locale) in hasCollationElements() method in CollationMiscTest
115 if (hasCollationElements(loc[i])) { in TestComposeDecompose()