Home
last modified time | relevance | path

Searched refs:labelLimit (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Duts46.cpp555 int32_t labelLimit=labelStart; in processUnicode() local
556 while(labelLimit<destLength) { in processUnicode()
557 UChar c=destArray[labelLimit]; in processUnicode()
559 int32_t labelLength=labelLimit-labelStart; in processUnicode()
569 labelLimit=labelStart+=newLength+1; in processUnicode()
573 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode); in processUnicode()
582 ++labelLimit; in processUnicode()
585 ++labelLimit; in processUnicode()
591 if(0==labelStart || labelStart<labelLimit) { in processUnicode()
592 processLabel(dest, labelStart, labelLimit-labelStart, in processUnicode()