Lines Matching refs:TOKEN_CHAR_WORD

48 const UPT_FLAG_TYPE cclass_Unicode::TOKEN_CHAR_WORD = 0x00000004;  member in com::sun::star::i18n::cclass_Unicode
141 /* 65 A */ TOKEN_CHAR_WORD | TOKEN_WORD,
142 /* 66 B */ TOKEN_CHAR_WORD | TOKEN_WORD,
143 /* 67 C */ TOKEN_CHAR_WORD | TOKEN_WORD,
144 /* 68 D */ TOKEN_CHAR_WORD | TOKEN_WORD,
145 /* 69 E */ TOKEN_CHAR_WORD | TOKEN_WORD,
146 /* 70 F */ TOKEN_CHAR_WORD | TOKEN_WORD,
147 /* 71 G */ TOKEN_CHAR_WORD | TOKEN_WORD,
148 /* 72 H */ TOKEN_CHAR_WORD | TOKEN_WORD,
149 /* 73 I */ TOKEN_CHAR_WORD | TOKEN_WORD,
150 /* 74 J */ TOKEN_CHAR_WORD | TOKEN_WORD,
151 /* 75 K */ TOKEN_CHAR_WORD | TOKEN_WORD,
152 /* 76 L */ TOKEN_CHAR_WORD | TOKEN_WORD,
153 /* 77 M */ TOKEN_CHAR_WORD | TOKEN_WORD,
154 /* 78 N */ TOKEN_CHAR_WORD | TOKEN_WORD,
155 /* 79 O */ TOKEN_CHAR_WORD | TOKEN_WORD,
156 /* 80 P */ TOKEN_CHAR_WORD | TOKEN_WORD,
157 /* 81 Q */ TOKEN_CHAR_WORD | TOKEN_WORD,
158 /* 82 R */ TOKEN_CHAR_WORD | TOKEN_WORD,
159 /* 83 S */ TOKEN_CHAR_WORD | TOKEN_WORD,
160 /* 84 T */ TOKEN_CHAR_WORD | TOKEN_WORD,
161 /* 85 U */ TOKEN_CHAR_WORD | TOKEN_WORD,
162 /* 86 V */ TOKEN_CHAR_WORD | TOKEN_WORD,
163 /* 87 W */ TOKEN_CHAR_WORD | TOKEN_WORD,
164 /* 88 X */ TOKEN_CHAR_WORD | TOKEN_WORD,
165 /* 89 Y */ TOKEN_CHAR_WORD | TOKEN_WORD,
166 /* 90 Z */ TOKEN_CHAR_WORD | TOKEN_WORD,
171 /* 95 _ */ TOKEN_CHAR_WORD | TOKEN_WORD,
174 /* 97 a */ TOKEN_CHAR_WORD | TOKEN_WORD,
175 /* 98 b */ TOKEN_CHAR_WORD | TOKEN_WORD,
176 /* 99 c */ TOKEN_CHAR_WORD | TOKEN_WORD,
177 /* 100 d */ TOKEN_CHAR_WORD | TOKEN_WORD,
178 /* 101 e */ TOKEN_CHAR_WORD | TOKEN_WORD,
179 /* 102 f */ TOKEN_CHAR_WORD | TOKEN_WORD,
180 /* 103 g */ TOKEN_CHAR_WORD | TOKEN_WORD,
181 /* 104 h */ TOKEN_CHAR_WORD | TOKEN_WORD,
182 /* 105 i */ TOKEN_CHAR_WORD | TOKEN_WORD,
183 /* 106 j */ TOKEN_CHAR_WORD | TOKEN_WORD,
184 /* 107 k */ TOKEN_CHAR_WORD | TOKEN_WORD,
185 /* 108 l */ TOKEN_CHAR_WORD | TOKEN_WORD,
186 /* 109 m */ TOKEN_CHAR_WORD | TOKEN_WORD,
187 /* 110 n */ TOKEN_CHAR_WORD | TOKEN_WORD,
188 /* 111 o */ TOKEN_CHAR_WORD | TOKEN_WORD,
189 /* 112 p */ TOKEN_CHAR_WORD | TOKEN_WORD,
190 /* 113 q */ TOKEN_CHAR_WORD | TOKEN_WORD,
191 /* 114 r */ TOKEN_CHAR_WORD | TOKEN_WORD,
192 /* 115 s */ TOKEN_CHAR_WORD | TOKEN_WORD,
193 /* 116 t */ TOKEN_CHAR_WORD | TOKEN_WORD,
194 /* 117 u */ TOKEN_CHAR_WORD | TOKEN_WORD,
195 /* 118 v */ TOKEN_CHAR_WORD | TOKEN_WORD,
196 /* 119 w */ TOKEN_CHAR_WORD | TOKEN_WORD,
197 /* 120 x */ TOKEN_CHAR_WORD | TOKEN_WORD,
198 /* 121 y */ TOKEN_CHAR_WORD | TOKEN_WORD,
199 /* 122 z */ TOKEN_CHAR_WORD | TOKEN_WORD,
489 pTable[i] &= ~TOKEN_CHAR_WORD; // not allowed as start character in initParserTable()
496 pTable[i] &= ~TOKEN_CHAR_WORD; // not allowed as start character in initParserTable()
503 pTable[i] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
509 pTable[95] &= ~TOKEN_CHAR_WORD; // not allowed as start character in initParserTable()
514 pTable[36] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
519 pTable[46] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
524 pTable[58] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
530 pTable[i] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
537 pTable[i] |= TOKEN_CHAR_WORD; // allowed as start character in initParserTable()
554 pStart[j] = TOKEN_CHAR_WORD; in initParserTable()
556 pTable[*p] |= TOKEN_CHAR_WORD; in initParserTable()
601 if ( !(nMask & TOKEN_CHAR_WORD) ) in getFlags()
604 if ( nMask & TOKEN_CHAR_WORD ) in getFlags()
641 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
645 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
649 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
653 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
664 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
668 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
672 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
676 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
680 …TOKEN_CHAR_DONTCARE : (bStart ? TOKEN_CHAR_WORD : (TOKEN_CHAR_DONTCARE | TOKEN_WORD_SEP | TOKEN_VA… in getFlagsExtended()
740 bMightBeWord = ((nMask & TOKEN_CHAR_WORD) != 0); in parseText()
772 else if ( nMask & TOKEN_CHAR_WORD ) in parseText()