OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USpoofChecker
(Results
1 - 2
of
2
) 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
...]
Completed in 42 milliseconds