Lines Matching full:spoof
9 * Implemenation header for spoof detection
37 // Magic number for sanity checking spoof data.
85 // if a Spoof opportunity is detected.
94 // creating new ones unless we get multi-thread concurrency in spoof
109 // for this Spoof Checker. Defaults to all chars.
186 // A small class that wraps the raw (usually memory mapped) spoof data.
190 // 2. Reference counting. When a spoof checker is cloned, the raw data is shared
198 static SpoofData *getDefault(UErrorCode &status); // Load standard ICU spoof data.
199 SpoofData(UErrorCode &status); // Create new spoof data wrapper.
211 // Check raw Spoof Data Version compatibility.
217 // Clone of a user-level spoof detector increments the ref count on the data.
218 // Close of a user-level spoof detector decrements the ref count.
270 int32_t fLength; // Total lenght in bytes of this spoof data,
334 * Endianness swap function for binary spoof data.