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

/haiku/src/kits/locale/
H A DTimeZone.cpp160 fICUTimeZone->getDisplayName(false, TimeZone::SHORT, *fICULocale,
163 fICUTimeZone->getDisplayName(false, TimeZone::SHORT, unicodeString);
180 fICUTimeZone->getDisplayName(true, TimeZone::SHORT, *fICULocale,
183 fICUTimeZone->getDisplayName(true, TimeZone::SHORT, unicodeString);
H A DDateFormat.cpp36 DateFormatSymbols::SHORT,
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp142 fTimeZone->getDisplayName(i == 1, TimeZone::SHORT,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c57 #define SHORT 0x004 /* h: short */ macro
543 flags |= SHORT;
641 else if (flags & SHORT)
1555 else if (flags & SHORT)
1569 else if (flags & SHORT)
2398 flags &= ~(SHORT|LONGDBL);

Completed in 35 milliseconds