Home
last modified time | relevance | path

Searched refs:DIGIT (Results 1 – 22 of 22) sorted by relevance

/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx59 #define DIGIT KCharacterType::DIGIT macro
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()
/trunk/main/i18npool/source/breakiterator/data/
H A Dedit_word_hu.txt31 [:name = DIGIT ZERO:]
32 [:name = DIGIT ONE:]
33 [:name = DIGIT TWO:]
34 [:name = DIGIT THREE:]
35 [:name = DIGIT FOUR:]
36 [:name = DIGIT FIVE:]
37 [:name = DIGIT SIX:]
38 [:name = DIGIT SEVEN:]
39 [:name = DIGIT EIGHT:]
40 [:name = DIGIT NINE:]
H A Ddict_word_hu.txt31 [:name = DIGIT ZERO:]
32 [:name = DIGIT ONE:]
33 [:name = DIGIT TWO:]
34 [:name = DIGIT THREE:]
35 [:name = DIGIT FOUR:]
36 [:name = DIGIT FIVE:]
37 [:name = DIGIT SIX:]
38 [:name = DIGIT SEVEN:]
39 [:name = DIGIT EIGHT:]
40 [:name = DIGIT NINE:]
/trunk/main/idlc/source/
H A Dscanner.ll265 DIGIT [0-9]
274 IDENTIFIER_NEW ({ALPHA}({ALPHA}|{DIGIT})*)|({CAPITAL}("_"?({ALPHA}|{DIGIT})+)*)
275 IDENTIFIER ("_"?({ALPHA}|{DIGIT})+)*
357 ("-")?{DIGIT}+(e|E){1}(("+"|"-")?{DIGIT}+)+(f|F)? |
358 ("-")?"."{DIGIT}+((e|E)("+"|"-")?{DIGIT}+)?(f|F)? |
359 ("-")?{DIGIT}*"."{DIGIT}+((e|E)("+"|"-")?{DIGIT}+)?(f|F)? {
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl59 ALPHA,DIGIT are the tokens which return true for isAlpha and isDigit
60 ALNUM=ALPHA|DIGIT
75 NUMBER=[SIGN]*(1*DIGIT *(GRPSEP 1*DIGIT))[DECSEP]1*DIGIT[EXPONENT]
H A DKCharacterType.idl43 const long DIGIT = 0x00000001;
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx260 KCharacterType::DIGIT) != 0; in isDigit()
299 (nCharClassAlphaType | KCharacterType::DIGIT)) != 0; in isAlphaNumeric()
338 (nCharClassLetterType | KCharacterType::DIGIT)) != 0; in isLetterNumeric()
/trunk/main/xmloff/source/text/
H A DXMLIndexChapterInfoEntryContext.cxx86 { XML_PLAIN_NUMBER, ChapterFormat::DIGIT },
162 nChapterInfo = ChapterFormat::DIGIT; in StartElement()
H A DXMLSectionExport.cxx1429 case ChapterFormat::DIGIT: in ExportIndexTemplateElement()
H A Dtxtflde.cxx3114 case ChapterFormat::DIGIT: in MapChapterDisplayFormat()
H A Dtxtfldi.cxx2423 { XML_PLAIN_NUMBER, ChapterFormat::DIGIT },
/trunk/main/offapi/com/sun/star/text/
H A DChapterFormat.idl69 // DocMerge from idl: value com::sun::star::text::ChapterFormat::DIGIT
72 const short DIGIT = 4;
H A DDocumentIndexLevelFormat.idl121 …om.sun.star.text.ChapterFormat.NUMBER and com.sun.star.text.ChapterFormat.DIGIT constants are allo…
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx263 nRet = text::ChapterFormat::DIGIT; in QueryValue()
310 case text::ChapterFormat::DIGIT: in PutValue()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx125 DIGIT = 2, enumerator
131 NO_DELIM = (DIGIT|LOWER_ALPHA|UPPER_ALPHA|LOWER_ROMAN|UPPER_ROMAN)
834 else if( pNumTypes && !(eScan & DIGIT) ) in GetDigitLevel()
838 if( 0 != (eScan & ~CHG) && DIGIT != (eScan & ~CHG)) in GetDigitLevel()
841 eScan |= DIGIT; // Digit rein in GetDigitLevel()
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx64 ::com::sun::star::i18n::KCharacterType::DIGIT;
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx164 return DIGIT|PRINTABLE|BASE_FORM; in getCharType()
/trunk/main/i18nutil/source/utility/
H A Dunicode.cxx452 return DIGIT|PRINTABLE|BASE_FORM; in getCharType()
/trunk/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl88 <li><code>scheme = ALPHA *(ALPHA / DIGIT / "+" / "-" / ".")</code></li>
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx3089 case text::ChapterFormat::DIGIT: in replaceByIndex()
3261 nVal = text::ChapterFormat::DIGIT; in getByIndex()
3375 nVal = text::ChapterFormat::DIGIT; in getByIndex()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx170 if ( ( nType & ( i18n::KCharacterType::LETTER | i18n::KCharacterType::DIGIT ) ) != 0 ) in implGetWordBoundary()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx430 if( 0 != (( KCharacterType::DIGIT | KCharacterType::ALPHA | in IsDelimiter()

Completed in 122 milliseconds