Searched defs:textChars (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/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.cpp327 char *textChars = NULL; local
355 textChars = new char[inputUTF8Length+1];
356 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
357 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
398 delete[] textChars;
/external/icu4c/test/intltest/
H A Dcitrtest.cpp552 UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00, 0x0061, 0x0000}; local
553 UnicodeString text(textChars);
H A Dregextst.cpp424 char *textChars = NULL; local
452 textChars = new char[inputUTF8Length+1];
453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
454 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
495 delete[] textChars;

Completed in 224 milliseconds