Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/numerics/
H A Dnumerics_impl.cpp505 static void errorIfTwoOrMore(zstring const& part, const char* sep, FormatNumberInfo& info) in errorIfTwoOrMore() function
526 errorIfTwoOrMore(str, info.percent.c_str(), info); in parsePart()
527 errorIfTwoOrMore(str, info.per_mille.c_str(), info); in parsePart()
612 errorIfTwoOrMore(str, info.decimal_separator.c_str(), info); in parseSubpicture()
656 errorIfTwoOrMore(info.pictureString, info.pattern_separator.c_str(), info); in parsePicture()