HomeSort by relevance Sort by last modified time
    Searched defs:cStr (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 61 const char* cStr = str.c_str();
62 while (cStr[width - 1] == '0') {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 553 char cStr[20]={0};
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
578 log_verbose("ISO code %s\n", cStr);
579 if (*currency[i] && uprv_strcmp(cStr, currency[i])) {
580 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 553 char cStr[20]={0};
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
578 log_verbose("ISO code %s\n", cStr);
579 if (*currency[i] && uprv_strcmp(cStr, currency[i])) {
580 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);
    [all...]

Completed in 333 milliseconds