Home
last modified time | relevance | path

Searched refs:nbOfDays (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/localestub/
H A Dlocaledata_en_IN.cxx91 static const sal_Unicode nbOfDays[] = {0}; variable
97 nbOfDays,
H A Dlocaledata_en_BZ.cxx133 static const sal_Unicode nbOfDays[] = {0}; variable
139 nbOfDays,
H A Dlocaledata_en_IE.cxx133 static const sal_Unicode nbOfDays[] = {0}; variable
139 nbOfDays,
H A Dlocaledata_en_ZW.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_NZ.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_TT.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_CA.cxx837 static const sal_Unicode nbOfDays[] = {0}; variable
843 nbOfDays,
H A Dlocaledata_zh_HK.cxx1066 static const sal_Unicode nbOfDays[] = { 0 }; variable
1072 nbOfDays,
H A Dlocaledata_en_AU.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_JM.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_NA.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_ZA.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/workben/localestub/
H A Dlocaledata_en_IN.cxx91 static const sal_Unicode nbOfDays[] = {0}; variable
97 nbOfDays,
H A Dlocaledata_en_BZ.cxx133 static const sal_Unicode nbOfDays[] = {0}; variable
139 nbOfDays,
H A Dlocaledata_en_IE.cxx133 static const sal_Unicode nbOfDays[] = {0}; variable
139 nbOfDays,
H A Dlocaledata_en_NZ.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_ZW.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_TT.cxx303 static const sal_Unicode nbOfDays[] = {7}; variable
309 nbOfDays,
H A Dlocaledata_en_CA.cxx837 static const sal_Unicode nbOfDays[] = {0}; variable
843 nbOfDays,
H A Dlocaledata_en_JM.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_AU.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_ZA.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
H A Dlocaledata_en_NA.cxx1003 static const sal_Unicode nbOfDays[] = {7}; variable
1009 nbOfDays,
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/localedata/
H A DLocaleNode.cxx1555 std::unique_ptr<sal_Int16[]> nbOfDays( new sal_Int16[nbOfCalendars] ); in generateCode() local
1616 nbOfDays[i] = 0; in generateCode()
1621 if (bGregorian && nbOfDays[i] != 7) in generateCode()
1624 for (j = 0; j < nbOfDays[i]; j++) { in generateCode()
1792 if (nbOfDays[i]) in generateCode()
1794 for (j = 0; j < nbOfDays[i]; j++) in generateCode()
1801 if (j >= nbOfDays[i]) in generateCode()
1812 if (nDays < 1 || (0 < nbOfDays[i] && nbOfDays[i] < nDays)) in generateCode()
1827 of.writeInt(nbOfDays[i]); in generateCode()
1830 of.writeInt(nbOfDays[i]); in generateCode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/localedata/
H A DLocaleNode.cxx1533 std::unique_ptr<sal_Int16[]> nbOfDays( new sal_Int16[nbOfCalendars] ); in generateCode() local
1570 nbOfDays[i] = 0; in generateCode()
1575 if (bGregorian && nbOfDays[i] != 7) in generateCode()
1578 for (j = 0; j < nbOfDays[i]; j++) { in generateCode()
1733 if (nbOfDays[i]) in generateCode()
1735 for (j = 0; j < nbOfDays[i]; j++) in generateCode()
1742 if (j >= nbOfDays[i]) in generateCode()
1750 if (nDays < 1 || (0 < nbOfDays[i] && nbOfDays[i] < nDays)) in generateCode()
1763 of.writeInt(nbOfDays[i]); in generateCode()
1766 of.writeInt(nbOfDays[i]); in generateCode()
[all …]

12