OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USpoofChecker
(Results
1 - 9
of
9
) sorted by null
/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/icu4c/test/intltest/
itspoof.h
40
void checkSkeleton(const
USpoofChecker
*sc, uint32_t flags,
itspoof.cpp
46
USpoofChecker
*sc; \
214
void IntlTestSpoof::checkSkeleton(const
USpoofChecker
*sc, uint32_t type,
/external/icu4c/i18n/
uspoof_build.cpp
47
U_CAPI
USpoofChecker
* U_EXPORT2
81
return (
USpoofChecker
*)This;
uspoof.cpp
31
U_CAPI
USpoofChecker
* U_EXPORT2
41
return (
USpoofChecker
*)si;
45
U_CAPI
USpoofChecker
* U_EXPORT2
68
return reinterpret_cast<
USpoofChecker
*>(si);
72
U_CAPI
USpoofChecker
* U_EXPORT2
73
uspoof_clone(const
USpoofChecker
*sc, UErrorCode *status) {
83
return (
USpoofChecker
*)result;
88
uspoof_close(
USpoofChecker
*sc) {
96
uspoof_setChecks(
USpoofChecker
*sc, int32_t checks, UErrorCode *status) {
114
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/test/cintltst/
spooftest.c
54
USpoofChecker
*sc; \
114
USpoofChecker
*sc;
141
USpoofChecker
*rsc;
185
USpoofChecker
*sc2;
271
USpoofChecker
*clone1 = NULL;
272
USpoofChecker
*clone2 = NULL;
/external/icu4c/tools/gencfu/
gencfu.cpp
229
USpoofChecker
*sc = uspoof_openFromSource(confusables, confusablesLen,
242
// Get the compiled rule data from the
USpoofChecker
.
Completed in 1244 milliseconds