Home | History | Annotate | Download | only in i18n

Lines Matching refs:sourceLimit

1653     const UChar *sourceLimit = source+sourceLen;
1662 while (source < sourceLimit)
1689 if (c2 == 0x0075 && source+5 < sourceLimit) { /* \u seen. \U isn't unescaped. */
1717 while (source < sourceLimit) {