Home
last modified time | relevance | path

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

/external/icu4c/common/
Duts46.cpp547 int32_t labelLimit=labelStart; in processUnicode() local
548 while(labelLimit<destLength) { in processUnicode()
549 UChar c=destArray[labelLimit]; in processUnicode()
551 int32_t labelLength=labelLimit-labelStart; in processUnicode()
561 labelLimit=labelStart+=newLength+1; in processUnicode()
565 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode); in processUnicode()
574 ++labelLimit; in processUnicode()
577 ++labelLimit; in processUnicode()
583 if(0==labelStart || labelStart<labelLimit) { in processUnicode()
584 processLabel(dest, labelStart, labelLimit-labelStart, in processUnicode()