Lines Matching full:case
30 // Need to look back 2 characters in the case of "can't"
75 // needs to take isIncremental into account because case mappings are context-sensitive
82 // case type: >0 cased (UCASE_LOWER etc.) ==0 uncased <0 case-ignorable
89 // Determine if there is a preceding context of cased case-ignorable*,
90 // in which case we want to start in toLower mode. If the
104 // else (type<0) case-ignorable: continue
108 // after an uncased, non-case-ignorable character toTitle. Case-ignorable
126 if(type>=0) { // not case-ignorable
142 // replace the current code point with its full case mapping result