OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cStr
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
cfref_rdar6080742.c
25
extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *
cStr
, CFStringEncoding encoding);
/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/icu4c/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/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
125
extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *
cStr
, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
/external/skia/tests/
PathOpsExtendedTest.cpp
65
const char*
cStr
= str.c_str();
66
while (
cStr
[width - 1] == '0') {
Completed in 108 milliseconds