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/icu/icu4c/source/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
152
struct
USpoofChecker
;
153
typedef struct
USpoofChecker
USpoofChecker
; /**< typedef for C of USpoofChecker *
[
all
...]
/external/icu/icu4c/source/i18n/
uspoof_build.cpp
49
U_CAPI
USpoofChecker
* U_EXPORT2
83
return (
USpoofChecker
*)This;
uspoof.cpp
147
U_CAPI
USpoofChecker
* U_EXPORT2
165
return reinterpret_cast<
USpoofChecker
*>(si);
169
U_CAPI
USpoofChecker
* U_EXPORT2
193
return reinterpret_cast<
USpoofChecker
*>(si);
197
U_CAPI
USpoofChecker
* U_EXPORT2
198
uspoof_clone(const
USpoofChecker
*sc, UErrorCode *status) {
208
return reinterpret_cast<
USpoofChecker
*>(result);
213
uspoof_close(
USpoofChecker
*sc) {
221
uspoof_setChecks(
USpoofChecker
*sc, int32_t checks, UErrorCode *status) {
239
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
96
const SpoofImpl *SpoofImpl::validateThis(const
USpoofChecker
*sc, UErrorCode &status) {
116
SpoofImpl *SpoofImpl::validateThis(
USpoofChecker
*sc, UErrorCode &status) {
118
(SpoofImpl::validateThis(const_cast<const
USpoofChecker
*>(sc), status));
/external/icu/icu4c/source/test/intltest/
itspoof.h
48
void checkSkeleton(const
USpoofChecker
*sc, uint32_t flags,
itspoof.cpp
56
USpoofChecker
*sc; \
247
void IntlTestSpoof::checkSkeleton(const
USpoofChecker
*sc, uint32_t type,
701
USpoofChecker
*sc = uspoof_open(&status);
762
USpoofChecker
*sc = uspoof_open(&status);
/external/icu/icu4c/source/test/cintltst/
spooftest.c
54
USpoofChecker
*sc; \
122
USpoofChecker
*rsc;
173
USpoofChecker
*sc;
192
USpoofChecker
*sc2;
278
USpoofChecker
*clone1 = NULL;
279
USpoofChecker
*clone2 = NULL;
/external/icu/icu4c/source/tools/gencfu/
gencfu.cpp
236
USpoofChecker
*sc = uspoof_openFromSource(confusables, confusablesLen,
249
// Get the compiled rule data from the
USpoofChecker
.
Completed in 121 milliseconds