Searched refs:fHaveDefaultCentury (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp416 fHaveDefaultCentury = other.fHaveDefaultCentury;
443 fHaveDefaultCentury == that->fHaveDefaultCentury &&
710 fHaveDefaultCentury = fCalendar->haveDefaultCentury();
711 if(fHaveDefaultCentury) {
736 fHaveDefaultCentury = TRUE;
2033 if (fHaveDefaultCentury && (parsedDate < fDefaultCenturyStart)) {
2500 if(fHaveDefaultCentury) { // check if this formatter even has a pivot year
2526 && fHaveDefaultCentury )
[all...]
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp479 fHaveDefaultCentury = other.fHaveDefaultCentury;
515 fHaveDefaultCentury == that->fHaveDefaultCentury &&
785 fHaveDefaultCentury = fCalendar->haveDefaultCentury();
786 if(fHaveDefaultCentury) {
811 fHaveDefaultCentury = TRUE;
1900 if (fHaveDefaultCentury && (parsedDate < fDefaultCenturyStart)) {
2625 if(fHaveDefaultCentury) { // check if this formatter even has a pivot year
2654 && fHaveDefaultCentury )
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1138 UBool fHaveDefaultCentury; member in class:SimpleDateFormat
/external/icu4c/i18n/unicode/
H A Dsmpdtfmt.h1706 UBool fHaveDefaultCentury; member in class:SimpleDateFormat

Completed in 881 milliseconds