HomeSort by relevance Sort by last modified time
    Searched refs:testResultStrings (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cmsgtst.c 52 static UChar* testResultStrings[5];
70 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
71 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
87 free(testResultStrings[i]);
136 if(u_strcmp(result, testResultStrings[i])==0){
141 austrdup(result), austrdup(testResultStrings[i]) );
168 if(u_strcmp(result, testResultStrings[i])==0){
173 austrdup(result), austrdup(testResultStrings[i]) );
216 if(u_strcmp(result, testResultStrings[i])==0){
221 austrdup(result), austrdup(testResultStrings[i]) )
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 279 UnicodeString testResultStrings[] = {
328 if (result != testResultStrings[i]) {
332 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
    [all...]

Completed in 5583 milliseconds