Searched refs:findSource (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 577 private int findIndex(int i, boolean findSource) { in findIndex() argument 580 if (findSource) { // find source index in findIndex() 593 spanStart = findSource ? srcIndex : destIndex; in findIndex() 601 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 631 if (findSource) { in findIndex()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 589 private int findIndex(int i, boolean findSource) { in findIndex() argument 592 if (findSource) { // find source index in findIndex() 605 spanStart = findSource ? srcIndex : destIndex; in findIndex() 613 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 643 if (findSource) { in findIndex()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() argument 657 if (findSource) { // find source index in findIndex() 671 spanStart = findSource ? srcIndex : destIndex; in findIndex() 679 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 709 if (findSource) { in findIndex()
|
/third_party/icu/icu4c/source/common/ |
D | edits.cpp | 654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() argument 657 if (findSource) { // find source index in findIndex() 671 spanStart = findSource ? srcIndex : destIndex; in findIndex() 679 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 709 if (findSource) { in findIndex()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 653 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() argument 656 if (findSource) { // find source index in findIndex() 670 spanStart = findSource ? srcIndex : destIndex; in findIndex() 678 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 708 if (findSource) { in findIndex()
|
/third_party/node/deps/icu-small/source/common/ |
D | edits.cpp | 654 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() argument 657 if (findSource) { // find source index in findIndex() 671 spanStart = findSource ? srcIndex : destIndex; in findIndex() 679 spanLength = findSource ? oldLength_ : newLength_; in findIndex() 709 if (findSource) { in findIndex()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | edits.h | 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | edits.h | 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 412 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|