Searched refs:findSource (Results 1 – 4 of 4) sorted by relevance
589 private int findIndex(int i, boolean findSource) { in findIndex() argument592 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()
576 private int findIndex(int i, boolean findSource) { in findIndex() argument579 if (findSource) { // find source index in findIndex()592 spanStart = findSource ? srcIndex : destIndex; in findIndex()600 spanLength = findSource ? oldLength_ : newLength_; in findIndex()630 if (findSource) { in findIndex()
653 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex() argument656 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()
412 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);