Home
last modified time | relevance | path

Searched refs:widthfolding (Results 1 – 8 of 8) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A DfullwidthToHalfwidth.cxx45 table = &widthfolding::getfull2halfTable(); in fullwidthToHalfwidth()
60 …const OUString& newStr = widthfolding::decompose_ja_voiced_sound_marks (inStr, startPos, nCount, o… in transliterate()
73 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
82 table = &widthfolding::getfullKana2halfKanaTable(); in fullwidthKatakanaToHalfwidthKatakana()
95 …const OUString& newStr = widthfolding::decompose_ja_voiced_sound_marks (inStr, startPos, nCount, o… in transliterate()
108 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
117 table = &widthfolding::getfull2halfTableForASC(); in fullwidthToHalfwidthLikeASC()
130 …const OUString& newStr = widthfolding::decompose_ja_voiced_sound_marks (inStr, startPos, nCount, o… in transliterate()
144 sal_Unicode newChar = widthfolding::decompose_ja_voiced_sound_marksChar2Char (inChar); in transliterateChar2Char()
H A DhalfwidthToFullwidth.cxx45 table = &widthfolding::gethalf2fullTable(); in halfwidthToFullwidth()
61 …return widthfolding::compose_ja_voiced_sound_marks ( newStr, 0, newStr.getLength(), offset, _useOf… in transliterate()
75 table = &widthfolding::gethalfKana2fullKanaTable(); in halfwidthKatakanaToFullwidthKatakana()
91 …return widthfolding::compose_ja_voiced_sound_marks ( newStr, 0, newStr.getLength(), offset, _useOf… in transliterate()
105 table = &widthfolding::gethalf2fullTableForJIS(); in halfwidthToFullwidthLikeJIS()
121 …return widthfolding::compose_ja_voiced_sound_marks ( newStr, 0, newStr.getLength(), offset, _useOf… in transliterate()
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx35 sal_Unicode widthfolding::decompose_ja_voiced_sound_marksChar2Char (sal_Unicode inChar) in decompose_ja_voiced_sound_marksChar2Char()
48 OUString widthfolding::decompose_ja_voiced_sound_marks (const OUString& inStr, sal_Int32 startPos, … in decompose_ja_voiced_sound_marks()
99 oneToOneMapping& widthfolding::getfull2halfTable(void) in getfull2halfTable()
109 OUString widthfolding::compose_ja_voiced_sound_marks (const OUString& inStr, sal_Int32 startPos, sa… in compose_ja_voiced_sound_marks()
203 oneToOneMapping& widthfolding::gethalf2fullTable(void) in gethalf2fullTable()
210 sal_Unicode widthfolding::getCompositionChar(sal_Unicode c1, sal_Unicode c2) in getCompositionChar()
216 oneToOneMapping& widthfolding::getfull2halfTableForASC() in getfull2halfTableForASC()
247 oneToOneMapping& widthfolding::gethalf2fullTableForJIS() in gethalf2fullTableForJIS()
281 oneToOneMapping& widthfolding::getfullKana2halfKanaTable() in getfullKana2halfKanaTable()
288 oneToOneMapping& widthfolding::gethalfKana2fullKanaTable() in gethalfKana2fullKanaTable()
H A Dcasefolding.cxx120 …if ((next == 0x3099 || next == 0x309a) && ( (c = widthfolding::getCompositionChar(current, next)) … in is_ja_voice_sound_mark()
152 static oneToOneMapping& half2fullTable = widthfolding::gethalf2fullTable(); in getNextChar()
/trunk/main/i18nutil/
H A DPackage_inc.mk30 $(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/widthfolding.hxx,widthfolding.hxx))
H A DLibrary_i18nutil.mk54 i18nutil/source/utility/widthfolding \
/trunk/main/i18nutil/inc/i18nutil/
H A DoneToOneMapping.hxx32 class widthfolding;
73 friend class widthfolding;
H A Dwidthfolding.hxx35 class I18NUTIL_DLLPUBLIC widthfolding class