Searched refs:testTitles (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 444 static const char * const testTitles[] = { in TestPrefixes() local 506 row, testTitles[n], loc, u_errorName(err)); in TestPrefixes() 509 row, testTitles[n], loc, buf, len); in TestPrefixes() 513 row, testTitles[n], loc, buf, len, strlen(buf)+1); in TestPrefixes() 520 row, testTitles[n], loc, buf, buf[len+1]); in TestPrefixes() 530 row, testTitles[n], loc, buf, expected); in TestPrefixes()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 698 final String [] testTitles = { in TestPrefixes() local 754 logln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"]"); in TestPrefixes() 769 … errln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"] (expected '"+expected+"'!)"); in TestPrefixes() 772 …errln("#"+row+": "+testTitles[n]+" on ULocale object "+loc+": -> ["+buf1+"] (expected '"+expected+… in TestPrefixes()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 695 final String [] testTitles = { in TestPrefixes() local 751 logln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"]"); in TestPrefixes() 766 … errln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"] (expected '"+expected+"'!)"); in TestPrefixes() 769 …errln("#"+row+": "+testTitles[n]+" on ULocale object "+loc+": -> ["+buf1+"] (expected '"+expected+… in TestPrefixes()
|