Searched refs:testResultStrings (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcmsgtst.c50 static UChar* testResultStrings[5]; variable
68 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
69 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
85 free(testResultStrings[i]);
134 if(u_strcmp(result, testResultStrings[i])==0){
139 austrdup(result), austrdup(testResultStrings[i]) );
166 if(u_strcmp(result, testResultStrings[i])==0){
171 austrdup(result), austrdup(testResultStrings[i]) );
214 if(u_strcmp(result, testResultStrings[i])==0){
219 austrdup(result), austrdup(testResultStrings[
[all...]
/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp281 UnicodeString testResultStrings[] = { local
330 if (result != testResultStrings[i]) {
334 logln(UnicodeString(" Expected: ") + testResultStrings[i] );

Completed in 113 milliseconds