Home
last modified time | relevance | path

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

/php-src/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()
/php-src/build/
H A Dgen_stub.php253 public static function fromString(string $typeString): SimpleType argument
255 switch (strtolower($typeString)) {
271 return new SimpleType(strtolower($typeString), true);
281 $isArray = preg_match("/(.*)\s*\[\s*\]/", $typeString, $matches);
287 …_match("/array\s*<\s*([A-Za-z0-9_|-]+)?(\s*,\s*)?([A-Za-z0-9_|-]+)?\s*>/i", $typeString, $matches);
296 return new SimpleType($typeString, false);
597 public static function fromString(string $typeString): self { argument
598 $typeString .= "|";
604 $typeStringLength = strlen($typeString);
606 $char = $typeString[$i];
[all …]

Completed in 39 milliseconds