Home
last modified time | relevance | path

Searched defs:nameId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DLocaleConfig.java28 public final int nameId; field in LocaleConfig
40 public LocaleConfig(String str, int nameId, int stringId) { in LocaleConfig()
H A DLocaleList.java84 int nameId = localeConfig.nameId; in write() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dname_table_parser.cpp47 auto nameId = nameTable.nameRecord[i].nameId.Get(); in Dump() local
H A Dname_table_parser.h31 OpenTypeBasicType::Uint16 nameId; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp72 void FontParser::GetStringFromNameId(FontParser::NameId nameId, unsigned int languageId, const std:… in GetStringFromNameId()
131 …FontParser::NameId nameId = static_cast<FontParser::NameId>(nameTable->nameRecord[i].nameId.Get()); in ProcessNameTable() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp575 if (const auto nameId = nameComponentManager_.GetComponentId(entity); in GetName() local
592 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetPosition() local
602 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetRotation() local
612 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetScale() local
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c194 int32_t nameId; member
1877 uint32_t nameId; in AudioUsbSetCtlName() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp943 if (const auto nameId = nameManager.GetComponentId(meshEntity); in ExportGltfMeshes() local