Searched defs:testNames (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c19 const char* testNames[]={ local
71 for( ; testNames[i]!='\0'; i++){
73 uscript_getCode(testNames[i],script,capacity, &err);
76 script[0],expected[i],testNames[i]);
/external/icu4c/test/cintltst/
H A Dcucdapi.c19 const char* testNames[]={ local
71 for( ; testNames[i]!='\0'; i++){
73 uscript_getCode(testNames[i],script,capacity, &err);
76 script[0],expected[i],testNames[i]);

Completed in 85 milliseconds