Searched refs:aDefaultUnicodeRanges (Results 1 – 1 of 1) sorted by relevance
65 static const sal_UCS4 aDefaultUnicodeRanges[] = {0x0020,0xD800, 0xE000,0xFFF0}; variable72 …const bool bIsDefault = (mpRangeCodes == aDefaultUnicodeRanges) || (mpRangeCodes == aDefaultSymbol… in IsDefaultMap()95 const sal_UCS4* pRangeCodes = aDefaultUnicodeRanges; in GetDefaultMap()96 int nCodesCount = sizeof(aDefaultUnicodeRanges) / sizeof(*pRangeCodes); in GetDefaultMap()
Completed in 16 milliseconds