Searched refs:IsPercentStr (Results 1 – 10 of 10) sorted by relevance
31 static bool IsPercentStr(std::string& percent);
733 bool JSSelect::IsPercentStr(std::string& percent) in IsPercentStr() function in OHOS::Ace::Framework::JSSelect757 } else if (IsPercentStr(modeFlag)) { in SetOptionWidth()783 if (IsPercentStr(modeFlag)) { in SetOptionHeight()
78 EXPECT_TRUE(paintMethod->IsPercentStr(percentStr));86 EXPECT_FALSE(paintMethod->IsPercentStr(nonPercentStr));
295 EXPECT_TRUE(paintMethod->IsPercentStr(percentStr1));299 EXPECT_FALSE(paintMethod->IsPercentStr(percentStr2));303 EXPECT_FALSE(paintMethod->IsPercentStr(percentStr3));
201 bool IsPercentStr(std::string& percentStr);
2733 bool RosenRenderOffscreenCanvas::IsPercentStr(std::string& percent) in UpdateTextStyleForeground() function in OHOS::Ace::RosenRenderOffscreenCanvas2781 bool hasPercent = IsPercentStr(percentage); in UpdateTextStyleForeground()2803 bool hasPercent = IsPercentStr(percentage); in UpdateTextStyleForeground()2830 bool hasPercent = IsPercentStr(percent); in UpdateTextStyleForeground()2848 bool hasPercent = IsPercentStr(percent); in UpdateTextStyleForeground()2865 bool hasPercent = IsPercentStr(perStr); in UpdateTextStyleForeground()2886 bool hasPercent = IsPercentStr(perStr); in UpdateTextStyleForeground()2929 bool hasPercent = IsPercentStr(percent); in UpdateTextStyleForeground()
139 static bool IsPercentStr(std::string& percent) in IsPercentStr() function
550 } else if (ArkTSUtils::IsPercentStr(modeFlag)) { in SetOptionWidth()590 if (ArkTSUtils::IsPercentStr(modeFlag)) { in SetOptionHeight()
335 bool IsPercentStr(std::string& percentStr);
1746 bool CustomPaintPaintMethod::IsPercentStr(std::string& percent) in IsPercentStr() function in OHOS::Ace::NG::CustomPaintPaintMethod1804 bool hasPercent = IsPercentStr(percentage); in PercentStrToFloat()