Home
last modified time | relevance | path

Searched refs:includeMask (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Ddtptngen.h464 …const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missin…
/external/icu4c/i18n/
Ddtptngen_impl.h189 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
Ddtptngen.cpp972 int32_t includeMask, in getBestRaw() argument
986 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
1628 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() argument
1632 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance()