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

/external/clang/test/Analysis/
H A Dcfref_rdar6080742.c25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp364 const char *cStr = str.c_str(); local
365 MemoryBuffer *buf = MemoryBuffer::getMemBuffer(cStr, cStr + strlen(cStr));
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c556 char cStr[20]={0}; local
580 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
581 log_verbose("ISO code %s\n", cStr);
582 if (*currency[i] && uprv_strcmp(cStr, currency[i])) {
583 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);
/external/python/cpython2/Mac/Modules/cf/
H A D_CFmodule.c1330 char *cStr; local
1332 if( PyString_AsStringAndSize(v, &cStr, &cLen) < 0 ) return 0;
1333 *p_itself = CFDataCreate((CFAllocatorRef)NULL, (unsigned char *)cStr, cLen);
1826 char *cStr; local
1827 if (!PyArg_Parse(v, "es", "ascii", &cStr))
1829 *p_itself = CFStringCreateWithCString((CFAllocatorRef)NULL, cStr, kCFStringEncodingASCII);
1830 PyMem_Free(cStr);
2649 char* cStr; local
2655 &cStr,
2659 cStr,
4214 char* cStr; local
4278 char* cStr; local
4559 char* cStr; local
[all...]
/external/skia/tools/fonts/
H A Dcreate_test_font.cpp119 const char* cStr = str.c_str(); local
120 while (cStr[width - 1] == '0') {
/external/skqp/tools/
H A Dcreate_test_font.cpp118 const char* cStr = str.c_str(); local
119 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/skia/tools/debugger/
H A DSkDebugCanvas.cpp653 const char* cStr = str.c_str(); local
654 while (cStr[width - 1] == '0') {
/external/skqp/tools/debugger/
H A DSkDebugCanvas.cpp653 const char* cStr = str.c_str(); local
654 while (cStr[width - 1] == '0') {
/external/tinyxml2/
H A Dxmltest.cpp624 const char* cStr = ele->Attribute( "str" ); local
644 XMLTest( "Attribute round trip. c-string.", "strValue", cStr );
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2831 const char* cStr = str.c_str(); local
2832 while (cStr[width - 1] == '0') {
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp2831 const char* cStr = str.c_str(); local
2832 while (cStr[width - 1] == '0') {
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 365 milliseconds