HomeSort by relevance Sort by last modified time
    Searched full:filterpattern (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
utrans.cpp 267 const UChar* filterPattern,
273 if (filterPattern != NULL && *filterPattern != 0) {
274 // Create read only alias of filterPattern:
275 UnicodeString pat(filterPatternLen < 0, filterPattern, filterPatternLen);
translit.cpp     [all...]
  /external/icu4c/i18n/unicode/
utrans.h 310 * 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,

Completed in 1735 milliseconds