Home
last modified time | relevance | path

Searched refs:getBestPattern (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/mod_php81/php-8.1.1/ext/intl/tests/
H A Ddatepatterngenerator_get_best_pattern.phpt2 IntlDatePatternGenerator::getBestPattern()
16 echo $dtpg->getBestPattern("jjmm"), "\n";
17 echo $dtpg2->getBestPattern("jjmm"), "\n";
18 echo $dtpg3->getBestPattern("YYYYMMMdd"), "\n";
19 echo $dtpg4->getBestPattern("YYYYMMMdd"), "\n";
21 echo $dtpg->getBestPattern(""), "\n";
24 $dtpg->getBestPattern();
36 IntlDatePatternGenerator::getBestPattern() expects exactly 1 argument, 0 given
H A Ddatepatterngenerator_error.phpt2 IntlDatePatternGenerator::getBestPattern(): errors
10 var_dump($dtpg->getBestPattern("jjmm\x80"));
14 Warning: IntlDatePatternGenerator::getBestPattern(): Skeleton is not a valid UTF-8 string in %s on …
H A Ddatepatterngenerator_clone.phpt2 IntlDatePatternGenerator::getBestPattern(): clone
11 echo $dtpg->getBestPattern("YYYYMMMddjjmm"), "\n";
14 echo $dtpg_clone->getBestPattern("YYYYMMMddjjmm"), "\n";
/dports/lang/php81/php-8.1.1/ext/intl/tests/
H A Ddatepatterngenerator_get_best_pattern.phpt2 IntlDatePatternGenerator::getBestPattern()
16 echo $dtpg->getBestPattern("jjmm"), "\n";
17 echo $dtpg2->getBestPattern("jjmm"), "\n";
18 echo $dtpg3->getBestPattern("YYYYMMMdd"), "\n";
19 echo $dtpg4->getBestPattern("YYYYMMMdd"), "\n";
21 echo $dtpg->getBestPattern(""), "\n";
24 $dtpg->getBestPattern();
36 IntlDatePatternGenerator::getBestPattern() expects exactly 1 argument, 0 given
H A Ddatepatterngenerator_error.phpt2 IntlDatePatternGenerator::getBestPattern(): errors
10 var_dump($dtpg->getBestPattern("jjmm\x80"));
14 Warning: IntlDatePatternGenerator::getBestPattern(): Skeleton is not a valid UTF-8 string in %s on …
H A Ddatepatterngenerator_clone.phpt2 IntlDatePatternGenerator::getBestPattern(): clone
11 echo $dtpg->getBestPattern("YYYYMMMddjjmm"), "\n";
14 echo $dtpg_clone->getBestPattern("YYYYMMMddjjmm"), "\n";
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Ddatepatterngenerator_get_best_pattern.phpt2 IntlDatePatternGenerator::getBestPattern()
16 echo $dtpg->getBestPattern("jjmm"), "\n";
17 echo $dtpg2->getBestPattern("jjmm"), "\n";
18 echo $dtpg3->getBestPattern("YYYYMMMdd"), "\n";
19 echo $dtpg4->getBestPattern("YYYYMMMdd"), "\n";
21 echo $dtpg->getBestPattern(""), "\n";
24 $dtpg->getBestPattern();
36 IntlDatePatternGenerator::getBestPattern() expects exactly 1 argument, 0 given
H A Ddatepatterngenerator_error.phpt2 IntlDatePatternGenerator::getBestPattern(): errors
10 var_dump($dtpg->getBestPattern("jjmm\x80"));
14 Warning: IntlDatePatternGenerator::getBestPattern(): Skeleton is not a valid UTF-8 string in %s on …
H A Ddatepatterngenerator_clone.phpt2 IntlDatePatternGenerator::getBestPattern(): clone
11 echo $dtpg->getBestPattern("YYYYMMMddjjmm"), "\n";
14 echo $dtpg_clone->getBestPattern("YYYYMMMddjjmm"), "\n";
/dports/devel/icu-lx/icu/source/test/intltest/
H A Ddtptngts.cpp528 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
529 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
530 format->applyPattern(gen->getBestPattern(UnicodeString("MMMMdHmm"), status)); in testAPI()
624 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
649 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
675 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
822 testPattern=test->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
872 pattern = generator->getBestPattern(UnicodeString("MMMd"), status); in testAPI()
982 UnicodeString pattern = dtpgen->getBestPattern(skel, options, status); in testOptions()
1379 UnicodeString jPattern = dtpg->getBestPattern(jSkeleton, status); in testJjMapping()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Ddtptngts.cpp528 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
529 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
530 format->applyPattern(gen->getBestPattern(UnicodeString("MMMMdHmm"), status)); in testAPI()
624 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
649 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
675 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI()
822 testPattern=test->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
872 pattern = generator->getBestPattern(UnicodeString("MMMd"), status); in testAPI()
982 UnicodeString pattern = dtpgen->getBestPattern(skel, options, status); in testOptions()
1379 UnicodeString jPattern = dtpg->getBestPattern(jSkeleton, status); in testJjMapping()
[all …]
/dports/devel/py-pyicu/PyICU-2.4.3/test/
H A Dtest_DateTimeParserGenerator.py48 sdf = SimpleDateFormat(dtpg.getBestPattern('MMMMddHmm'), locale)
54 sdf.applyPattern(dtpg.getBestPattern('MMMMddHmm'))
75 pattern = dtpg.getBestPattern(skeleton)
/dports/www/mod_php81/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h19 ZEND_METHOD(IntlDatePatternGenerator, getBestPattern);
25 …ZEND_ME(IntlDatePatternGenerator, getBestPattern, arginfo_class_IntlDatePatternGenerator_getBestPa…
H A Ddatepatterngenerator_methods.cpp102 U_CFUNC PHP_METHOD( IntlDatePatternGenerator, getBestPattern ) in PHP_METHOD() argument
127 UnicodeString result = dtpgo->dtpg->getBestPattern(skeleton, DTPATTERNGEN_ERROR_CODE(dtpgo)); in PHP_METHOD()
H A Ddatepatterngenerator.stub.php11 public function getBestPattern(string $skeleton): string|false {} function in IntlDatePatternGenerator
/dports/lang/php81/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h19 ZEND_METHOD(IntlDatePatternGenerator, getBestPattern);
25 …ZEND_ME(IntlDatePatternGenerator, getBestPattern, arginfo_class_IntlDatePatternGenerator_getBestPa…
H A Ddatepatterngenerator_methods.cpp102 U_CFUNC PHP_METHOD( IntlDatePatternGenerator, getBestPattern ) in PHP_METHOD() argument
127 UnicodeString result = dtpgo->dtpg->getBestPattern(skeleton, DTPATTERNGEN_ERROR_CODE(dtpgo)); in PHP_METHOD()
H A Ddatepatterngenerator.stub.php11 public function getBestPattern(string $skeleton): string|false {} function in IntlDatePatternGenerator
/dports/devel/php81-intl/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h19 ZEND_METHOD(IntlDatePatternGenerator, getBestPattern);
25 …ZEND_ME(IntlDatePatternGenerator, getBestPattern, arginfo_class_IntlDatePatternGenerator_getBestPa…
H A Ddatepatterngenerator_methods.cpp102 U_CFUNC PHP_METHOD( IntlDatePatternGenerator, getBestPattern ) in PHP_METHOD() argument
127 UnicodeString result = dtpgo->dtpg->getBestPattern(skeleton, DTPATTERNGEN_ERROR_CODE(dtpgo)); in PHP_METHOD()
/dports/devel/icu/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp57 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample()
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status)); in addPatternExample()
/dports/devel/icu-lx/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp57 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample()
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status)); in addPatternExample()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp57 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample()
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status)); in addPatternExample()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp57 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample()
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status)); in addPatternExample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/dtptngsample/
H A Ddtptngsample.cpp57 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample()
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status)); in addPatternExample()

123456