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

/external/clang/test/Analysis/
H A Dcfref_rdar6080742.c24 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
H A Dsystem-header-simulator-objc.h119 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp343 const char *cStr = str.c_str(); local
344 MemoryBuffer *buf = MemoryBuffer::getMemBuffer(cStr, cStr + strlen(cStr));
/external/icu4c/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);

Completed in 123 milliseconds