Searched refs:filterSet (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dnormalizer2.h452 * @param filterSet UnicodeSet which determines the characters to be normalized
455 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) : argument
456 norm2(n2), set(filterSet) {}
H A Dunorm2.h225 * @param filterSet USet which determines the characters to be normalized
234 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h452 * @param filterSet UnicodeSet which determines the characters to be normalized
455 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) : argument
456 norm2(n2), set(filterSet) {}
H A Dunorm2.h225 * @param filterSet USet which determines the characters to be normalized
234 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode);
/external/chromium_org/third_party/icu/source/common/
H A Dfilterednormalizer2.cpp272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) { argument
276 if(filterSet==NULL) {
281 *UnicodeSet::fromUSet(filterSet));
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) { argument
276 if(filterSet==NULL) {
281 *UnicodeSet::fromUSet(filterSet));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp1180 UnicodeSet* filterSet = dynamic_cast<UnicodeSet*>(filter); local
1184 if (filterSet == NULL) {
1185 filterSet = new UnicodeSet();
1187 if (filterSet == NULL) {
1191 filter->addMatchSetTo(*filterSet);
1193 result.retainAll(*filterSet);
1195 delete filterSet;
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp1180 UnicodeSet* filterSet = dynamic_cast<UnicodeSet*>(filter); local
1184 if (filterSet == NULL) {
1185 filterSet = new UnicodeSet();
1187 if (filterSet == NULL) {
1191 filter->addMatchSetTo(*filterSet);
1193 result.retainAll(*filterSet);
1195 delete filterSet;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 249 milliseconds