Lines Matching refs:lastChar
289 UChar32 lastChar = 0; in applyPattern() local
383 add(lastChar, lastChar); in applyPattern()
384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
456 add(lastChar, lastChar); in applyPattern()
457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
510 add(lastChar, lastChar); in applyPattern()
511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
559 add(lastChar, lastChar); in applyPattern()
560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
585 lastChar = c; in applyPattern()
589 if (lastChar >= c) { in applyPattern()
596 add(lastChar, c); in applyPattern()
597 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
603 add(lastChar, lastChar); in applyPattern()
604 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
605 lastChar = c; in applyPattern()
614 lastChar = c; in applyPattern()