Searched refs:testResultStrings (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 53 static UChar* testResultStrings[5]; variable 71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings() 72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings() 88 free(testResultStrings[i]); in FreeStrings() 141 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 146 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 173 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 178 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 222 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 227 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 284 UnicodeString testResultStrings[] = { in PatternTest() local 333 if (result != testResultStrings[i]) { in PatternTest() 337 logln(UnicodeString(" Expected: ") + testResultStrings[i] ); in PatternTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 187 String testResultStrings[] = { in TestPattern() local 223 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 184 String testResultStrings[] = { in TestPattern() local 220 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
|