Searched refs:formatCount (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 616 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 D | localedata.cxx | 671 sal_Int16 formatCount; in getAllFormats() member 673 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats() 678 formatArray = func( formatCount, from, to); in getAllFormats() 679 return formatCount; in getAllFormats() 685 const sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0") in getAllFormats() 688 sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0"); in getAllFormats() local 689 formatCount += section[1].getFunc( *this, rLocale, "getAllFormats1"); in getAllFormats() 691 Sequence< FormatElement > seq(formatCount); in getAllFormats() 698 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats()
|
Completed in 25 milliseconds