Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp213 UnicodeString typeString = mp.getSubstring(type_part); in umsg_parse_format() local
217 if (typeString == ASCII_LITERAL("number")) { in umsg_parse_format()
233 } else if ((typeString == ASCII_LITERAL("date")) || (typeString == ASCII_LITERAL("time"))) { in umsg_parse_format()
235 … } else if ((typeString == ASCII_LITERAL("spellout")) || (typeString == ASCII_LITERAL("ordinal")) in umsg_parse_format()
236 || (typeString == ASCII_LITERAL("duration"))) { in umsg_parse_format()

Completed in 5 milliseconds