Searched refs:bsStyle (Results 1 – 2 of 2) sorted by relevance
484 static CFX_WideString _GetLabelNumPortion(int num, const CFX_ByteString& bsStyle) in _GetLabelNumPortion() argument487 if (bsStyle.IsEmpty()) { in _GetLabelNumPortion()490 if (bsStyle == "D") { in _GetLabelNumPortion()492 } else if (bsStyle == "R") { in _GetLabelNumPortion()495 } else if (bsStyle == "r") { in _GetLabelNumPortion()497 } else if (bsStyle == "A") { in _GetLabelNumPortion()500 } else if (bsStyle == "a") { in _GetLabelNumPortion()
849 FX_INT32 GetStyleType(const CFX_ByteString &bsStyle, FX_BOOL bRevert) in GetStyleType() argument851 FX_INT32 iLen = bsStyle.GetLength(); in GetStyleType()863 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()867 if (bsStyle.Right(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()