/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | date_time_format_module.cpp | 32 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 D | date_time_format_module.h | 51 SHORT,
|
/foundation/ability/idl_tool/parser/ |
H A D | token.h | 27 SHORT, member in OHOS::Idl::Token
|
H A D | lexer.cpp | 54 keywords_[String("short")] = Token::SHORT; in InitializeKeywords() 334 case Token::SHORT: in DumpTokenSecond()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 220 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 D | gltf2_data_structures.h | 107 SHORT = 5122, member in GLTF2::AttributeType::RenderMode::ComponentType
|
H A D | gltf2_importer.cpp | 158 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 D | token.h | 29 SHORT, // "short"
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 27 {"short", TokenType::SHORT },
|
/foundation/multimodalinput/input/intention/stationary/test/unittest/src/ |
H A D | stationary_server_test.cpp | 162 param.latency_ = SHORT; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | localization.h | 59 enum DateTimeStyle { NONE, FULL, LONG, MEDIUM, SHORT }; enumerator
|
H A D | localization.cpp | 98 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 D | keys.h | 260 KEYWORD(SHORT, short)
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 151 static const GLenum SHORT = 0x1402; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 1015 case TokenType::SHORT:
in CheckBasicType() 1056 case TokenType::SHORT:
in ParseUnsignedType()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 622 return NVal::CreateInt64(env, WebGLRenderingContextBase::SHORT).val_; in GetShort() 1743 NVal::DeclareNapiGetter("SHORT", GetShort), in GetRenderingContextBasePropertyDesc()
|