Searched refs:testResultStrings (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 51 static UChar* testResultStrings[5]; variable 69 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings() 70 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings() 86 free(testResultStrings[i]); in FreeStrings() 139 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 144 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 171 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 176 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 219 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest() 224 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 279 UnicodeString testResultStrings[] = { in PatternTest() local 328 if (result != testResultStrings[i]) { in PatternTest() 332 logln(UnicodeString(" Expected: ") + testResultStrings[i] ); in PatternTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 180 String testResultStrings[] = { in TestPattern() local 216 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 176 String testResultStrings[] = { in TestPattern() local 212 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
|