Searched refs:widthfolding (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/i18npool/source/transliteration/ |
| H A D | fullwidthToHalfwidth.cxx | 45 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 D | halfwidthToFullwidth.cxx | 45 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()
|
| /AOO41X/main/i18nutil/source/utility/ |
| H A D | widthfolding.cxx | 35 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 D | casefolding.cxx | 120 …if ((next == 0x3099 || next == 0x309a) && ( (c = widthfolding::getCompositionChar(current, next)) … in is_ja_voice_sound_mark() 152 static oneToOneMapping& half2fullTable = widthfolding::gethalf2fullTable(); in getNextChar()
|
| H A D | makefile.mk | 39 $(SLO)$/widthfolding.obj \
|
| /AOO41X/main/i18nutil/inc/i18nutil/ |
| H A D | oneToOneMapping.hxx | 31 class widthfolding; 72 friend class widthfolding;
|
| H A D | widthfolding.hxx | 34 class widthfolding class
|
| /AOO41X/main/i18nutil/prj/ |
| H A D | d.lst | 7 ..\inc\i18nutil\widthfolding.hxx %_DEST%\inc%_EXT%\i18nutil\widthfolding.hxx
|