HomeSort by relevance Sort by last modified time
    Searched refs:labelLimit (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 547 int32_t labelLimit=labelStart;
548 while(labelLimit<destLength) {
549 UChar c=destArray[labelLimit];
551 int32_t labelLength=labelLimit-labelStart;
561 labelLimit=labelStart+=newLength+1;
565 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode);
570 // Do not increment labelLimit in case c was removed.
574 ++labelLimit;
577 ++labelLimit;
580 // Permit an empty label at the end (0<labelStart==labelLimit==destLength is ok
    [all...]
  /external/icu4c/common/
uts46.cpp 553 int32_t labelLimit=labelStart;
554 while(labelLimit<destLength) {
555 UChar c=destArray[labelLimit];
557 int32_t labelLength=labelLimit-labelStart;
567 labelLimit=labelStart+=newLength+1;
571 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode);
576 // Do not increment labelLimit in case c was removed.
580 ++labelLimit;
583 ++labelLimit;
586 // Permit an empty label at the end (0<labelStart==labelLimit==destLength is ok
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 30 milliseconds