Searched refs:variantType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMVariantSetter.h38 static inline VARENUM variantType(const T&) function in struct:COMVariantSetterBase
173 VARENUM variantType() const { return static_cast<VARENUM>(V_VT(&m_variant)); } function in class:COMVariant
181 static inline VARENUM variantType(const COMVariant& value) function in struct:COMVariantSetter
183 return value.variantType();
H A DCOMPropertyBag.h152 if (requestedType != COMVariantSetter<ValueType>::variantType(it->value) && requestedType != VT_EMPTY)
220 pPropBag[j].vt = COMVariantSetter<ValueType>::variantType(current->value);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducurr.cpp214 uint32_t variantType = 0; local
222 variantType = (uint32_t)(0 == uprv_strcmp(variant, VAR_EURO))
224 if (variantType)
230 return variantType;
410 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec); local
446 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
450 else if ((variantType & VARIANT_IS_EURO)) {
2015 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);
2131 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);

Completed in 162 milliseconds