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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtzfmt.h446 * @param isShort true if shortest form is used.
455 UnicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
464 * @param isShort true if shortest form is used.
473 UnicodeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
815 * @param isShort true if shortest form is used.
822 UBool isShort, UBool ignoreSeconds, UnicodeString& result, UErrorCode& status) const;
827 * @param isShort true if the short localized GMT format is desired.
831 UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErrorCode& status) const;
866 * @param isShort true if this parser to try the short format first
872 UBool isShort, UBoo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLViewer.js109 if (child.nodeType == Node.TEXT_NODE && isShort(child.nodeValue) && !child.nextSibling)
150 if (isShort(node.nodeValue)) {
170 if (isShort(node.nodeValue)) {
190 if (isShort(node.nodeValue)) {
220 function isShort(value) function
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtzfmt.cpp1338 TimeZoneFormat::formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
1340 return formatOffsetISO8601(offset, TRUE, useUtcIndicator, isShort, ignoreSeconds, result, status);
1344 TimeZoneFormat::formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
1346 return formatOffsetISO8601(offset, FALSE, useUtcIndicator, isShort, ignoreSeconds, result, status);
1379 UBool isShort, UBool ignoreSeconds, UnicodeString& result, UErrorCode& status) const {
1390 OffsetFields minFields = isShort ? FIELDS_H : FIELDS_HM;
1446 TimeZoneFormat::formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErrorCode& status) const {
1480 } else if (offsetM != 0 || !isShort) {
1488 } else if (offsetM != 0 || !isShort) {
1510 appendOffsetDigits(result, offsetH, (isShort
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1461 SDValue isShort = DAG.getSetCC(dl, TLI.getSetCCResultType(ShTy), local
1480 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1481 Hi = DAG.getNode(ISD::SELECT, dl, NVT, isShort, HiS, HiL);
1496 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1497 Hi = DAG.getNode(ISD::SELECT, dl, NVT, isShort, HiS, HiL);
1513 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1514 Hi = DAG.getNode(ISD::SELECT, dl, NVT, isShort, HiS, HiL);

Completed in 182 milliseconds