Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/comp/
H A Dscanner.cxx542 IsLetterTab[i] = false; in LetterTable()
550 IsLetterTab[0xC6] = true; // � , CAPITAL LIGATURE AE in LetterTable()
560 IsLetterTab[0xD0] = true; // � , CAPITAL LETTER ETH in LetterTable()
573 IsLetterTab[0xDE] = true; // � , CAPITAL LETTER THORN in LetterTable()
574 IsLetterTab[0xDF] = true; // � , SMALL LETTER SHARP S in LetterTable()
578 IsLetterTab[0xE3] = true; // � , SMALL LETTER A WITH TILDE in LetterTable()
581 IsLetterTab[0xE6] = true; // � , SMALL LIGATURE AE in LetterTable()
591 IsLetterTab[0xF0] = true; // � , SMALL LETTER ETH in LetterTable()
592 IsLetterTab[0xF1] = true; // � , SMALL LETTER N WITH TILDE in LetterTable()
596 IsLetterTab[0xF5] = true; // � , SMALL LETTER O WITH TILDE in LetterTable()
[all …]
/aoo41x/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx237 bool IsLetterTab[256]; member in LetterTable
280 IsLetterTab[i] = false; in LetterTable()
288 IsLetterTab[0xC6] = true; // ?, CAPITAL LIGATURE AE in LetterTable()
298 IsLetterTab[0xD0] = true; // ?, CAPITAL LETTER ETH in LetterTable()
311 IsLetterTab[0xDE] = true; // ?, CAPITAL LETTER THORN in LetterTable()
312 IsLetterTab[0xDF] = true; // ?, SMALL LETTER SHARP S in LetterTable()
316 IsLetterTab[0xE3] = true; // ?, SMALL LETTER A WITH TILDE in LetterTable()
319 IsLetterTab[0xE6] = true; // ?, SMALL LIGATURE AE in LetterTable()
329 IsLetterTab[0xF0] = true; // ?, SMALL LETTER ETH in LetterTable()
330 IsLetterTab[0xF1] = true; // ?, SMALL LETTER N WITH TILDE in LetterTable()
[all …]
/aoo41x/main/basic/source/inc/
H A Dscanner.hxx104 bool IsLetterTab[256]; member in LetterTable
111 bool bRet = (c < 256) ? IsLetterTab[c] : isLetterUnicode( c ); in isLetter()

Completed in 21 milliseconds