Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp216 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() macro
217 if (typeString == ASCII_LITERAL("number")) { in umsg_parse_format()
221 if (styleString == ASCII_LITERAL("integer")) { in umsg_parse_format()
223 } else if (styleString == ASCII_LITERAL("currency")) { in umsg_parse_format()
225 } else if (styleString == ASCII_LITERAL("percent")) { 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()
239 #undef ASCII_LITERAL in umsg_parse_format()

Completed in 5 milliseconds