Lines Matching refs:lastItem
465 // lastItem: 0=none, 1=char, 2=set
466 int8_t lastItem = 0, mode = 0;
475 U_ASSERT((lastItem == 0 && op == 0) ||
476 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) ||
477 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ ||
556 if (lastItem == 1) {
564 lastItem = 0;
616 lastItem = 2;
634 if (lastItem == 1) {
652 if (lastItem != 0) {
671 if (lastItem == 2 && op == 0) {
688 if (lastItem == 1) {
692 lastItem = 0;
737 if (lastItem == 1) {
761 switch (lastItem) {
763 lastItem = 1;
779 lastItem = 0;
794 lastItem = 1;