Home
last modified time | relevance | path

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

/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.cpp32 char *getCString(const UnicodeString *uString) in getCString() function
48 char *getCString(const LEUnicode16 *uChars) in getCString() function
56 return getCString(&ustring); in getCString()
Dletsutil.h32 char *getCString(const UnicodeString *uString);
33 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.cpp602 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
603 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
604 char *lang = getCString(testCase->getAttribute(lang_attr)); in DataDrivenTest()
639 char *fontName = getCString(element->getAttribute(name_attr)); in DataDrivenTest()
640 char *fontVer = getCString(element->getAttribute(ver_attr)); in DataDrivenTest()
641 char *fontCksum = getCString(element->getAttribute(cksum_attr)); in DataDrivenTest()
663 char *cTag = getCString(&tag); in DataDrivenTest()