HomeSort by relevance Sort by last modified time
    Searched full:foldoffset2 (Results 1 - 1 of 1) sorted by null

  /external/icu4c/common/
utext.cpp 581 int32_t foldOffset1, foldOffset2, foldLength1, foldLength2;
610 foldOffset1 = foldOffset2 = foldLength1 = foldLength2 = 0;
614 (foldOffset2 < foldLength2 || length2 > 0 || length2 == INT32_MIN)) {
641 if(foldOffset2 < foldLength2) {
642 U16_NEXT_UNSAFE(fold2, foldOffset2, c2);
653 foldOffset2 = 0;
655 U16_NEXT_UNSAFE(fold2, foldOffset2, c2);
676 length2 += foldLength2 - foldOffset2;
705 int32_t foldOffset1, foldOffset2, foldLength1, foldLength2;
731 foldOffset1 = foldOffset2 = foldLength1 = foldLength2 = 0
    [all...]

Completed in 152 milliseconds