Lines Matching refs:script
167 // Add the script chars for this locale to the accumulating set of allowed chars.
250 // Computes the augmented script set for a code point, according to UTS 39 section 5.1.
281 // Computes the resolved script set for a string, according to UTS 39 section 5.1.
286 // Computes the resolved script set for a string, omitting characters having the specified script.
288 void SpoofImpl::getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const {
296 // Compute the augmented script set for the character
300 // Intersect the augmented script set with the resolved script set, but only if the character doesn't
301 // have the script specified in the function call
302 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) {