Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp219 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() macro
220 if (typeString == ASCII_LITERAL("number")) { in umsg_parse_format()
224 if (styleString == ASCII_LITERAL("integer")) { in umsg_parse_format()
226 } else if (styleString == ASCII_LITERAL("currency")) { in umsg_parse_format()
228 } else if (styleString == ASCII_LITERAL("percent")) { 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()
242 #undef ASCII_LITERAL in umsg_parse_format()

Completed in 10 milliseconds