Home
last modified time | relevance | path

Searched refs:parse3339 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java371 t.parse3339("1980-05-23"); in testParse33390()
376 t.parse3339("1980-05-23T09:50:50"); in testParse33390()
383 t.parse3339("1980-05-23T09:50:50Z"); in testParse33390()
390 t.parse3339("1980-05-23T09:50:50.0Z"); in testParse33390()
397 t.parse3339("1980-05-23T09:50:50.12Z"); in testParse33390()
404 t.parse3339("1980-05-23T09:50:50.123Z"); in testParse33390()
412 t.parse3339("1980-05-23T09:50:50-01:05"); in testParse33390()
420 t.parse3339("1980-05-23T09:50:50.123-01:05"); in testParse33390()
428 t.parse3339("1980"); in testParse33390()
435 t.parse3339("1980-05-23T09:50:50.123+"); in testParse33390()
[all …]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java202 t.parse3339("1980-05-23"); in testParse3339()
207 t.parse3339("1980-05-23T09:50:50"); in testParse3339()
214 t.parse3339("1980-05-23T09:50:50Z"); in testParse3339()
221 t.parse3339("1980-05-23T09:50:50.0Z"); in testParse3339()
228 t.parse3339("1980-05-23T09:50:50.12Z"); in testParse3339()
235 t.parse3339("1980-05-23T09:50:50.123Z"); in testParse3339()
243 t.parse3339("1980-05-23T09:50:50-01:05"); in testParse3339()
251 t.parse3339("1980-05-23T09:50:50.123-01:05"); in testParse3339()
259 t.parse3339("1980"); in testParse3339()
266 t.parse3339("1980-05-23T09:50:50.123+"); in testParse3339()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DTime.java483 public boolean parse3339(String time) { in parse3339() method in Time
485 boolean success = tmp.parse3339(time); in parse3339()
/frameworks/base/core/java/android/text/format/
DTime.java542 public boolean parse3339(String s) { in parse3339() method in Time
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30133 method public boolean parse3339(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt48350 method @Deprecated public boolean parse3339(String);