Searched defs:cStr (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/
H A Dcreate_test_font.cpp162 const char* cStr = str.c_str(); local
163 while (cStr[width - 1] == '0') {
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c553 char cStr[20]={0}; local
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);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp567 const char* cStr = str.c_str(); local
568 while (cStr[width - 1] == '0') {
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp583 const char* cStr = str.c_str(); local
584 while (cStr[width - 1] == '0') {

Completed in 211 milliseconds