Searched refs:cStr (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Analysis/
H A Dcfref_rdar6080742.c25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/skia/tools/
H A Dcreate_test_font.cpp162 const char* cStr = str.c_str(); local
163 while (cStr[width - 1] == '0') {
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp637 const char* cStr = str.c_str(); local
638 while (cStr[width - 1] == '0') {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp32 const char* cStr = str.c_str(); local
33 while (cStr[width - 1] == '0') {
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp640 const char* cStr = str.c_str(); local
641 while (cStr[width - 1] == '0') {
/external/skia/tests/
H A DPathOpsExtendedTest.cpp66 const char* cStr = str.c_str(); local
67 while (cStr[width - 1] == '0') {

Completed in 804 milliseconds