Lines Matching refs:nNativeNumberMode
529 sal_Int16 nNativeNumberMode, Sequence< sal_Int32 >& offset) throw (RuntimeException) in getNativeNumberString() argument
534 if (isValidNatNum(rLocale, nNativeNumberMode)) { in getNativeNumberString()
536 switch (nNativeNumberMode) { in getNativeNumberString()
598 nNativeNumberMode == NativeNumberMode::NATNUM2); in getNativeNumberString()
607 sal_Int16 nNativeNumberMode) throw (RuntimeException) in getNativeNumberString() argument
610 return getNativeNumberString(aNumberString, rLocale, nNativeNumberMode, offset); in getNativeNumberString()
613 …berChar( const sal_Unicode inChar, const Locale& rLocale, sal_Int16 nNativeNumberMode ) throw(com:… in getNativeNumberChar() argument
615 if (nNativeNumberMode == NativeNumberMode::NATNUM0) { // Ascii in getNativeNumberChar()
622 else if (isNumber(inChar) && isValidNatNum(rLocale, nNativeNumberMode)) { in getNativeNumberChar()
624 switch (nNativeNumberMode) { in getNativeNumberChar()
647 …tiveNumberSupplier::isValidNatNum( const Locale& rLocale, sal_Int16 nNativeNumberMode ) throw (Run… in isValidNatNum() argument
651 switch (nNativeNumberMode) { in isValidNatNum()
674 …rSupplier::convertToXmlAttributes( const Locale& rLocale, sal_Int16 nNativeNumberMode ) throw (Run… in convertToXmlAttributes() argument
683 if (isValidNatNum(rLocale, nNativeNumberMode)) { in convertToXmlAttributes()
685 switch (nNativeNumberMode) { in convertToXmlAttributes()