OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzfmt
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/
timezone.cpp
74
#include "unicode/
tzfmt
.h"
[
all
...]
tzfmt.cpp
13
#include "unicode/
tzfmt
.h"
468
TimeZoneFormat*
tzfmt
= (TimeZoneFormat*)&other;
local
471
fLocale ==
tzfmt
->fLocale
472
&& fGMTPattern ==
tzfmt
->fGMTPattern
473
&& fGMTZeroFormat ==
tzfmt
->fGMTZeroFormat
474
&& *fTimeZoneNames == *
tzfmt
->fTimeZoneNames;
477
isEqual = fGMTOffsetPatterns[i] ==
tzfmt
->fGMTOffsetPatterns[i];
480
isEqual = fGMTOffsetDigits[i] ==
tzfmt
->fGMTOffsetDigits[i];
496
TimeZoneFormat*
tzfmt
= new TimeZoneFormat(locale, status);
local
498
return
tzfmt
;
[
all
...]
Android.mk
84
smpdtfst.cpp smpdtfst.h
tzfmt
.cpp \
smpdtfmt.cpp
48
#include "unicode/
tzfmt
.h"
3543
TimeZoneFormat *
tzfmt
= TimeZoneFormat::createInstance(fLocale, status);
local
[
all
...]
/external/icu4c/test/intltest/
tzfmttst.cpp
21
#include "unicode/
tzfmt
.h"
720
LocalPointer<TimeZoneFormat>
tzfmt
(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 52 milliseconds