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

/external/icu4c/test/intltest/
H A Dcitrtest.cpp551 UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00, 0x0061, 0x0000}; local
552 UnicodeString text(textChars);
H A Dregextst.cpp423 char *textChars = NULL; local
451 textChars = new char[inputUTF8Length+1];
452 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
453 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
494 delete[] textChars;

Completed in 66 milliseconds