Home | History | Annotate | Download | only in intltest

Lines Matching refs:textChars

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