Searched refs:cclass (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/i18npool/source/collator/ |
H A D | chaptercollator.cxx | 45 … xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0)) >>= cclass; in ChapterCollator() 65 if( len1 <= 1 || len2 <= 1 || ! cclass.is() ) in compareSubstring() 69 for (i1 = len1; i1 && (cclass->getCharacterType(str1, off1+i1-1, nLocale) & DIGIT); i1--) ; in compareSubstring() 70 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring() 81 res1 = cclass->parseAnyToken( s1, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring() 82 res2 = cclass->parseAnyToken( s2, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); in compareSubstring()
|
/aoo4110/main/i18npool/inc/ |
H A D | chaptercollator.hxx | 53 com::sun::star::uno::Reference< XCharacterClassification > cclass; member in com::sun::star::i18n::ChapterCollator
|
Completed in 15 milliseconds