OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryPat994
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cdtdptst.h
56
void
tryPat994
(UDateFormat* format, const char* pat, const char* s, UDate expected);
cdtdptst.c
148
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:11:42", d);
149
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null);
150
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null);
151
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null);
152
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/01", null);
159
void
tryPat994
(UDateFormat* format, const char* pattern, const char* s, UDate expected)
/external/icu/icu4c/source/test/intltest/
dtfmttst.h
72
virtual void
tryPat994
(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
dtfmttst.cpp
687
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
688
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
689
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
690
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
691
tryPat994
(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
699
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 105 milliseconds