Searched refs:prev2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/tools/gencase/
H A Dstore.c596 * prev2 is the code point that case-mapped to prev.
598 * The initial function call has prev2<0, prev<0, and c==orig
602 * The second-level function call has prev2<0, prev==orig, and c is
611 * The third-level function call has prev2==orig, prev>=0, and c is
613 * (And prev is the destination of one of prev2's case mappings.)
632 addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value) { argument
679 } else if(prev2<0 && next!=prev) {
682 * we have reached maximum depth (prev2>=0) or
700 * we have reached maximum depth (prev2>=0) or
703 if(prev2<
[all...]
/external/icu4c/tools/gencase/
H A Dstore.c604 * prev2 is the code point that case-mapped to prev.
606 * The initial function call has prev2<0, prev<0, and c==orig
610 * The second-level function call has prev2<0, prev==orig, and c is
619 * The third-level function call has prev2==orig, prev>=0, and c is
621 * (And prev is the destination of one of prev2's case mappings.)
640 addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value) { argument
687 } else if(prev2<0 && next!=prev) {
690 * we have reached maximum depth (prev2>=0) or
708 * we have reached maximum depth (prev2>=0) or
711 if(prev2<
[all...]

Completed in 13 milliseconds