Home
last modified time | relevance | path

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

/aoo41x/main/i18nutil/inc/i18nutil/
H A DoneToOneMapping.hxx43 } UnicodePairWithFlag; typedef
79 …oneToOneMappingWithFlag( UnicodePairWithFlag *rpTableWF, const size_t rnSize, const UnicodePairFla…
88 UnicodePairWithFlag *mpTableWF;
90 UnicodePairWithFlag **mpIndex[256];
/aoo41x/main/i18nutil/source/utility/
H A Dwidthfolding.cxx228 int n = sizeof(full2halfASCException) / sizeof(UnicodePairWithFlag); in getfull2halfTableForASC()
236 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in getfull2halfTableForASC()
262 int n = sizeof(half2fullJISException) / sizeof(UnicodePairWithFlag); in gethalf2fullTableForJIS()
270 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in gethalf2fullTableForJIS()
H A DoneToOneMapping.cxx64 oneToOneMappingWithFlag::oneToOneMappingWithFlag( UnicodePairWithFlag *rpTableWF, const size_t rnSi… in oneToOneMappingWithFlag()
65 : oneToOneMapping( NULL, rnSize, sizeof(UnicodePairWithFlag) ), in oneToOneMappingWithFlag()
97 mpIndex[high] = new UnicodePairWithFlag*[256]; in makeIndex()
H A Dwidthfolding_data.h255 UnicodePairWithFlag full2half[] = {
494 UnicodePairWithFlag full2halfASCException[] = {
711 UnicodePairWithFlag half2full[] = {
945 UnicodePairWithFlag half2fullJISException[] = {

Completed in 27 milliseconds