Searched refs:IsLetterTab (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basic/source/comp/ |
H A D | scanner.cxx | 542 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 …]
|
/trunk/main/svtools/source/edit/ |
H A D | syntaxhighlight.cxx | 237 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 …]
|
/trunk/main/basic/source/inc/ |
H A D | scanner.hxx | 104 bool IsLetterTab[256]; member in LetterTable 111 bool bRet = (c < 256) ? IsLetterTab[c] : isLetterUnicode( c ); in isLetter()
|
Completed in 45 milliseconds