Home | History | Annotate | Download | only in common

Lines Matching refs:codePointLimit

58         reorderStart=codePointLimit;
204 codePointLimit=codePointStart;
212 codePointLimit=codePointStart;
233 // insert c at codePointLimit, after the character with prevCC<=cc
238 } while(codePointLimit!=q);
1555 // We could also test hasCompBoundaryAfter() and return iter.codePointLimit,