Home
last modified time | relevance | path

Searched refs:USpoofChecker (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duspoof.h152 struct USpoofChecker;
153 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
331 U_STABLE USpoofChecker * U_EXPORT2
356 U_STABLE USpoofChecker * U_EXPORT2
391 U_STABLE USpoofChecker * U_EXPORT2
403 uspoof_close(USpoofChecker *sc);
418 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSpoofCheckerPointer, USpoofChecker, uspoof_close);
433 U_STABLE USpoofChecker * U_EXPORT2
434 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
450 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp147 U_CAPI USpoofChecker * U_EXPORT2
165 return reinterpret_cast<USpoofChecker *>(si); in uspoof_open()
169 U_CAPI USpoofChecker * U_EXPORT2
193 return reinterpret_cast<USpoofChecker *>(si); in uspoof_openFromSerialized()
197 U_CAPI USpoofChecker * U_EXPORT2
198 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
208 return reinterpret_cast<USpoofChecker *>(result); in uspoof_clone()
213 uspoof_close(USpoofChecker *sc) { in uspoof_close()
221 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
239 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
[all …]
Duspoof_build.cpp49 U_CAPI USpoofChecker * U_EXPORT2
83 return (USpoofChecker *)This; in uspoof_openFromSource()
Duspoof_impl.h60 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
61 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
Duspoof_impl.cpp96 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis()
116 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis()
118 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status)); in validateThis()
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c54 USpoofChecker *sc; \
122 USpoofChecker *rsc; in TestOpenFromSource()
173 USpoofChecker *sc; in TestUSpoofCAPI()
192 USpoofChecker *sc2; in TestUSpoofCAPI()
278 USpoofChecker *clone1 = NULL; in TestUSpoofCAPI()
279 USpoofChecker *clone2 = NULL; in TestUSpoofCAPI()
/external/icu/icu4c/source/test/intltest/
Ditspoof.h48 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
Ditspoof.cpp56 USpoofChecker *sc; \
247 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton()
701 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel()
762 USpoofChecker *sc = uspoof_open(&status); in testMixedNumbers()
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp236 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen, in main()