Lines Matching refs:table

101     static oneToOneMappingWithFlag table(full2half, sizeof(full2half), FULL2HALF_NORMAL);  in getfull2halfTable()  local
102 table.makeIndex(); in getfull2halfTable()
103 return table; in getfull2halfTable()
205 static oneToOneMappingWithFlag table(half2full, sizeof(half2full), HALF2FULL_NORMAL); in gethalf2fullTable() local
206 table.makeIndex(); in gethalf2fullTable()
207 return table; in gethalf2fullTable()
218 static oneToOneMappingWithFlag table(full2half, sizeof(full2half), FULL2HALF_ASC_FUNCTION); in getfull2halfTableForASC() local
219 table.makeIndex(); in getfull2halfTableForASC()
234 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()
244 return table; in getfull2halfTableForASC()
249 static oneToOneMappingWithFlag table(half2full, sizeof(half2full), HALF2FULL_JIS_FUNCTION); in gethalf2fullTableForJIS() local
250 table.makeIndex(); in gethalf2fullTableForJIS()
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()
278 return table; in gethalf2fullTableForJIS()
283 static oneToOneMappingWithFlag table(full2half, sizeof(full2half), FULL2HALF_KATAKANA_ONLY); in getfullKana2halfKanaTable() local
284 table.makeIndex(); in getfullKana2halfKanaTable()
285 return table; in getfullKana2halfKanaTable()
290 static oneToOneMappingWithFlag table(half2full, sizeof(half2full), HALF2FULL_KATAKANA_ONLY); in gethalfKana2fullKanaTable() local
291 table.makeIndex(); in gethalfKana2fullKanaTable()
292 return table; in gethalfKana2fullKanaTable()