Home
last modified time | relevance | path

Searched refs:thresholdDistance_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dlocalematcher.cpp129 thresholdDistance_(src.thresholdDistance_), in Builder()
147 thresholdDistance_ = src.thresholdDistance_; in operator =()
270 thresholdDistance_ = thresholdDistance;
328 thresholdDistance(builder.thresholdDistance_), in LocaleMatcher()
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h450 int32_t thresholdDistance_ = -1; variable