Searched refs:textChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 553 …UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00… in TestIterationUChar32() local 554 UnicodeString text(textChars); in TestIterationUChar32()
|
D | regextst.cpp | 430 char *textChars = NULL; in doRegexLMTestUTF8() local 458 textChars = new char[inputUTF8Length+1]; in doRegexLMTestUTF8() 459 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8() 460 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); in doRegexLMTestUTF8() 501 delete[] textChars; in doRegexLMTestUTF8()
|