Home
last modified time | relevance | path

Searched refs:textChars (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp553 …UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00… in TestIterationUChar32() local
554 UnicodeString text(textChars); in TestIterationUChar32()
Dregextst.cpp397 char *textChars = NULL; in doRegexLMTestUTF8() local
425 textChars = new char[inputUTF8Length+1]; in doRegexLMTestUTF8()
426 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8()
427 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); in doRegexLMTestUTF8()
468 delete[] textChars; in doRegexLMTestUTF8()