Searched refs:nameId (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | LocaleConfig.java | 28 public final int nameId; field in LocaleConfig 40 public LocaleConfig(String str, int nameId, int stringId) { in LocaleConfig() argument 42 this.nameId = nameId; in LocaleConfig()
|
H A D | LocaleMaskItem.java | 52 if (first.nameId == second.nameId) { in LocaleMaskItem() 54 } else if (first.nameId < second.nameId) { in LocaleMaskItem()
|
H A D | LocaleList.java | 84 int nameId = localeConfig.nameId; in write() local 86 dataOutputStream.writeChar(nameId); in write()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/ |
H A D | name_table_parser.cpp | 47 auto nameId = nameTable.nameRecord[i].nameId.Get(); in Dump() local 48 …LOGSO_FUNC_LINE(INFO) << "nameId:" << nameId << ", recordinfo:" << std::uppercase << std::hex << s… in Dump()
|
H A D | name_table_parser.h | 31 OpenTypeBasicType::Uint16 nameId; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 72 void FontParser::GetStringFromNameId(FontParser::NameId nameId, unsigned int languageId, const std:… in GetStringFromNameId() argument 75 switch (nameId) { in GetStringFromNameId() 131 …FontParser::NameId nameId = static_cast<FontParser::NameId>(nameTable->nameRecord[i].nameId.Get()); in ProcessNameTable() local 133 if (nameId > FontParser::NameId::TRADEMARK) { in ProcessNameTable() 148 GetStringFromNameId(nameId, languageId, nameString, fontDescriptor); in ProcessNameTable() 155 GetStringFromNameId(nameId, languageId, nameString, fontDescriptor); in ProcessNameTable()
|
H A D | font_parser.h | 110 …static void GetStringFromNameId(NameId nameId, unsigned int languageId, const std::string& nameStr…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 575 if (const auto nameId = nameComponentManager_.GetComponentId(entity); in GetName() local 576 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetName() 592 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetPosition() local 593 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetPosition() 602 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetRotation() local 603 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetRotation() 612 if (const auto nameId = transformComponentManager_.GetComponentId(entity); in GetScale() local 613 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetScale()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_mixer.c | 194 int32_t nameId; member 1389 if (len == 0 && featureControl->nameId != 0) { in AudioUsbSetVolumeItemName() 1390 …len = AudioUsbCopyStringDesc(mixer->audioUsbDriver, featureControl->nameId, kcontrol->name, KCTL_N… in AudioUsbSetVolumeItemName() 1432 if (len == 0 && featureControl->nameId != 0) { in AudioUsbSetKctlItermName() 1433 …len = AudioUsbCopyStringDesc(mixer->audioUsbDriver, featureControl->nameId, kcontrol->name, KCTL_N… in AudioUsbSetKctlItermName() 1537 featureControl->nameId = uac_feature_unit_iFeature(desc); in AudioUsbBuildFeatureCtl() 1877 uint32_t nameId; in AudioUsbSetCtlName() local 1884 nameId = (uint32_t)uac_selector_unit_iSelector(desc); in AudioUsbSetCtlName() 1885 if (nameId != 0) { in AudioUsbSetCtlName() 1886 … len = AudioUsbCopyStringDesc(state->audioUsbDriver, nameId, kcontrol->name, KCTL_NAME_LEN); in AudioUsbSetCtlName()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 943 if (const auto nameId = nameManager.GetComponentId(meshEntity); in ExportGltfMeshes() local 944 nameId != IComponentManager::INVALID_COMPONENT_ID) { in ExportGltfMeshes() 945 exportMesh->name = nameManager.Get(nameId).name; in ExportGltfMeshes()
|