Searched defs:isShort (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dzstrfmt.cpp1172 ZoneStringFormat::getGenericString(const Calendar &cal, UBool isShort, UBool commonlyUsedOnly, argument
1196 if (isShort) {
1265 getString(canonicalID, (isShort ? ZSIDX_SHORT_STANDARD : ZSIDX_LONG_STANDARD),
1275 getString(canonicalID, (isShort ? ZSIDX_SHORT_GENERIC : ZSIDX_LONG_GENERIC),
1285 if (isShort) {
1320 zstrings->getGenericPartialLocationString(mzid, isShort, commonlyUsedOnly, result);
1336 ZoneStringFormat::getGenericPartialLocationString(const UnicodeString &tzid, UBool isShort, argument
1357 zstrings->getGenericPartialLocationString(mzid, isShort, commonlyUsedOnly, result);
1570 ZoneStrings::getGenericPartialLocationString(const UnicodeString &mzid, UBool isShort, argument
1576 if (isShort) {
[all...]
/external/icu4c/i18n/
H A Dzstrfmt.cpp1287 ZoneStringFormat::getGenericString(const Calendar &cal, UBool isShort, UBool commonlyUsedOnly, argument
1311 if (isShort) {
1380 getString(canonicalID, (isShort ? ZSIDX_SHORT_STANDARD : ZSIDX_LONG_STANDARD),
1390 getString(canonicalID, (isShort ? ZSIDX_SHORT_GENERIC : ZSIDX_LONG_GENERIC),
1400 if (isShort) {
1435 zstrings->getGenericPartialLocationString(mzid, isShort, commonlyUsedOnly, result);
1451 ZoneStringFormat::getGenericPartialLocationString(const UnicodeString &tzid, UBool isShort, argument
1472 zstrings->getGenericPartialLocationString(mzid, isShort, commonlyUsedOnly, result);
1733 ZoneStrings::getGenericPartialLocationString(const UnicodeString &mzid, UBool isShort, argument
1739 if (isShort) {
[all...]

Completed in 74 milliseconds