Searched refs:fIntervalPatterns (Results 1 - 9 of 9) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp166 fIntervalPatterns[i] = itvfmt.fIntervalPatterns[i];
221 res = ( fIntervalPatterns[i].firstPart ==
222 fmt->fIntervalPatterns[i].firstPart) &&
223 ( fIntervalPatterns[i].secondPart ==
224 fmt->fIntervalPatterns[i].secondPart ) &&
225 ( fIntervalPatterns[i].laterDateFirst ==
226 fmt->fIntervalPatterns[i].laterDateFirst) ;
333 const PatternInfo& intervalPattern = fIntervalPatterns[itvPtnIndex];
615 fIntervalPatterns[
[all...]
H A Ddtitvinf.cpp64 fIntervalPatterns(NULL)
66 fIntervalPatterns = initHash(status);
74 fIntervalPatterns(NULL)
124 fIntervalPatterns(NULL)
138 deleteHash(fIntervalPatterns);
139 fIntervalPatterns = initHash(status);
140 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status);
158 deleteHash(fIntervalPatterns);
159 fIntervalPatterns
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h972 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX]; member in class:DateIntervalFormat
H A Ddtitvinf.h463 * delete hash table (of type fIntervalPatterns).
471 * initialize hash table (of type fIntervalPatterns).
481 * copy hash table (of type fIntervalPatterns).
498 Hashtable* fIntervalPatterns; member in class:DateIntervalInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp166 fIntervalPatterns[i] = itvfmt.fIntervalPatterns[i];
221 res = ( fIntervalPatterns[i].firstPart ==
222 fmt->fIntervalPatterns[i].firstPart) &&
223 ( fIntervalPatterns[i].secondPart ==
224 fmt->fIntervalPatterns[i].secondPart ) &&
225 ( fIntervalPatterns[i].laterDateFirst ==
226 fmt->fIntervalPatterns[i].laterDateFirst) ;
333 const PatternInfo& intervalPattern = fIntervalPatterns[itvPtnIndex];
615 fIntervalPatterns[
[all...]
H A Ddtitvinf.cpp64 fIntervalPatterns(NULL)
66 fIntervalPatterns = initHash(status);
74 fIntervalPatterns(NULL)
124 fIntervalPatterns(NULL)
138 deleteHash(fIntervalPatterns);
139 fIntervalPatterns = initHash(status);
140 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status);
158 deleteHash(fIntervalPatterns);
159 fIntervalPatterns
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtitvfmt.h972 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX]; member in class:DateIntervalFormat
H A Ddtitvinf.h463 * delete hash table (of type fIntervalPatterns).
471 * initialize hash table (of type fIntervalPatterns).
481 * copy hash table (of type fIntervalPatterns).
498 Hashtable* fIntervalPatterns; member in class:DateIntervalInfo

Completed in 174 milliseconds