Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/perf/leperf/
Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
169 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
170 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
204 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
205 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
206 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
219 char *cTag = getCString(&tag); in readTestFile()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
169 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
170 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
204 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
205 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
206 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
219 char *cTag = getCString(&tag); in readTestFile()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
169 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
170 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
204 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
205 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
206 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
219 char *cTag = getCString(&tag); in readTestFile()
Dletsutil.cpp30 char *getCString(const UnicodeString *uString) in getCString() function
46 char *getCString(const LEUnicode16 *uChars) in getCString() function
54 return getCString(&ustring); in getCString()
Dletsutil.h30 char *getCString(const UnicodeString *uString);
31 char *getCString(const LEUnicode16 *uChars);
Dgendata.cpp191 char *id = getCString(testCase->getAttribute(id_attr)); in main()
192 char *script = getCString(testCase->getAttribute(script_attr)); in main()
193 char *lang = getCString(testCase->getAttribute(lang_attr)); in main()
235 char *fontName = getCString(element->getAttribute(name_attr)); in main()
293 char *cTag = getCString(&tag); in main()
Dletest.cpp601 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
602 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
603 char *lang = getCString(testCase->getAttribute(lang_attr)); in DataDrivenTest()
638 char *fontName = getCString(element->getAttribute(name_attr)); in DataDrivenTest()
639 char *fontVer = getCString(element->getAttribute(ver_attr)); in DataDrivenTest()
640 char *fontCksum = getCString(element->getAttribute(cksum_attr)); in DataDrivenTest()
662 char *cTag = getCString(&tag); in DataDrivenTest()
/external/chromium_org/third_party/icu/source/test/letest/
Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
169 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
170 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
204 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
205 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
206 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
219 char *cTag = getCString(&tag); in readTestFile()
Dletsutil.cpp30 char *getCString(const UnicodeString *uString) in getCString() function
46 char *getCString(const LEUnicode16 *uChars) in getCString() function
54 return getCString(&ustring); in getCString()
Dletsutil.h30 char *getCString(const UnicodeString *uString);
31 char *getCString(const LEUnicode16 *uChars);
Dgendata.cpp191 char *id = getCString(testCase->getAttribute(id_attr)); in main()
192 char *script = getCString(testCase->getAttribute(script_attr)); in main()
193 char *lang = getCString(testCase->getAttribute(lang_attr)); in main()
235 char *fontName = getCString(element->getAttribute(name_attr)); in main()
293 char *cTag = getCString(&tag); in main()
Dletest.cpp601 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
602 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
603 char *lang = getCString(testCase->getAttribute(lang_attr)); in DataDrivenTest()
638 char *fontName = getCString(element->getAttribute(name_attr)); in DataDrivenTest()
639 char *fontVer = getCString(element->getAttribute(ver_attr)); in DataDrivenTest()
640 char *fontCksum = getCString(element->getAttribute(cksum_attr)); in DataDrivenTest()
662 char *cTag = getCString(&tag); in DataDrivenTest()
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.mm75 [[captureDevice uniqueID] getCString:captureDeviceId
82 [[captureDevice localizedDisplayName] getCString:_captureDeviceNameUTF8
85 [[captureDevice uniqueID] getCString:_captureDeviceNameUniqueID
Dvideo_capture_qtkit_info_objc.mm109 successful = [tempString getCString:(char*)deviceName
118 successful = [tempString getCString:(char*)deviceUniqueID
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryMac.mm827 [identifierStr getCString:&result.keyIdentifier[0]