Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddtptngen.h403 …const UnicodeString* getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missin…
/external/icu4c/i18n/
Ddtptngen_impl.h184 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
Ddtptngen.cpp733 int32_t includeMask, in getBestRaw() argument
745 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
1319 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() argument
1323 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance()