OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCString
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/test/letest/
letsutil.h
32
char *
getCString
(const UnicodeString *uString);
33
char *
getCString
(const LEUnicode16 *uChars);
letsutil.cpp
32
char *
getCString
(const UnicodeString *uString)
48
char *
getCString
(const LEUnicode16 *uChars)
56
return
getCString
(&ustring);
xmlreader.cpp
168
char *id =
getCString
(testCase->getAttribute(id_attr));
169
char *script =
getCString
(testCase->getAttribute(script_attr));
170
char *lang =
getCString
(testCase->getAttribute(lang_attr));
204
fontName =
getCString
(element->getAttribute(name_attr));
205
fontVer =
getCString
(element->getAttribute(ver_attr));
206
fontCksum =
getCString
(element->getAttribute(cksum_attr));
219
char *cTag =
getCString
(&tag);
gendata.cpp
191
char *id =
getCString
(testCase->getAttribute(id_attr));
192
char *script =
getCString
(testCase->getAttribute(script_attr));
193
char *lang =
getCString
(testCase->getAttribute(lang_attr));
235
char *fontName =
getCString
(element->getAttribute(name_attr));
293
char *cTag =
getCString
(&tag);
letest.cpp
602
char *id =
getCString
(testCase->getAttribute(id_attr));
603
char *script =
getCString
(testCase->getAttribute(script_attr));
604
char *lang =
getCString
(testCase->getAttribute(lang_attr));
639
char *fontName =
getCString
(element->getAttribute(name_attr));
640
char *fontVer =
getCString
(element->getAttribute(ver_attr));
641
char *fontCksum =
getCString
(element->getAttribute(cksum_attr));
663
char *cTag =
getCString
(&tag);
[
all
...]
/external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp
168
char *id =
getCString
(testCase->getAttribute(id_attr));
169
char *script =
getCString
(testCase->getAttribute(script_attr));
170
char *lang =
getCString
(testCase->getAttribute(lang_attr));
204
fontName =
getCString
(element->getAttribute(name_attr));
205
fontVer =
getCString
(element->getAttribute(ver_attr));
206
fontCksum =
getCString
(element->getAttribute(cksum_attr));
219
char *cTag =
getCString
(&tag);
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm
109
successful = [tempString
getCString
:(char*)deviceName
118
successful = [tempString
getCString
:(char*)deviceUniqueID
video_capture_qtkit_objc.mm
76
[[captureDevice uniqueID]
getCString
:captureDeviceId
83
[[captureDevice localizedDisplayName]
getCString
:_captureDeviceNameUTF8
86
[[captureDevice uniqueID]
getCString
:_captureDeviceNameUniqueID
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHIDManager.cpp
208
const char*
getCString
(CFStringRef cfString, bool* requireFree) {
239
const char* str_c =
getCString
(str, &requireFree);
251
const char* str_c =
getCString
(str, &requireFree);
/external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm
323
[arg
getCString
:argv[i] maxLength:strlen+1 encoding:NSUTF8StringEncoding];
Completed in 723 milliseconds