Home
last modified time | relevance | path

Searched refs:getFunctionBySymbol (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx73 Data = ((const sal_Unicode* (*)())getFunctionBySymbol("getSTC_CharData_T2S"))(); in getCharConversion()
74 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_T2S"))(); in getCharConversion()
76 Data = ((const sal_Unicode* (*)())getFunctionBySymbol("getSTC_CharData_S2V"))(); in getCharConversion()
77 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_S2V"))(); in getCharConversion()
79 Data = ((const sal_Unicode* (*)())getFunctionBySymbol("getSTC_CharData_S2T"))(); in getCharConversion()
80 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_S2T"))(); in getCharConversion()
104 entry = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_WordEntry_T2S"))(); in getWordConversion()
105 charData = ((const sal_Unicode* (*)()) getFunctionBySymbol("getSTC_CharData_T2S"))(); in getWordConversion()
106 charIndex = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_CharIndex_T2S"))(); in getWordConversion()
109 entry = ((const sal_uInt16* (*)()) getFunctionBySymbol("getSTC_WordEntry_S2T"))(); in getWordConversion()
[all …]
H A Dtextconversion_ko.cxx127 …const sal_Unicode* (*getHangul2HanjaData)() = (const sal_Unicode* (*)())getFunctionBySymbol("getHa… in getCharConversions()
128 …const Hangul_Index* (*getHangul2HanjaIndex)() = (const Hangul_Index* (*)()) getFunctionBySymbol("g… in getCharConversions()
129 …sal_Int16 (*getHangul2HanjaIndexCount)() = (sal_Int16 (*)()) getFunctionBySymbol("getHangul2HanjaI… in getCharConversions()
130 …const sal_uInt16* (*getHanja2HangulIndex)() = (const sal_uInt16* (*)()) getFunctionBySymbol("getHa… in getCharConversions()
131 …const sal_Unicode* (*getHanja2HangulData)() = (const sal_Unicode* (*)()) getFunctionBySymbol("getH… in getCharConversions()
H A Dtextconversion.cxx59 TextConversion::getFunctionBySymbol(const sal_Char* func) in getFunctionBySymbol() function in com::sun::star::i18n::TextConversion
/aoo4110/main/i18npool/inc/
H A Dtextconversion.hxx90 oslGenericFunction SAL_CALL getFunctionBySymbol(const sal_Char* func);

Completed in 42 milliseconds