Searched refs:transliterator_create_from_rules (Results 1 – 6 of 6) sorted by relevance
32 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…35 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
19 $u = transliterator_create_from_rules($rules, Transliterator::REVERSE);
38 ZEND_FUNCTION(transliterator_create_from_rules);49 …ZEND_ME_MAPPING(createFromRules, transliterator_create_from_rules, arginfo_class_Transliterator_cr…
124 PHP_FUNCTION( transliterator_create_from_rules ) in PHP_FUNCTION() argument
970 ZEND_FUNCTION(transliterator_create_from_rules);1160 ZEND_FE(transliterator_create_from_rules, arginfo_transliterator_create_from_rules)
621 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):… function
Completed in 19 milliseconds