Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c53 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()
221 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
226 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp282 UnicodeString testResultStrings[] = { in PatternTest() local
331 if (result != testResultStrings[i]) { in PatternTest()
335 logln(UnicodeString(" Expected: ") + testResultStrings[i] ); in PatternTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java180 String testResultStrings[] = { in TestPattern() local
216 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java181 String testResultStrings[] = { in TestPattern() local
217 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()