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