Lines Matching refs:lastChar
469 UChar32 lastChar = 0; in applyPattern() local
564 add(lastChar, lastChar); in applyPattern()
565 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
637 add(lastChar, lastChar); in applyPattern()
638 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
691 add(lastChar, lastChar); in applyPattern()
692 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
740 add(lastChar, lastChar); in applyPattern()
741 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
766 lastChar = c; in applyPattern()
770 if (lastChar >= c) { in applyPattern()
777 add(lastChar, c); in applyPattern()
778 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
784 add(lastChar, lastChar); in applyPattern()
785 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
786 lastChar = c; in applyPattern()
795 lastChar = c; in applyPattern()