mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Simplify namespace access
The icu namespace is an alias which resolves to the real namespace.
This commit is contained in:
parent
8d35a42383
commit
d8200e4885
21 changed files with 43 additions and 43 deletions
|
@ -33,11 +33,11 @@ extern "C" {
|
|||
#include "../common/common_date.h"
|
||||
}
|
||||
|
||||
using U_ICU_NAMESPACE::Locale;
|
||||
using U_ICU_NAMESPACE::DateFormat;
|
||||
using U_ICU_NAMESPACE::GregorianCalendar;
|
||||
using U_ICU_NAMESPACE::StringPiece;
|
||||
using U_ICU_NAMESPACE::SimpleDateFormat;
|
||||
using icu::Locale;
|
||||
using icu::DateFormat;
|
||||
using icu::GregorianCalendar;
|
||||
using icu::StringPiece;
|
||||
using icu::SimpleDateFormat;
|
||||
|
||||
static const DateFormat::EStyle valid_styles[] = {
|
||||
DateFormat::kNone,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue