Searched refs:nStartTypes (Results 1 – 3 of 3) sorted by relevance
431 startCharTokenType != nStartTypes || in setupParserTable()461 nStartTypes = startCharTokenType; in initParserTable()487 if ( !(nStartTypes & ASC_UPALPHA) ) in initParserTable()494 if ( !(nStartTypes & ASC_LOALPHA) ) in initParserTable()501 if ( nStartTypes & ASC_DIGIT ) in initParserTable()508 if ( !(nStartTypes & ASC_UNDERSCORE) ) in initParserTable()513 if ( nStartTypes & ASC_DOLLAR ) in initParserTable()518 if ( nStartTypes & ASC_DOT ) in initParserTable()523 if ( nStartTypes & ASC_COLON ) in initParserTable()528 if ( nStartTypes & ASC_CONTROL ) in initParserTable()[all …]
48 nStartTypes( 0 ), in cclass_Unicode()
136 sal_Int32 nStartTypes; member in com::sun::star::i18n::cclass_Unicode
Completed in 25 milliseconds