Lines Matching refs:lastChar
320 UChar32 lastChar = 0; in applyPattern() local
415 add(lastChar, lastChar); in applyPattern()
416 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
488 add(lastChar, lastChar); in applyPattern()
489 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
542 add(lastChar, lastChar); in applyPattern()
543 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
591 add(lastChar, lastChar); in applyPattern()
592 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
617 lastChar = c; in applyPattern()
621 if (lastChar >= c) { in applyPattern()
628 add(lastChar, c); in applyPattern()
629 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
635 add(lastChar, lastChar); in applyPattern()
636 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
637 lastChar = c; in applyPattern()
646 lastChar = c; in applyPattern()