Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp32 timePattern_(I18N::AvailableDateTimeFormatPattern::SHORT), in DateTimeFormatModule()
33 datePattern_(I18N::AvailableDateTimeFormatPattern::SHORT), in DateTimeFormatModule()
129 dateModel->dateFormat_ = new DateTimeFormat(AvailableDateTimeFormatPattern::SHORT, *dateModel->info_); in CreateDateTimeFormat()
226 if ((monthStyle_ == StyleState::LONG) || (monthStyle_ == StyleState::SHORT)) { in GetMonthVal()
514 weekdayStyle = StyleState::SHORT; in GetWeekdayStyle()
550 monthStyleState = StyleState::SHORT; in GetMonthStyle()
638 timePattern_ = AvailableDateTimeFormatPattern::SHORT; in SetTimeStyle()
654 case StyleState::SHORT: { in SetMonthPattern()
688 case StyleState::SHORT: { in SetDatePattern()
696 AvailableDateTimeFormatPattern::MEDIUM, AvailableDateTimeFormatPattern::SHORT); in SetDatePattern()
[all...]
H A Ddate_time_format_module.h51 SHORT,
/foundation/ability/idl_tool/parser/
H A Dtoken.h27 SHORT, member in OHOS::Idl::Token
H A Dlexer.cpp54 keywords_[String("short")] = Token::SHORT; in InitializeKeywords()
334 case Token::SHORT: in DumpTokenSecond()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp220 case ComponentType::SHORT: in LoadSparseAccessor()
649 case ComponentType::SHORT: in GetComponentByteSize()
707 case ComponentType::SHORT: in GetAlternativeType()
713 return ComponentType::SHORT; in GetAlternativeType()
771 constexpr const ComponentType NORMAL_COMPONENT_TYPES_Q[] = { ComponentType::BYTE, ComponentType::SHORT,
774 ComponentType::SHORT, ComponentType::UNSIGNED_SHORT, ComponentType::FLOAT };
775 constexpr const ComponentType TANGENT_COMPONENT_TYPES_Q[] = { ComponentType::BYTE, ComponentType::SHORT,
778 ComponentType::SHORT, ComponentType::UNSIGNED_SHORT, ComponentType::FLOAT };
839 if (accessorComponentType != ComponentType::FLOAT && accessorComponentType != ComponentType::SHORT) { in ValidateMorphTargetAttribute()
840 return "ValidateMorphTargetAttribute: POSITION accessor must use FLOAT or SHORT in ValidateMorphTargetAttribute()
[all...]
H A Dgltf2_data_structures.h107 SHORT = 5122, member in GLTF2::AttributeType::RenderMode::ComponentType
H A Dgltf2_importer.cpp158 case GLTF2::ComponentType::SHORT: in Convert()
282 case GLTF2::ComponentType::SHORT: in ConvertNormalizedDataToFloat()
345 case GLTF2::ComponentType::SHORT: in ConvertDataToFloat()
394 case GLTF2::ComponentType::SHORT: in ConvertDataToBool()
539 case GLTF2::ComponentType::SHORT: in ValidateIndices()
644 if (target.iGfxCompressed && loadDataResult.componentType == GLTF2::ComponentType::SHORT) { in GenerateMorphTargets()
689 case GLTF2::ComponentType::SHORT: in GetPrimitiveIndexType()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h29 SHORT, // "short" member in OHOS::Idl::TokenType
H A Dlexer.cpp27 {"short", TokenType::SHORT },
/foundation/multimodalinput/input/intention/stationary/test/unittest/src/
H A Dstationary_server_test.cpp162 param.latency_ = SHORT; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h59 enum DateTimeStyle { NONE, FULL, LONG, MEDIUM, SHORT }; enumerator
H A Dlocalization.cpp98 case DateTimeStyle::SHORT: in DateTimeStyle2EStyle()
490 isShortType ? DateFormatSymbols::DtWidthType::SHORT : DateFormatSymbols::DtWidthType::WIDE); in GetMonths()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h260 KEYWORD(SHORT, short)
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h151 static const GLenum SHORT = 0x1402; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1015 case TokenType::SHORT: in CheckBasicType()
1056 case TokenType::SHORT: in ParseUnsignedType()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp622 return NVal::CreateInt64(env, WebGLRenderingContextBase::SHORT).val_; in GetShort()
1743 NVal::DeclareNapiGetter("SHORT", GetShort), in GetRenderingContextBasePropertyDesc()

Completed in 24 milliseconds