Home | History | Annotate | Download | only in unicode

Lines Matching full:spoof

14 *   Unicode Spoof Detection
240 * Enable all spoof checks.
308 * Create a Unicode Spoof Checker, configured to perform all
314 * @return the newly created Spoof Checker
322 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory.
325 * as long as the spoof checker, or any cloned copies of the spoof checker,
327 * The spoof checker (and any clones) must be closed prior to deleting the
330 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
336 * @return the spoof checker.
347 * Open a Spoof Checker from the source form of the spoof data.
374 * @return A spoof checker that uses the rules from the input files.
384 * Close a Spoof Checker, freeing any memory that was being held by
411 * Clone a Spoof Checker. The clone will be set to perform the same checks
425 * functions of this Spoof Checker.
428 * @param checks The set of checks that this spoof checker will perform.
439 * Get the set of checks that this Spoof Checker has been configured to perform.
443 * @return The set of checks that this spoof checker will perform.
502 * spoof detectors limits with uspoof_setAllowedChars()
577 * Ownership of the returned set remains with the Spoof Detector. The
578 * returned set will become invalid if the spoof detector is closed,
624 * Ownership of the returned set remains with the Spoof Detector. The
625 * returned set will become invalid if the spoof detector is closed,
1030 * Serialize the data for a spoof detector into a chunk of memory.
1031 * The flattened spoof detection tables can later be used to efficiently
1032 * instantiate a new Spoof Detector.
1034 * The serialized spoof checker includes only the data compiled from the
1038 * @param sc the Spoof Detector whose data is to be serialized.
1046 * @return the number of bytes written or needed for the spoof data