Home | History | Annotate | Download | only in intltest

Lines Matching refs:textChars

423     char                *textChars = NULL;
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;