Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1277 const char DATA_S [][20] = { in TestToString() local
1291 if (strcmp(name, DATA_S[i]) != 0) in TestToString()
1293 … errln("Fail: Locale.getName(), got:" + UnicodeString(name) + ", expected: " + DATA_S[i]); in TestToString()