Searched refs:fGMTZeroFormat (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | tzfmt.cpp | 355 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 457 fGMTZeroFormat = other.fGMTZeroFormat; in operator =() 474 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==() 619 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat() 627 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat() 628 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat() 1464 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT() 1628 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT() 1629 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 355 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 457 fGMTZeroFormat = other.fGMTZeroFormat; in operator =() 474 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==() 619 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat() 627 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat() 628 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat() 1464 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT() 1628 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT() 1629 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 686 UnicodeString fGMTZeroFormat; variable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | tzfmt.h | 695 UnicodeString fGMTZeroFormat; variable
|