Lines Matching defs:prev2
285 UBool addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value,
723 * prev2 is the code point that case-mapped to prev.
725 * The initial function call has prev2<0, prev<0, and c==orig
729 * The second-level function call has prev2<0, prev==orig, and c is
738 * The third-level function call has prev2==orig, prev>=0, and c is
740 * (And prev is the destination of one of prev2's case mappings.)
759 CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value,
808 } else if(prev2<0 && next!=prev) {
811 * we have reached maximum depth (prev2>=0) or
829 * we have reached maximum depth (prev2>=0) or
832 if(prev2<0 && next!=orig && next!=prev) {