Home
last modified time | relevance | path

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

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