Searched refs:bsStyle (Results 1 – 2 of 2) sorted by relevance
449 const CFX_ByteString& bsStyle) { in _GetLabelNumPortion() argument451 if (bsStyle.IsEmpty()) { in _GetLabelNumPortion()454 if (bsStyle == "D") { in _GetLabelNumPortion()456 } else if (bsStyle == "R") { in _GetLabelNumPortion()459 } else if (bsStyle == "r") { in _GetLabelNumPortion()461 } else if (bsStyle == "A") { in _GetLabelNumPortion()464 } else if (bsStyle == "a") { in _GetLabelNumPortion()
337 int32_t GetStyleType(const CFX_ByteString& bsStyle, FX_BOOL bRevert) { in GetStyleType() argument338 int32_t iLen = bsStyle.GetLength(); in GetStyleType()350 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()354 if (bsStyle.Right(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()