HomeSort by relevance Sort by last modified time
    Searched full:foldoffset1 (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;
613 while((foldOffset1 < foldLength1 || length1 > 0 || length1 == INT32_MIN) &&
615 if(foldOffset1 < foldLength1) {
616 U16_NEXT_UNSAFE(fold1, foldOffset1, c1);
627 foldOffset1 = 0;
629 U16_NEXT_UNSAFE(fold1, foldOffset1, c1);
675 length1 += foldLength1 - foldOffset1;
705 int32_t foldOffset1, foldOffset2, foldLength1, foldLength2;
731 foldOffset1 = foldOffset2 = foldLength1 = foldLength2 = 0
    [all...]

Completed in 543 milliseconds