OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localGMTString
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
tzfmttst.cpp
160
UnicodeString
localGMTString
;
167
gmtFmt.format(0.0,
localGMTString
);
308
if (isOffsetFormat || tzstr ==
localGMTString
) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java
145
String
localGMTString
= TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0);
254
if (isOffsetFormat || tzstr.equals(
localGMTString
)) {
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java
144
String
localGMTString
= TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0);
253
if (isOffsetFormat || tzstr.equals(
localGMTString
)) {
[
all
...]
Completed in 56 milliseconds