HomeSort by relevance Sort by last modified time
    Searched defs:DistanceInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h 167 class DistanceInfo : public UMemory {
172 DistanceInfo() {}
173 virtual ~DistanceInfo();
175 void setTo(DistanceInfo& other);
192 int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
dtptngen.cpp 280 distanceInfo = new DistanceInfo();
282 if (fp == NULL || dtMatcher == NULL || distanceInfo == NULL || patternMap == NULL) {
293 distanceInfo = new DistanceInfo();
295 if (fp == NULL || dtMatcher == NULL || distanceInfo == NULL || patternMap == NULL) {
310 distanceInfo = new DistanceInfo();
321 *distanceInfo = *(other.distanceInfo);
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 167 class DistanceInfo : public UMemory {
172 DistanceInfo() {}
173 virtual ~DistanceInfo();
175 void setTo(DistanceInfo& other);
192 int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
dtptngen.cpp 281 distanceInfo = new DistanceInfo();
283 if (fp == NULL || dtMatcher == NULL || distanceInfo == NULL || patternMap == NULL) {
294 distanceInfo = new DistanceInfo();
296 if (fp == NULL || dtMatcher == NULL || distanceInfo == NULL || patternMap == NULL) {
311 distanceInfo = new DistanceInfo();
322 *distanceInfo = *(other.distanceInfo);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 98 milliseconds