OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtDstOffset
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
304
UnicodeString *
fmtDstOffset
= 0;
307
//
fmtDstOffset
= fmtOffset->substring(3);
308
fmtDstOffset
= new UnicodeString();
309
fmtOffset.extract(3, fmtOffset.length(), *
fmtDstOffset
);
314
UBool ok =
fmtDstOffset
== 0 || *
fmtDstOffset
== dstOffset;
319
(
fmtDstOffset
!= 0 ? " ok" : " ?"));
327
delete
fmtDstOffset
;
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
265
String
fmtDstOffset
= null;
267
//
fmtDstOffset
= fmtOffset.substring(3);
268
fmtDstOffset
= fmtOffset.substring(3, fmtOffset.length());
274
boolean ok =
fmtDstOffset
== null ||
fmtDstOffset
.equals("") ||
fmtDstOffset
.equals(dstOffset);
277
+ fmtOffset + (
fmtDstOffset
!= null ? " ok" : " ?"));
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
261
String
fmtDstOffset
= null;
263
//
fmtDstOffset
= fmtOffset.substring(3);
264
fmtDstOffset
= fmtOffset.substring(3, fmtOffset.length());
270
boolean ok =
fmtDstOffset
== null ||
fmtDstOffset
.equals("") ||
fmtDstOffset
.equals(dstOffset);
273
+ fmtOffset + (
fmtDstOffset
!= null ? " ok" : " ?"));
[
all
...]
Completed in 61 milliseconds