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 50 static UChar* testResultStrings[5];
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[i]) )
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 281 UnicodeString testResultStrings[] = {
330 if (result != testResultStrings[i]) {
334 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
    [all...]

Completed in 168 milliseconds