Home
last modified time | relevance | path

Searched refs:nDefCnt (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx69 const sal_uInt8 cclass_Unicode::nDefCnt = 128; member in com::sun::star::i18n::cclass_Unicode
70 const UPT_FLAG_TYPE cclass_Unicode::pDefaultParserTable[ nDefCnt ] =
208 const sal_Int32 cclass_Unicode::pParseTokensType[ nDefCnt ] =
362 if ( c < nDefCnt ) in getParseTokensType()
448 pTable = new UPT_FLAG_TYPE[nDefCnt]; in initParserTable()
449 memcpy( pTable, pDefaultParserTable, sizeof(UPT_FLAG_TYPE) * nDefCnt ); in initParserTable()
477 if ( cGroupSep < nDefCnt ) in initParserTable()
479 if ( cDecimalSep < nDefCnt ) in initParserTable()
536 for ( i = 32; i < nDefCnt; i++ ) in initParserTable()
539 for ( i = 32; i < nDefCnt; i++ ) in initParserTable()
[all …]
/AOO41X/main/i18npool/inc/
H A Dcclass_unicode.hxx96 static const sal_uInt8 nDefCnt; member in com::sun::star::i18n::cclass_Unicode