Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp216 UnicodeString typeString = mp.getSubstring(type_part); in umsg_parse_format() local
220 if (typeString == ASCII_LITERAL("number")) { in umsg_parse_format()
236 } else if ((typeString == ASCII_LITERAL("date")) || (typeString == ASCII_LITERAL("time"))) { in umsg_parse_format()
238 … } else if ((typeString == ASCII_LITERAL("spellout")) || (typeString == ASCII_LITERAL("ordinal")) in umsg_parse_format()
239 || (typeString == ASCII_LITERAL("duration"))) { in umsg_parse_format()

Completed in 5 milliseconds