Searched refs:filterPattern (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dutrans.h290 * filterPattern is NULL or the empty string, then the transliterator
294 * @param filterPattern a pattern string, in the form accepted by
298 * @param filterPatternLen the length of filterPattern, or -1 if
299 * filterPattern is zero-terminated
306 const UChar* filterPattern,
/external/chromium/third_party/icu/source/i18n/
H A Dutrans.cpp267 const UChar* filterPattern,
273 if (filterPattern != NULL && *filterPattern != 0) {
274 // Create read only alias of filterPattern:
275 UnicodeString pat(filterPatternLen < 0, filterPattern, filterPatternLen);
H A Dtranslit.cpp1078 UnicodeString filterPattern; local
1079 parser.compoundFilter->toPattern(filterPattern, FALSE);
1080 t = createInstance(filterPattern + UnicodeString(ID_DELIM)
/external/icu4c/i18n/unicode/
H A Dutrans.h310 * filterPattern is NULL or the empty string, then the transliterator
314 * @param filterPattern a pattern string, in the form accepted by
318 * @param filterPatternLen the length of filterPattern, or -1 if
319 * filterPattern is zero-terminated
326 const UChar* filterPattern,
/external/icu4c/i18n/
H A Dutrans.cpp267 const UChar* filterPattern,
273 if (filterPattern != NULL && *filterPattern != 0) {
274 // Create read only alias of filterPattern:
275 UnicodeString pat(filterPatternLen < 0, filterPattern, filterPatternLen);
H A Dtranslit.cpp1077 UnicodeString filterPattern; local
1078 parser.compoundFilter->toPattern(filterPattern, FALSE);
1079 t = createInstance(filterPattern + UnicodeString(ID_DELIM)

Completed in 71 milliseconds