HomeSort by relevance Sort by last modified time
    Searched refs:filterSet (Results 1 - 8 of 8) sorted by null

  /external/icu4c/common/unicode/
normalizer2.h 317 * @param filterSet UnicodeSet which determines the characters to be normalized
320 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) :
321 norm2(n2), set(filterSet) {}
unorm2.h 155 * @param filterSet USet which determines the characters to be normalized
164 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode);
  /external/icu4c/common/
filterednormalizer2.cpp 252 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
256 if(filterSet==NULL) {
261 *UnicodeSet::fromUSet(filterSet));
  /external/chromium/third_party/icu/source/i18n/
translit.cpp     [all...]
  /external/icu4c/i18n/
translit.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 199 public Set<F> filterSet() {
PackageManagerService.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 129 milliseconds