Searched refs:USpoofChecker (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duspoof.h62 * -# Open a USpoofChecker.
65 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
68 * the set of tests to perform was originally specified to the USpoofChecker.
70 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
74 * They may called concurrently, from multiple threads, using the same USpoofChecker instance.
77 * const USpoofChecker parameter are thread safe. Those that take a non-const
146 struct USpoofChecker;
147 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef in typeref:struct:USpoofChecker
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Duspoof.h60 * -# Open a USpoofChecker.
63 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
66 * the set of tests to perform was originally specified to the USpoofChecker.
68 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
72 * They may called concurrently, from multiple threads, using the same USpoofChecker instance.
75 * const USpoofChecker parameter are thread safe. Those that take a non-const
144 struct USpoofChecker;
145 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef in typeref:struct:USpoofChecker
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.h38 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
H A Ditspoof.cpp46 USpoofChecker *sc; \
209 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type,
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_build.cpp47 U_CAPI USpoofChecker * U_EXPORT2
81 return (USpoofChecker *)This;
H A Duspoof.cpp33 U_CAPI USpoofChecker * U_EXPORT2
43 return (USpoofChecker *)si;
47 U_CAPI USpoofChecker * U_EXPORT2
70 return reinterpret_cast<USpoofChecker *>(si);
74 U_CAPI USpoofChecker * U_EXPORT2
75 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {
85 return (USpoofChecker *)result;
90 uspoof_close(USpoofChecker *sc) {
98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
116 uspoof_getChecks(const USpoofChecker *s
[all...]
H A Duspoof_impl.h47 * USpoofChecker. One can be cast to the other.
59 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
60 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
H A Duspoof_impl.cpp91 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) {
111 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) {
113 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status));
/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp47 U_CAPI USpoofChecker * U_EXPORT2
81 return (USpoofChecker *)This;
H A Duspoof.cpp126 U_CAPI USpoofChecker * U_EXPORT2
137 return reinterpret_cast<USpoofChecker *>(si);
141 U_CAPI USpoofChecker * U_EXPORT2
165 return reinterpret_cast<USpoofChecker *>(si);
169 U_CAPI USpoofChecker * U_EXPORT2
170 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {
180 return reinterpret_cast<USpoofChecker *>(result);
185 uspoof_close(USpoofChecker *sc) {
193 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
211 uspoof_getChecks(const USpoofChecker *s
[all...]
H A Duspoof_impl.h48 * USpoofChecker. One can be cast to the other.
60 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
61 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
H A Duspoof_impl.cpp98 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) {
118 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) {
120 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status));
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.h48 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
H A Ditspoof.cpp58 USpoofChecker *sc; \
252 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type,
706 USpoofChecker *sc = uspoof_open(&status);
767 USpoofChecker *sc = uspoof_open(&status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c54 USpoofChecker *sc; \
112 USpoofChecker *sc;
139 USpoofChecker *rsc;
180 USpoofChecker *sc2;
266 USpoofChecker *clone1 = NULL;
267 USpoofChecker *clone2 = NULL;
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c54 USpoofChecker *sc; \
114 USpoofChecker *sc;
141 USpoofChecker *rsc;
185 USpoofChecker *sc2;
271 USpoofChecker *clone1 = NULL;
272 USpoofChecker *clone2 = NULL;
/external/chromium_org/third_party/icu/source/tools/gencfu/
H A Dgencfu.cpp229 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen,
242 // Get the compiled rule data from the USpoofChecker.
/external/icu/icu4c/source/tools/gencfu/
H A Dgencfu.cpp229 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen,
242 // Get the compiled rule data from the USpoofChecker.

Completed in 363 milliseconds