Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.cxx616 sal_Int16 formatCount = mnFormats; in generateCode() local
622 for (sal_Int16 i = 0; i< getNumberOfChildren() ; i++,formatCount++) { in generateCode()
634 of.writeParameter("FormatKey", str, formatCount); in generateCode()
638 of.writeDefaultParameter("FormatElement", str, formatCount); in generateCode()
641 of.writeParameter("FormatType", aType, formatCount); in generateCode()
644 of.writeParameter("FormatUsage", aUsage, formatCount); in generateCode()
650 of.writeIntParameter("Formatindex", formatCount, formatindex); in generateCode()
672 of.writeParameter("FormatCode", n->getValue(), formatCount); in generateCode()
858 of.writeInt( formatCount - mnFormats); in generateCode()
864 for(sal_Int16 i = mnFormats; i < formatCount; i++) { in generateCode()
[all …]
H A Dlocaledata.cxx669 sal_Int16 formatCount; in getAllFormats() member
671 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
676 formatArray = func( formatCount, from, to); in getAllFormats()
677 return formatCount; in getAllFormats()
683 const sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0") in getAllFormats()
686 sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0"); in getAllFormats() local
687 formatCount += section[1].getFunc( *this, rLocale, "getAllFormats1"); in getAllFormats()
689 Sequence< FormatElement > seq(formatCount); in getAllFormats()
696 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats()

Completed in 38 milliseconds