Searched defs:includeMask (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java1869 private PatternWithMatcher getBestRaw(DateTimeMatcher source, int includeMask, DistanceInfo missingFields, DateTimeMatcher skipMatcher) { argument
1871 // + ", mask: " + showMask(includeMask));
1879 int distance = source.getDistance(trial, includeMask, tempInfo);
2537 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { argument
2541 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1895 private PatternWithMatcher getBestRaw(DateTimeMatcher source, int includeMask, DistanceInfo missingFields, DateTimeMatcher skipMatcher) { argument
1897 // + ", mask: " + showMask(includeMask));
1905 int distance = source.getDistance(trial, includeMask, tempInfo);
2562 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { argument
2566 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i];
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1326 int32_t includeMask,
1340 int32_t distance=source.getDistance(trial, includeMask, tempInfo);
1990 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo) { argument
1994 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i];
1325 getBestRaw(DateTimeMatcher& source, int32_t includeMask, DistanceInfo* missingFields, const PtnSkeleton** specifiedSkeletonPtr) argument
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 365 milliseconds