Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp58 WideString wsNumPortion = MakeRoman(num); in GetLabelNumPortion() local
59 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
60 return wsNumPortion; in GetLabelNumPortion()
65 WideString wsNumPortion = MakeLetters(num); in GetLabelNumPortion() local
66 wsNumPortion.MakeUpper(); in GetLabelNumPortion()
67 return wsNumPortion; in GetLabelNumPortion()
115 WideString wsNumPortion = GetLabelNumPortion(nLabelNum, bsNumberingStyle); in GetLabel() local
116 label += wsNumPortion; in GetLabel()