HomeSort by relevance Sort by last modified time
    Searched refs:cStr (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Analysis/
cfref_rdar6080742.c 25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h 95 char cStr[260 ];
ntgdi.h 187 W32KAPI WINBOOL WINAPI NtGdiPolyTextOutW(HDC hdc,POLYTEXTW *pptw,UINT cStr,DWORD dwCodePage);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 553 char cStr[20]={0};
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);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 553 char cStr[20]={0};
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);
    [all...]
  /external/chromium_org/third_party/skia/tools/
create_test_font.cpp 162 const char* cStr = str.c_str();
163 while (cStr[width - 1] == '0') {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 637 const char* cStr = str.c_str();
638 while (cStr[width - 1] == '0') {
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 32 const char* cStr = str.c_str();
33 while (cStr[width - 1] == '0') {
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 640 const char* cStr = str.c_str();
641 while (cStr[width - 1] == '0') {
  /external/skia/tests/
PathOpsExtendedTest.cpp 66 const char* cStr = str.c_str();
67 while (cStr[width - 1] == '0') {

Completed in 442 milliseconds