mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Utilize the recommended way to handle the icu namespace
This commit is contained in:
parent
cad2a0f9c3
commit
8d35a42383
21 changed files with 66 additions and 0 deletions
|
@ -26,6 +26,9 @@ extern "C" {
|
|||
#include "../intl_convertcpp.h"
|
||||
#include "../intl_common.h"
|
||||
|
||||
using U_ICU_NAMESPACE::RuleBasedBreakIterator;
|
||||
using U_ICU_NAMESPACE::Locale;
|
||||
|
||||
static inline RuleBasedBreakIterator *fetch_rbbi(BreakIterator_object *bio) {
|
||||
return (RuleBasedBreakIterator*)bio->biter;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue