Searched refs:patternChars (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcurrpinf.cpp297 const UChar* patternChars = ures_getStringByKeyWithFallback( local
300 UnicodeString* pattern = new UnicodeString(patternChars, ptnLen);
311 UnicodeString negPattern(patternChars, ptnLen);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp3286 char *patternChars = NULL, *inputChars = NULL; local
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; local
4433 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4436 delete[] patternChars;
4438 patternChars = new char[patternCapacity];
4439 pattern.extract(patternChars, patternCapacit
[all...]

Completed in 191 milliseconds