Lines Matching refs:IsLetterTab

237 	bool		IsLetterTab[256];  member in LetterTable
244 bool bRet = (c < 256) ? IsLetterTab[c] : isLetterUnicode( c ); in isLetter()
280 IsLetterTab[i] = false; in LetterTable()
282 IsLetterTab[0xC0] = true; // ?, CAPITAL LETTER A WITH GRAVE ACCENT in LetterTable()
283 IsLetterTab[0xC1] = true; // ?, CAPITAL LETTER A WITH ACUTE ACCENT in LetterTable()
284 IsLetterTab[0xC2] = true; // ?, CAPITAL LETTER A WITH CIRCUMFLEX ACCENT in LetterTable()
285 IsLetterTab[0xC3] = true; // ?, CAPITAL LETTER A WITH TILDE in LetterTable()
286 IsLetterTab[0xC4] = true; // ?, CAPITAL LETTER A WITH DIAERESIS in LetterTable()
287 IsLetterTab[0xC5] = true; // ?, CAPITAL LETTER A WITH RING ABOVE in LetterTable()
288 IsLetterTab[0xC6] = true; // ?, CAPITAL LIGATURE AE in LetterTable()
289 IsLetterTab[0xC7] = true; // ?, CAPITAL LETTER C WITH CEDILLA in LetterTable()
290 IsLetterTab[0xC8] = true; // ?, CAPITAL LETTER E WITH GRAVE ACCENT in LetterTable()
291 IsLetterTab[0xC9] = true; // ?, CAPITAL LETTER E WITH ACUTE ACCENT in LetterTable()
292 IsLetterTab[0xCA] = true; // ?, CAPITAL LETTER E WITH CIRCUMFLEX ACCENT in LetterTable()
293 IsLetterTab[0xCB] = true; // ?, CAPITAL LETTER E WITH DIAERESIS in LetterTable()
294 IsLetterTab[0xCC] = true; // ?, CAPITAL LETTER I WITH GRAVE ACCENT in LetterTable()
295 IsLetterTab[0xCD] = true; // ?, CAPITAL LETTER I WITH ACUTE ACCENT in LetterTable()
296 IsLetterTab[0xCE] = true; // ?, CAPITAL LETTER I WITH CIRCUMFLEX ACCENT in LetterTable()
297 IsLetterTab[0xCF] = true; // ?, CAPITAL LETTER I WITH DIAERESIS in LetterTable()
298 IsLetterTab[0xD0] = true; // ?, CAPITAL LETTER ETH in LetterTable()
299 IsLetterTab[0xD1] = true; // ?, CAPITAL LETTER N WITH TILDE in LetterTable()
300 IsLetterTab[0xD2] = true; // ?, CAPITAL LETTER O WITH GRAVE ACCENT in LetterTable()
301 IsLetterTab[0xD3] = true; // ?, CAPITAL LETTER O WITH ACUTE ACCENT in LetterTable()
302 IsLetterTab[0xD4] = true; // ?, CAPITAL LETTER O WITH CIRCUMFLEX ACCENT in LetterTable()
303 IsLetterTab[0xD5] = true; // ?, CAPITAL LETTER O WITH TILDE in LetterTable()
304 IsLetterTab[0xD6] = true; // ?, CAPITAL LETTER O WITH DIAERESIS in LetterTable()
305 IsLetterTab[0xD8] = true; // ?, CAPITAL LETTER O WITH STROKE in LetterTable()
306 IsLetterTab[0xD9] = true; // ?, CAPITAL LETTER U WITH GRAVE ACCENT in LetterTable()
307 IsLetterTab[0xDA] = true; // ?, CAPITAL LETTER U WITH ACUTE ACCENT in LetterTable()
308 IsLetterTab[0xDB] = true; // ?, CAPITAL LETTER U WITH CIRCUMFLEX ACCENT in LetterTable()
309 IsLetterTab[0xDC] = true; // ?, CAPITAL LETTER U WITH DIAERESIS in LetterTable()
310 IsLetterTab[0xDD] = true; // ?, CAPITAL LETTER Y WITH ACUTE ACCENT in LetterTable()
311 IsLetterTab[0xDE] = true; // ?, CAPITAL LETTER THORN in LetterTable()
312 IsLetterTab[0xDF] = true; // ?, SMALL LETTER SHARP S in LetterTable()
313 IsLetterTab[0xE0] = true; // ?, SMALL LETTER A WITH GRAVE ACCENT in LetterTable()
314 IsLetterTab[0xE1] = true; // ?, SMALL LETTER A WITH ACUTE ACCENT in LetterTable()
315 IsLetterTab[0xE2] = true; // ?, SMALL LETTER A WITH CIRCUMFLEX ACCENT in LetterTable()
316 IsLetterTab[0xE3] = true; // ?, SMALL LETTER A WITH TILDE in LetterTable()
317 IsLetterTab[0xE4] = true; // ?, SMALL LETTER A WITH DIAERESIS in LetterTable()
318 IsLetterTab[0xE5] = true; // ?, SMALL LETTER A WITH RING ABOVE in LetterTable()
319 IsLetterTab[0xE6] = true; // ?, SMALL LIGATURE AE in LetterTable()
320 IsLetterTab[0xE7] = true; // ?, SMALL LETTER C WITH CEDILLA in LetterTable()
321 IsLetterTab[0xE8] = true; // ?, SMALL LETTER E WITH GRAVE ACCENT in LetterTable()
322 IsLetterTab[0xE9] = true; // ?, SMALL LETTER E WITH ACUTE ACCENT in LetterTable()
323 IsLetterTab[0xEA] = true; // ?, SMALL LETTER E WITH CIRCUMFLEX ACCENT in LetterTable()
324 IsLetterTab[0xEB] = true; // ?, SMALL LETTER E WITH DIAERESIS in LetterTable()
325 IsLetterTab[0xEC] = true; // ?, SMALL LETTER I WITH GRAVE ACCENT in LetterTable()
326 IsLetterTab[0xED] = true; // ?, SMALL LETTER I WITH ACUTE ACCENT in LetterTable()
327 IsLetterTab[0xEE] = true; // ?, SMALL LETTER I WITH CIRCUMFLEX ACCENT in LetterTable()
328 IsLetterTab[0xEF] = true; // ?, SMALL LETTER I WITH DIAERESIS in LetterTable()
329 IsLetterTab[0xF0] = true; // ?, SMALL LETTER ETH in LetterTable()
330 IsLetterTab[0xF1] = true; // ?, SMALL LETTER N WITH TILDE in LetterTable()
331 IsLetterTab[0xF2] = true; // ?, SMALL LETTER O WITH GRAVE ACCENT in LetterTable()
332 IsLetterTab[0xF3] = true; // ?, SMALL LETTER O WITH ACUTE ACCENT in LetterTable()
333 IsLetterTab[0xF4] = true; // ?, SMALL LETTER O WITH CIRCUMFLEX ACCENT in LetterTable()
334 IsLetterTab[0xF5] = true; // ?, SMALL LETTER O WITH TILDE in LetterTable()
335 IsLetterTab[0xF6] = true; // ?, SMALL LETTER O WITH DIAERESIS in LetterTable()
336 IsLetterTab[0xF8] = true; // ?, SMALL LETTER O WITH OBLIQUE BAR in LetterTable()
337 IsLetterTab[0xF9] = true; // ?, SMALL LETTER U WITH GRAVE ACCENT in LetterTable()
338 IsLetterTab[0xFA] = true; // ?, SMALL LETTER U WITH ACUTE ACCENT in LetterTable()
339 IsLetterTab[0xFB] = true; // ?, SMALL LETTER U WITH CIRCUMFLEX ACCENT in LetterTable()
340 IsLetterTab[0xFC] = true; // ?, SMALL LETTER U WITH DIAERESIS in LetterTable()
341 IsLetterTab[0xFD] = true; // ?, SMALL LETTER Y WITH ACUTE ACCENT in LetterTable()
342 IsLetterTab[0xFE] = true; // ?, SMALL LETTER THORN in LetterTable()
343 IsLetterTab[0xFF] = true; // � , SMALL LETTER Y WITH DIAERESIS in LetterTable()