Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp230 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() macro
231 if (typeString == ASCII_LITERAL("number")) { in umsg_parse_format()
235 if (styleString == ASCII_LITERAL("integer")) { in umsg_parse_format()
237 } else if (styleString == ASCII_LITERAL("currency")) { in umsg_parse_format()
239 } else if (styleString == ASCII_LITERAL("percent")) { in umsg_parse_format()
247 } else if ((typeString == ASCII_LITERAL("date")) || (typeString == ASCII_LITERAL("time"))) { in umsg_parse_format()
249 … } else if ((typeString == ASCII_LITERAL("spellout")) || (typeString == ASCII_LITERAL("ordinal")) in umsg_parse_format()
250 || (typeString == ASCII_LITERAL("duration"))) { in umsg_parse_format()
253 #undef ASCII_LITERAL in umsg_parse_format()

Completed in 11 milliseconds