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;
710 limit=u_strchr(iter.codePointStart, 0);
713 if (buffer.append(src, (int32_t)(iter.codePointStart-src), firstCC, prevCC, errorCode)) {
714 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
1557 return iter.codePointStart;
1566 return iter.codePointStart;
1799 const UChar *codePointStart=p;
1801 return codePointStart;