Searched refs:bestMatchDistanceInfo (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvinf.h409 * @param bestMatchDistanceInfo the difference between input skeleton
420 int8_t& bestMatchDistanceInfo) const;
/external/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp528 int8_t& bestMatchDistanceInfo) const {
590 bestMatchDistanceInfo = 0;
637 bestMatchDistanceInfo = fieldDifference;
640 bestMatchDistanceInfo = 0;
644 if ( replaceZWithV && bestMatchDistanceInfo != -1 ) {
645 bestMatchDistanceInfo = 2;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java278 final int bestMatchDistanceInfo; field in class:DateIntervalFormat.BestMatchInfo
281 bestMatchDistanceInfo = difference;
1531 int differenceInfo = retValue.bestMatchDistanceInfo;
1649 differenceInfo = tmpRetValue.bestMatchDistanceInfo;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java279 final int bestMatchDistanceInfo; field in class:DateIntervalFormat.BestMatchInfo
282 bestMatchDistanceInfo = difference;
1544 int differenceInfo = retValue.bestMatchDistanceInfo;
1662 differenceInfo = tmpRetValue.bestMatchDistanceInfo;

Completed in 151 milliseconds