Searched refs:parse3339 (Results 1 – 7 of 7) sorted by relevance
371 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 …]
202 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 …]
483 public boolean parse3339(String time) { in parse3339() method in Time485 boolean success = tmp.parse3339(time); in parse3339()
542 public boolean parse3339(String s) { in parse3339() method in Time
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
30133 method public boolean parse3339(java.lang.String);
48350 method @Deprecated public boolean parse3339(String);