Searched refs:SeparatorChar (Results 1 – 2 of 2) sorted by relevance
86 newStr->buffer[i] = SeparatorChar[number] ? SeparatorChar[number] : ch; in AsciiToNativeChar()237 … newStr->buffer[count] = (SeparatorChar[number->number] ? SeparatorChar[number->number] : str[i]); in AsciiToNative()326 separatorChar = OUString(SeparatorChar, NumberChar_Count); in NativeToAscii()347 newStr->buffer[count] = SeparatorChar[NumberChar_HalfWidth]; in NativeToAscii()588 SeparatorChar[NumberChar_HalfWidth]=item.thousandSeparator.toChar(); in getNativeNumberString()589 … if (SeparatorChar[NumberChar_HalfWidth] > 0x7E || SeparatorChar[NumberChar_HalfWidth] < 0x21) in getNativeNumberString()590 SeparatorChar[NumberChar_FullWidth]=0xFF0C; in getNativeNumberString()592 SeparatorChar[NumberChar_FullWidth]=SeparatorChar[NumberChar_HalfWidth]+0xFEE0; in getNativeNumberString()
164 static sal_uInt16 SeparatorChar[] = { variable204 #define isSeparator(n) ( n == SeparatorChar[NumberChar_HalfWidth] )
Completed in 19 milliseconds