Home
last modified time | relevance | path

Searched refs:mpIndex (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx76 if( mpIndex[i] ) in ~oneToOneMappingWithFlag()
77 delete [] mpIndex[i]; in ~oneToOneMappingWithFlag()
88 mpIndex[i] = NULL; in makeIndex()
97 mpIndex[high] = new UnicodePairWithFlag*[256]; in makeIndex()
100 mpIndex[high][j] = NULL; in makeIndex()
102 mpIndex[high][low] = &mpTableWF[k]; in makeIndex()
119 if( mpIndex[high] != NULL && in find()
120 mpIndex[high][low] != NULL && in find()
121 mpIndex[high][low]->flag & mnFlag ) in find()
122 return mpIndex[high][low]->second; in find()
H A Dwidthfolding.cxx234 if( !table.mpIndex[high] ) in getfull2halfTableForASC()
236 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in getfull2halfTableForASC()
239 table.mpIndex[high][j] = NULL; in getfull2halfTableForASC()
241 table.mpIndex[high][low] = &full2halfASCException[i]; in getfull2halfTableForASC()
268 if( !table.mpIndex[high] ) in gethalf2fullTableForJIS()
270 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in gethalf2fullTableForJIS()
273 table.mpIndex[high][j] = NULL; in gethalf2fullTableForJIS()
275 table.mpIndex[high][low] = &half2fullJISException[i]; in gethalf2fullTableForJIS()
/aoo41x/main/i18nutil/inc/i18nutil/
H A DoneToOneMapping.hxx90 UnicodePairWithFlag **mpIndex[256]; member in com::sun::star::i18n::oneToOneMappingWithFlag

Completed in 20 milliseconds