Home | History | Annotate | Download | only in intltest

Lines Matching refs:patternChars

3373     char                *patternChars  = NULL, *inputChars = NULL;
3455 patternChars = new char[patternUTF8Length+1];
3456 pattern.extract(patternChars, patternUTF8Length+1, UTF8Converter, status);
3457 utext_openUTF8(&patternText, patternChars, patternUTF8Length, &status);
3805 delete[] patternChars;
4393 char *patternChars = NULL;
4523 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4526 delete[] patternChars;
4528 patternChars = new char[patternCapacity];
4529 pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4531 utext_openUTF8(&patternText, patternChars, patternLength, &status);
4762 delete [] patternChars;