Searched refs:cStr (Results 1 - 6 of 6) sorted by relevance
/external/clang/test/Analysis/ |
H A D | cfref_rdar6080742.c | 25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cnmdptst.c | 553 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/tools/ |
H A D | create_test_font.cpp | 162 const char* cStr = str.c_str(); local 163 while (cStr[width - 1] == '0') {
|
/external/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-objc.h | 128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
|
/external/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 567 const char* cStr = str.c_str(); local 568 while (cStr[width - 1] == '0') {
|
/external/skia/src/utils/debugger/ |
H A D | SkDebugCanvas.cpp | 583 const char* cStr = str.c_str(); local 584 while (cStr[width - 1] == '0') {
|
Completed in 270 milliseconds