Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp203 UMessagePatternArgType argType = p.getArgType(); in umsg_parse_format() local
205 if (argType == UMSGPAT_ARG_TYPE_NONE) { in umsg_parse_format()
208 if (argType == UMSGPAT_ARG_TYPE_SIMPLE) { in umsg_parse_format()
249 } else if (argType == UMSGPAT_ARG_TYPE_PLURAL) { in umsg_parse_format()
251 } else if (argType == UMSGPAT_ARG_TYPE_CHOICE) { in umsg_parse_format()
253 } else if (argType == UMSGPAT_ARG_TYPE_SELECT) { in umsg_parse_format()
255 } else if (argType == UMSGPAT_ARG_TYPE_SELECTORDINAL) { in umsg_parse_format()
398 Formattable::Type argType = Formattable::kObject, //unknown in umsg_format_helper() local
433 argType = *storedArgType; in umsg_format_helper()
438 if (argType != Formattable::kObject) { in umsg_format_helper()
[all …]
/php-src/build/
H A Dgen_stub.php4859 $argType = $argInfo->type;
4860 if ($argType !== null) {
4861 if (null !== $simpleArgType = $argType->tryToSimpleType()) {
4866 $simpleArgType->toTypeCode(), $argType->isNullable(),
4873 $simpleArgType->toEscapedName(), $argType->isNullable(),
4878 $arginfoType = $argType->toArginfoType();

Completed in 33 milliseconds