OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tryPat994
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cdtdptst.c
146
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:11:42", d);
147
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null);
148
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null);
149
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null);
150
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01", null);
157
void
tryPat994
(UDateFormat* format, const char* pattern, const char* s, UDate expected)
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
673
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
674
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
675
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
676
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
677
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
685
DateFormatTest::
tryPat994
(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
[
all
...]
Completed in 49 milliseconds