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

  /external/chromium/third_party/icu/public/i18n/unicode/
uspoof.h 67 * -# Open a USpoofChecker.
68 * -# Configure the USPoofChecker for the desired set of tests. The tests that will
70 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
73 * the set of tests to perform was originally specified tothe USpoofChecker.
75 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
79 * They may called concurrently, from multiple threads, using the same USpoofChecker instance.
82 * const USpoofChecker parameter are thread safe. Those that take a non-const
138 struct USpoofChecker;
139 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker *
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 67 * -# Open a USpoofChecker.
68 * -# Configure the USPoofChecker for the desired set of tests. The tests that will
70 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
73 * the set of tests to perform was originally specified to the USpoofChecker.
75 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
79 * They may called concurrently, from multiple threads, using the same USpoofChecker instance.
82 * const USpoofChecker parameter are thread safe. Those that take a non-const
151 struct USpoofChecker;
152 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker *
    [all...]

Completed in 307 milliseconds