Home | History | Annotate | Download | only in common

Lines Matching refs: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;
658 limit=u_strchr(iter.codePointStart, 0);
661 if (buffer.append(src, (int32_t)(iter.codePointStart-src), firstCC, prevCC, errorCode)) {
662 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
1505 return iter.codePointStart;
1514 return iter.codePointStart;
1747 const UChar *codePointStart=p;
1749 return codePointStart;