Home | History | Annotate | Download | only in i18n

Lines Matching refs:beyond

77     // Accounts for one more input code point read beyond the end of the marks buffer.
84 // Returns the number of code points read beyond the skipped marks
88 int32_t beyond = pos - length;
89 if(beyond > 0) {
90 if(beyond >= n) {
95 // Back out all beyond-oldBuffer code points and re-enter the buffer.
96 pos = oldBuffer.moveIndex32(length, beyond - n);
97 return beyond;
135 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
493 // Number of code points read beyond the original code point.