Home | History | Annotate | Download | only in i18n

Lines Matching full:scan

1312             // The current char has a non-zero trailing CC.  Scan forward until we find
1714 Scan backward until we find a char with a trailing cc of zero.
2898 // Scan more of source string looking for a match
2945 // CE from the contraction table. Remember the CE and scan position, so
6688 // Scan the string until we skip enough of the key OR reach the end of the key
8545 // Scan backwards through the == part of the string looking for the start of the contraction.
8546 // It doesn't matter which string we scan, since they are the same in this region.
8604 /* Scan the strings. Find: */
8613 // Scan through any leading equal portion.
8630 // Scan while the strings are bitwise ==, or until one is exhausted.
8666 // Scan backwards through the == part of the string looking for the start of the contraction.
8667 // It doesn't matter which string we scan, since they are the same in this region.