Home | History | Annotate | Download | only in intltest

Lines Matching defs:patternChars

3286     char                *patternChars  = NULL, *inputChars = NULL;
3368 patternChars = new char[patternUTF8Length+1];
3369 pattern.extract(patternChars, patternUTF8Length+1, UTF8Converter, status);
3370 utext_openUTF8(&patternText, patternChars, patternUTF8Length, &status);
3715 delete[] patternChars;
4303 char *patternChars = NULL;
4433 patternLength = pattern.extract(patternChars
4436 delete[] patternChars;
4438 patternChars = new char[patternCapacity];
4439 pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4441 utext_openUTF8(&patternText, patternChars, patternLength, &status);
4672 delete [] patternChars;