Lines Matching refs:script
228 // confusable with the input text. The script of the input text
229 // is included; input consisting of characters from a single script will
230 // always produce a result consisting of a set containing that script.
246 // No confusables in another script for this char.
247 // TODO: we should change the data to have sets with just the single script
248 // bit for the script of this char. Gets rid of this special case.
249 // Until then, grab the script from the char and intersect it with the set.
254 // Script == Common or Inherited. Nothing to do.
290 // Add the script chars for this locale to the accumulating set of allowed chars.
699 void ScriptSet::Union(UScriptCode script) {
700 uint32_t index = script / 32;
701 uint32_t bit = 1 << (script & 31);
719 void ScriptSet::intersect(UScriptCode script) {
720 uint32_t index = script / 32;
721 uint32_t bit = 1 << (script & 31);
953 // Script Sets. The data is an array of int32_t