Home | History | Annotate | Download | only in common

Lines Matching defs:codePointStart

204     codePointLimit=codePointStart;
205 UChar c=*--codePointStart;
206 if(U16_IS_TRAIL(c) && start<codePointStart && U16_IS_LEAD(*(codePointStart-1))) {
207 --codePointStart;
212 codePointLimit=codePointStart;
213 if(reorderStart>=codePointStart) {
216 UChar32 c=*--codePointStart;
222 if(U16_IS_TRAIL(c) && start<codePointStart && U16_IS_LEAD(c2=*(codePointStart-1))) {
223 --codePointStart;
759 limit=u_strchr(iter.codePointStart, 0);
762 if (buffer.append(src, (int32_t)(iter.codePointStart-src), firstCC, prevCC, errorCode)) {
763 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
1606 return iter.codePointStart;
1615 return iter.codePointStart;
1848 const UChar *codePointStart=p;
1850 return codePointStart;