OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotID
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java
309
String
gotID
= zone.getID();
312
logln(id + " -> " +
gotID
+ " " + gotOffset);
317
if (!expId.equals(
gotID
)) {
319
logln("ID for " + id + " - returned:" +
gotID
+ " expected:" + expId);
321
errln("FAIL: Unexpected ID for " + id + " - returned:" +
gotID
+ " expected:" + expId);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java
306
String
gotID
= zone.getID();
309
logln(id + " -> " +
gotID
+ " " + gotOffset);
314
if (!expId.equals(
gotID
)) {
316
logln("ID for " + id + " - returned:" +
gotID
+ " expected:" + expId);
318
errln("FAIL: Unexpected ID for " + id + " - returned:" +
gotID
+ " expected:" + expId);
[
all
...]
/external/icu/icu4c/source/i18n/
timezone.cpp
[
all
...]
Completed in 426 milliseconds