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