Searched refs:testTitles (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 439 static const char * const testTitles[] = { in TestPrefixes() local 501 row, testTitles[n], loc, u_errorName(err)); in TestPrefixes() 504 row, testTitles[n], loc, buf, len); in TestPrefixes() 508 row, testTitles[n], loc, buf, len, strlen(buf)+1); in TestPrefixes() 515 row, testTitles[n], loc, buf, buf[len+1]); in TestPrefixes() 525 row, testTitles[n], loc, buf, expected); in TestPrefixes()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 691 final String [] testTitles = { in TestPrefixes() local 747 logln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"]"); in TestPrefixes() 762 … errln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"] (expected '"+expected+"'!)"); in TestPrefixes() 765 …errln("#"+row+": "+testTitles[n]+" on ULocale object "+loc+": -> ["+buf1+"] (expected '"+expected+… in TestPrefixes()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 692 final String [] testTitles = { in TestPrefixes() local 748 logln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"]"); in TestPrefixes() 763 … errln("#"+row+": "+testTitles[n]+" on "+loc+": -> ["+buf+"] (expected '"+expected+"'!)"); in TestPrefixes() 766 …errln("#"+row+": "+testTitles[n]+" on ULocale object "+loc+": -> ["+buf1+"] (expected '"+expected+… in TestPrefixes()
|