Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/source/i18n/unicode/
Duspoof.h358 struct USpoofChecker;
362 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
604 U_CAPI USpoofChecker * U_EXPORT2
629 U_CAPI USpoofChecker * U_EXPORT2
663 U_CAPI USpoofChecker * U_EXPORT2
675 uspoof_close(USpoofChecker *sc);
686 U_CAPI USpoofChecker * U_EXPORT2
687 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
731 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
745 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
[all …]
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h358 struct USpoofChecker;
362 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
604 U_CAPI USpoofChecker * U_EXPORT2
629 U_CAPI USpoofChecker * U_EXPORT2
663 U_CAPI USpoofChecker * U_EXPORT2
675 uspoof_close(USpoofChecker *sc);
686 U_CAPI USpoofChecker * U_EXPORT2
687 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
731 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
745 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
[all …]
/external/icu/libandroidicu/include/unicode/
Duspoof.h358 struct USpoofChecker;
362 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
604 U_CAPI USpoofChecker * U_EXPORT2
629 U_CAPI USpoofChecker * U_EXPORT2
663 U_CAPI USpoofChecker * U_EXPORT2
675 uspoof_close(USpoofChecker *sc);
686 U_CAPI USpoofChecker * U_EXPORT2
687 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
731 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
745 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
[all …]
/external/icu/libicu/cts_headers/unicode/
Duspoof.h358 struct USpoofChecker;
362 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
604 U_CAPI USpoofChecker * U_EXPORT2
629 U_CAPI USpoofChecker * U_EXPORT2
663 U_CAPI USpoofChecker * U_EXPORT2
675 uspoof_close(USpoofChecker *sc);
686 U_CAPI USpoofChecker * U_EXPORT2
687 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
731 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
745 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp164 U_CAPI USpoofChecker * U_EXPORT2
183 U_CAPI USpoofChecker * U_EXPORT2
231 U_CAPI USpoofChecker * U_EXPORT2
232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
251 uspoof_close(USpoofChecker *sc) { in uspoof_close()
259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
286 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
296 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
306 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
[all …]
Duspoof_impl.h59 public IcuCApiHelper<USpoofChecker, SpoofImpl, USPOOF_MAGIC> {
71 USpoofChecker *asUSpoofChecker();
72 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
73 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
Duspoof_build.cpp50 U_CAPI USpoofChecker * U_EXPORT2
104 return (USpoofChecker *)This; in uspoof_openFromSource()
Duspoof_impl.cpp102 USpoofChecker *SpoofImpl::asUSpoofChecker() { in asUSpoofChecker()
110 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis()
121 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis()
123 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status)); in validateThis()
/external/cronet/third_party/icu/source/i18n/
Duspoof.cpp164 U_CAPI USpoofChecker * U_EXPORT2
183 U_CAPI USpoofChecker * U_EXPORT2
231 U_CAPI USpoofChecker * U_EXPORT2
232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
251 uspoof_close(USpoofChecker *sc) { in uspoof_close()
259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
286 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
296 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
306 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
[all …]
Duspoof_impl.h59 public IcuCApiHelper<USpoofChecker, SpoofImpl, USPOOF_MAGIC> {
71 USpoofChecker *asUSpoofChecker();
72 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
73 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
Duspoof_build.cpp50 U_CAPI USpoofChecker * U_EXPORT2
104 return (USpoofChecker *)This; in uspoof_openFromSource()
Duspoof_impl.cpp102 USpoofChecker *SpoofImpl::asUSpoofChecker() { in asUSpoofChecker()
110 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis()
121 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis()
123 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status)); in validateThis()
/external/icu/libicu/cts_headers/
Duspoof_impl.h59 public IcuCApiHelper<USpoofChecker, SpoofImpl, USPOOF_MAGIC> {
71 USpoofChecker *asUSpoofChecker();
72 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
73 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c70 USpoofChecker *sc; \
138 USpoofChecker *rsc; in TestOpenFromSource()
189 USpoofChecker *sc; in TestUSpoofCAPI()
208 USpoofChecker *sc2; in TestUSpoofCAPI()
294 USpoofChecker *clone1 = NULL; in TestUSpoofCAPI()
295 USpoofChecker *clone2 = NULL; in TestUSpoofCAPI()
/external/cronet/third_party/icu/source/test/cintltst/
Dspooftest.c70 USpoofChecker *sc; \
138 USpoofChecker *rsc; in TestOpenFromSource()
189 USpoofChecker *sc; in TestUSpoofCAPI()
208 USpoofChecker *sc2; in TestUSpoofCAPI()
294 USpoofChecker *clone1 = NULL; in TestUSpoofCAPI()
295 USpoofChecker *clone2 = NULL; in TestUSpoofCAPI()
/external/cronet/third_party/icu/source/test/intltest/
Ditspoof.h60 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
Ditspoof.cpp72 USpoofChecker *sc; \
222 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton()
595 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel()
/external/icu/icu4c/source/test/intltest/
Ditspoof.h60 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
Ditspoof.cpp72 USpoofChecker *sc; \
222 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton()
595 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel()
/external/cronet/third_party/icu/source/tools/gencfu/
Dgencfu.cpp232 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen, in main()
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp232 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen, in main()