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()
225 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
230 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp286 UnicodeString testResultStrings[] = { in PatternTest() local
335 if (result != testResultStrings[i]) { in PatternTest()
339 logln(UnicodeString(" Expected: ") + testResultStrings[i] ); in PatternTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java186 String testResultStrings[] = { in TestPattern() local
222 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java189 String testResultStrings[] = { in TestPattern() local
225 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern()