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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 62 * -# Open a USpoofChecker.
63 * -# Configure the USPoofChecker for the desired set of tests. The tests that will
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 *
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 60 * -# Open a USpoofChecker.
61 * -# Configure the USPoofChecker for the desired set of tests. The tests that will
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 *
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.h 38 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
itspoof.cpp 46 USpoofChecker *sc; \
209 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type,
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_build.cpp 47 U_CAPI USpoofChecker * U_EXPORT2
81 return (USpoofChecker *)This;
uspoof.cpp 33 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 *sc, UErrorCode *status)
    [all...]
uspoof_impl.h 47 * 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);
uspoof_impl.cpp 91 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/icu4c/i18n/
uspoof_build.cpp 47 U_CAPI USpoofChecker * U_EXPORT2
81 return (USpoofChecker *)This;
uspoof.cpp 93 U_CAPI USpoofChecker * U_EXPORT2
104 return reinterpret_cast<USpoofChecker *>(si);
108 U_CAPI USpoofChecker * U_EXPORT2
132 return reinterpret_cast<USpoofChecker *>(si);
136 U_CAPI USpoofChecker * U_EXPORT2
137 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {
147 return reinterpret_cast<USpoofChecker *>(result);
152 uspoof_close(USpoofChecker *sc) {
160 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
178 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status)
    [all...]
uspoof_impl.h 48 * 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);
uspoof_impl.cpp 98 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/icu4c/test/intltest/
itspoof.h 48 void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
itspoof.cpp 58 USpoofChecker *sc; \
252 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type,
705 USpoofChecker *sc = uspoof_open(&status);
748 USpoofChecker *sc = uspoof_open(&status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 54 USpoofChecker *sc; \
112 USpoofChecker *sc;
139 USpoofChecker *rsc;
180 USpoofChecker *sc2;
266 USpoofChecker *clone1 = NULL;
267 USpoofChecker *clone2 = NULL;