Home
last modified time | relevance | path

Searched refs:strSymbol (Results 1 – 17 of 17) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/vk/
H A Dvk.c67 char strSymbol[VK_NUMBERS][2][UTF8_MAX_LENGTH + 1]; //相应的符号 member
408 …FcitxCairoTextContextOutputString(ctc, vks[vkstate->iCurrentVK].strSymbol[i][1], iPos, 27, fontCol… in DrawVKWindow()
415 …FcitxCairoTextContextOutputString(ctc, vks[vkstate->iCurrentVK].strSymbol[i][1], iPos, 55, fontCol… in DrawVKWindow()
565 vks[j].strSymbol[i][0][0] = '\0'; in LoadVKMapFile()
566 vks[j].strSymbol[i][1][0] = '\0'; in LoadVKMapFile()
613 vks[vkstate->iVKCount - 1].strSymbol[i][0][j++] = *pstr++; in LoadVKMapFile()
614 vks[vkstate->iVKCount - 1].strSymbol[i][0][j] = '\0'; in LoadVKMapFile()
621 vks[vkstate->iVKCount - 1].strSymbol[i][1][j++] = *pstr++; in LoadVKMapFile()
622 vks[vkstate->iVKCount - 1].strSymbol[i][1][j] = '\0'; in LoadVKMapFile()
646 return vkstate->vks[vkstate->iCurrentVK].strSymbol[i][1]; in VKGetSymbol()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/controllers/
H A DControllerFeature.cpp143 std::string strSymbol = XMLUtils::GetAttribute(pElement, LAYOUT_XML_ATTR_KEY_SYMBOL); in Deserialize() local
144 if (strSymbol.empty()) in Deserialize()
152 m_keycode = CControllerTranslator::TranslateKeysym(strSymbol); in Deserialize()
156 LAYOUT_XML_ATTR_KEY_SYMBOL, strSymbol.c_str()); in Deserialize()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/gene_info_reader/
H A Dgene_info.cpp84 const string& strSymbol, in CGeneInfo() argument
90 m_strSymbol(strSymbol), in CGeneInfo()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/gene_info_reader/
H A Dgene_info.cpp84 const string& strSymbol, in CGeneInfo() argument
90 m_strSymbol(strSymbol), in CGeneInfo()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/gene_info_reader/unit_test/
H A Dgene_info_test.cpp410 string strSymbol = "IGF2"; in BOOST_AUTO_TEST_CASE() local
417 strSymbol, in BOOST_AUTO_TEST_CASE()
424 BOOST_REQUIRE(info.GetSymbol() == strSymbol); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/gene_info_reader/unit_test/
H A Dgene_info_test.cpp410 string strSymbol = "IGF2"; in BOOST_AUTO_TEST_CASE() local
417 strSymbol, in BOOST_AUTO_TEST_CASE()
424 BOOST_REQUIRE(info.GetSymbol() == strSymbol); in BOOST_AUTO_TEST_CASE()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/table/
H A Dtableconfig.c58 CONFIG_BINDING_REGISTER("CodeTable", "Symbol", strSymbol)
H A Dtabledict.h139 char *strSymbol; member
H A Dtable.c964 if (!strcmp(FcitxInputStateGetRawInputBuffer(input), table->strSymbol)) in TableGetCandWords()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/gene_info_reader/
H A Dgene_info.hpp176 const string& strSymbol,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/blast/gene_info_reader/
H A Dgene_info.hpp176 const string& strSymbol,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/gene_info_writer/
H A Dgene_info_writer.cpp465 lineData.strSymbol = strItems[GENE_INFO_SYMBOL_INDEX]; in x_GeneInfo_ParseLine()
467 lineData.strSymbol = "n/a"; in x_GeneInfo_ParseLine()
499 lineData.strSymbol, in x_GeneInfo_LineToRecord()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/gene_info_writer/
H A Dgene_info_writer.hpp116 string strSymbol; member
/dports/chinese/scim-fcitx/fcitx/src/
H A Dtable.h35 char strSymbol[MAX_CODE_LENGTH + 1]; member
H A Dtable.cpp145 table[iTableIMIndex].strSymbol[0] = '\0'; in LoadTableInfo()
244 strcpy (table[iTableIMIndex].strSymbol, pstr); in LoadTableInfo()
809 …if (strcmp (strCodeInput, table[iTableIMIndex].strSymbol) && strCodeInput[0] == table[iTableIMInde… in DoTableInput()
867 …if (strcmp (strCodeInput, table[iTableIMIndex].strSymbol) && strCodeInput[0] == table[iTableIMInde… in DoTableInput()
920 if (!strcmp (strCodeInput, table[iTableIMIndex].strSymbol)) in TableGetCandWord()
1038 if (!strcmp (strCodeInput, table[iTableIMIndex].strSymbol)) in TableGetCandWords()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlparser.c626 register const Char* strSymbol, in lispParser_parseQuoteCommon() argument
636 if (TFAILED (lispMgr_InternSymbol (pLispMgr, strSymbol, nSymbol, &pEntQuote))) in lispParser_parseQuoteCommon()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/compiler_interface/
H A Dlinker_tests.cpp1403 SymbolInfo strSymbol; in TEST() local
1404 strSymbol.segment = SegmentType::GlobalStrings; in TEST()
1405 strSymbol.offset = 0U; in TEST()
1406 strSymbol.size = 8U; in TEST()
1407 linkerInput.symbols.insert({".str", strSymbol}); in TEST()
1429 uintptr_t strAddr = stringSegment.gpuAddress + strSymbol.offset; in TEST()