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

  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp     [all...]
  /external/icu4c/test/intltest/
restsnew.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c 468 UChar uExpect[200];
586 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
587 if(u_strcmp(uExpect,str)){
641 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
643 if(str == NULL || u_strcmp(uExpect,str)){
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 471 UChar uExpect[200];
589 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
590 if(u_strcmp(uExpect,str)){
644 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
646 if(str == NULL || u_strcmp(uExpect,str)){
    [all...]

Completed in 170 milliseconds