Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2720 …auto notDigitCount = std::count_if(str.begin(), str.end(), [](char c) { return !isdigit(c) && c !=… in ratioStrToFloat() local
2721 if (notDigitCount > 0) { in ratioStrToFloat()