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

  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/intltest/
tmsgfmt.cpp 269 UnicodeString testResultStrings[] = {
312 if (result != testResultStrings[i]) {
316 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 277 UnicodeString testResultStrings[] = {
320 if (result != testResultStrings[i]) {
324 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
    [all...]

Completed in 73 milliseconds