Home
last modified time | relevance | path

Searched refs:getCString (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp174 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
175 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
176 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
210 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
211 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
212 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
225 char *cTag = getCString(&tag); in readTestFile()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp170 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
172 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
206 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
207 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
208 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
221 char *cTag = getCString(&tag); in readTestFile()
Dletsutil.cpp34 char *getCString(const UnicodeString *uString) in getCString() function
50 char *getCString(const LEUnicode16 *uChars) in getCString() function
58 return getCString(&ustring); in getCString()
Dletsutil.h34 char *getCString(const UnicodeString *uString);
35 char *getCString(const LEUnicode16 *uChars);
Dgendata.cpp193 char *id = getCString(testCase->getAttribute(id_attr)); in main()
194 char *script = getCString(testCase->getAttribute(script_attr)); in main()
195 char *lang = getCString(testCase->getAttribute(lang_attr)); in main()
237 char *fontName = getCString(element->getAttribute(name_attr)); in main()
295 char *cTag = getCString(&tag); in main()
Dletest.cpp604 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
605 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
606 char *lang = getCString(testCase->getAttribute(lang_attr)); in DataDrivenTest()
641 char *fontName = getCString(element->getAttribute(name_attr)); in DataDrivenTest()
642 char *fontVer = getCString(element->getAttribute(ver_attr)); in DataDrivenTest()
643 char *fontCksum = getCString(element->getAttribute(cksum_attr)); in DataDrivenTest()
665 char *cTag = getCString(&tag); in DataDrivenTest()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.mm76 [[captureDevice uniqueID] getCString:captureDeviceId
83 [[captureDevice localizedDisplayName] getCString:_captureDeviceNameUTF8
86 [[captureDevice uniqueID] getCString:_captureDeviceNameUniqueID
Dvideo_capture_qtkit_info_objc.mm109 successful = [tempString getCString:(char*)deviceName
118 successful = [tempString getCString:(char*)deviceUniqueID