Home | History | Annotate | Download | only in common

Lines Matching full:ahead

1033              * sufficient to look ahead one because of UTF-16;
1034 * safe to look ahead one because at worst that would be the terminating NUL
1284 int32_t ahead = *offset + 1;
1286 if (c == 0x5C /*'\\'*/ && ahead < length) {
1287 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1290 *offset = ahead;