Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx65 static const sal_UCS4 aDefaultUnicodeRanges[] = {0x0020,0xD800, 0xE000,0xFFF0}; variable
72 …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 30 milliseconds