Lines Matching full:spoof
14 * Unicode Spoof Detection
238 * Enable all spoof checks.
318 * Create a Unicode Spoof Checker, configured to perform all
324 * @return the newly created Spoof Checker
332 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory.
335 * as long as the spoof checker, or any cloned copies of the spoof checker,
337 * The spoof checker (and any clones) must be closed prior to deleting the
340 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
346 * @return the spoof checker.
357 * Open a Spoof Checker from the source form of the spoof data.
384 * @return A spoof checker that uses the rules from the input files.
394 * Close a Spoof Checker, freeing any memory that was being held by
421 * Clone a Spoof Checker. The clone will be set to perform the same checks
435 * functions of this Spoof Checker.
438 * @param checks The set of checks that this spoof checker will perform.
449 * Get the set of checks that this Spoof Checker has been configured to perform.
453 * @return The set of checks that this spoof checker will perform.
510 * spoof detectors limits with uspoof_setAllowedChars()
585 * Ownership of the returned set remains with the Spoof Detector. The
586 * returned set will become invalid if the spoof detector is closed,
632 * Ownership of the returned set remains with the Spoof Detector. The
633 * returned set will become invalid if the spoof detector is closed,
1037 * Serialize the data for a spoof detector into a chunk of memory.
1038 * The flattened spoof detection tables can later be used to efficiently
1039 * instantiate a new Spoof Detector.
1041 * The serialized spoof checker includes only the data compiled from the
1045 * @param sc the Spoof Detector whose data is to be serialized.
1053 * @return the number of bytes written or needed for the spoof data