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

  /external/chromium_org/third_party/icu/source/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/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]);
140 if(u_strcmp(result, testResultStrings[i])==0){
145 austrdup(result), austrdup(testResultStrings[i]) );
172 if(u_strcmp(result, testResultStrings[i])==0){
177 austrdup(result), austrdup(testResultStrings[i]) );
220 if(u_strcmp(result, testResultStrings[i])==0){
225 austrdup(result), austrdup(testResultStrings[i]) )
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 276 UnicodeString testResultStrings[] = {
319 if (result != testResultStrings[i]) {
323 logln(UnicodeString(" Expected: ") + 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 979 milliseconds