Searched defs:skeleton (Results 1 - 25 of 41) sorted by relevance

12

/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp27 const UChar* skeleton,
36 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
42 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
26 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Dudatpg.cpp60 const UChar *skeleton, int32_t length,
63 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length,
70 const UChar *skeleton, int32_t length,
77 if(skeleton==NULL && length!=0) {
81 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
89 UChar *skeleton, int32_t capacity,
101 return result.extract(skeleton, capacity, *pErrorCode);
107 UChar *skeleton, int32_t capacity,
119 return result.extract(skeleton, capacity, *pErrorCode);
221 const UChar *skeleton, int32_
59 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
69 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
87 udatpg_getSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
105 udatpg_getBaseSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
219 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
230 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
264 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument
[all...]
H A Ddatefmt.cpp74 const UnicodeString &skeleton,
77 fSkeleton(DateTimePatternGenerator::staticGetSkeleton(skeleton, status)) { }
432 const UnicodeString &skeleton,
438 DateFmtBestPatternKey key(locale, skeleton, status);
452 const UnicodeString& skeleton,
463 DateFormat *result = createInstanceForSkeleton(skeleton, locale, status);
473 const UnicodeString& skeleton,
481 getBestPattern(locale, skeleton, status),
489 const UnicodeString& skeleton,
492 skeleton, Local
72 DateFmtBestPatternKey( const Locale &loc, const UnicodeString &skeleton, UErrorCode &status) argument
430 getBestPattern( const Locale &locale, const UnicodeString &skeleton, UErrorCode &status) argument
450 createInstanceForSkeleton( Calendar *calendarToAdopt, const UnicodeString& skeleton, const Locale &locale, UErrorCode &status) argument
472 createInstanceForSkeleton( const UnicodeString& skeleton, const Locale &locale, UErrorCode &status) argument
488 createInstanceForSkeleton( const UnicodeString& skeleton, UErrorCode &status) argument
[all...]
H A Ddtitvfmt.cpp76 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
78 return createInstance(skeleton, Locale::getDefault(), status);
83 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
90 skeleton.extract(0, skeleton.length(), result, "UTF-8");
94 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
99 return create(locale, dtitvinf, &skeleton, status);
105 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
108 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status);
113 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
502 DateIntervalFormat(const Locale& locale, DateIntervalInfo* dtItvInfo, const UnicodeString* skeleton, UErrorCode& status) argument
535 create(const Locale& locale, DateIntervalInfo* dtitvinf, const UnicodeString* skeleton, UErrorCode& status) argument
737 UnicodeString skeleton = fSkeleton; local
776 getDateTimeSkeleton(const UnicodeString& skeleton, UnicodeString& dateSkeleton, UnicodeString& normalizedDateSkeleton, UnicodeString& timeSkeleton, UnicodeString& normalizedTimeSkeleton) argument
947 const UnicodeString* skeleton; local
1038 setFallbackPattern(UCalendarDateFields field, const UnicodeString& skeleton, UErrorCode& status) argument
1153 setIntervalPattern(UCalendarDateFields field, const UnicodeString* skeleton, const UnicodeString* bestSkeleton, int8_t differenceInfo, UnicodeString* extendedSkeleton, UnicodeString* extendedBestSkeleton) argument
1394 fieldExistsInSkeleton(UCalendarDateFields field, const UnicodeString& skeleton) argument
[all...]
H A Ddtitvinf.cpp84 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton, argument
90 setIntervalPatternInternally(skeleton, UCAL_AM_PM, intervalPattern, status);
91 setIntervalPatternInternally(skeleton, UCAL_HOUR, intervalPattern, status);
94 setIntervalPatternInternally(skeleton, UCAL_DATE, intervalPattern, status);
96 setIntervalPatternInternally(skeleton, lrgDiffCalUnit, intervalPattern, status);
180 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton, argument
188 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton);
271 // Process the skeleton
282 * Processes the patterns for a skeleton table
287 // Iterate over all the patterns in the current skeleton tabl
475 setIntervalPatternInternally(const UnicodeString& skeleton, UCalendarDateFields lrgDiffCalUnit, const UnicodeString& intervalPattern, UErrorCode& status) argument
499 parseSkeleton(const UnicodeString& skeleton, int32_t* skeletonFieldWidth) argument
527 getBestSkeleton(const UnicodeString& skeleton, int8_t& bestMatchDistanceInfo) const argument
597 UnicodeString* skeleton = (UnicodeString*)keyTok.pointer; local
[all...]
H A Ddtptngen_impl.h117 // A compact storage mechanism for skeleton field strings. Several dozen of these will be created
174 PtnSkeleton *skeleton; member in class:PtnElem
225 PtnSkeleton skeleton; member in class:DateTimeMatcher
230 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
231 void copyFrom(const PtnSkeleton& skeleton);
247 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
249 const UnicodeString* getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr = 0);
255 PtnElem* getDuplicateElem(const UnicodeString &basePattern, const PtnSkeleton& skeleton, PtnElem *baseElem);
/external/javassist/src/main/javassist/
H A DCtNewConstructor.java176 public static CtConstructor skeleton(CtClass[] parameters, method in class:CtNewConstructor
/external/bison/src/
H A Dgetargs.h31 extern char const *skeleton;
66 char skeleton[sizeof "java-skel.m4"]; member in struct:bison_language
H A Dgetargs.c80 const char *skeleton = NULL; variable
196 "muscles - m4 definitions passed to the skeleton",
199 "skeleton - skeleton postprocessing",
332 -S, --skeleton=FILE specify the skeleton to use\n\
446 | --skeleton and --language handling. |
455 skeleton = arg;
458 complain_at (loc, _("multiple skeleton declarations are invalid"));
568 { "skeleton", required_argumen
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdateintervalformattest.c43 const char * skeleton; member in struct:__anon7574
83 u_unescape(testItemPtr->skeleton, skelBuf, kSkelBufLen);
102 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
103 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to,
107 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
108 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
112 log_data_err("FAIL: udtitvfmt_open for locale %s, skeleton %s, tzid %s - %s\n",
113 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, myErrorName(status) );
257 const char * skeleton; member in struct:__anon7578
285 ulen = u_unescape(locSkelItemPtr->skeleton, ubu
[all...]
H A Dudatpg_test.c72 static const UChar skeleton[]= {0x4d, 0x4d, 0x4d, 0x64, 0}; /* MMMd */ variable
158 /* Test skeleton == NULL */
162 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
305 /* Get all skeletons and the crroespong pattern for each skeleton. */
352 length = udatpg_getBestPattern(generator, skeleton, 4,
429 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
H A Dcdattst.c1439 const UChar * skeleton; member in struct:__anon7581
1508 int32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status);
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp67 /* ====== Test create interval instance with default locale and skeleton
70 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
74 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
81 /* ====== Test create interval instance with given locale and skeleton
84 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
88 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
95 /* ====== Test create interval instance with dateIntervalInfo and skeleton
98 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton");
106 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting");
113 /* ====== Test create interval instance with dateIntervalInfo and skeleton
1372 UnicodeString skeleton[] = { local
[all...]
H A Ddtptngts.cpp563 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern);
588 logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") + bPattern);
609 logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") + bPattern);
621 logln("Testing DateTimePatternGenerator with various skeleton");
660 logln("Testing DateTimePatternGenerator with various skeleton");
706 // ======= Test random skeleton
915 UnicodeString(", skeleton ") + skel +
1025 UnicodeString skeleton(skelBuf, skelLen, US_INV);
1026 UnicodeString pattern = dtpg->getBestPattern(skeleton, status);
1051 ", skeleton "
1078 UnicodeString skeleton = DateTimePatternGenerator::staticGetSkeleton(testData[i], status); local
[all...]
/external/v8/src/
H A Di18n.cc121 // Make formatter from skeleton. Calendar and numbering system are added
124 icu::UnicodeString skeleton; local
125 if (ExtractStringSetting(isolate, options, "skeleton", &skeleton)) {
130 pattern = generator->getBestPattern(skeleton, status);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java68 * from (skeleton, the_largest_different_calendar_field)
72 * A skeleton
89 * letter length in skeleton.
112 * There is a set of pre-defined static skeleton strings in DateFormat,
115 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd",
125 * For date skeleton, the interval patterns when year, or month, or date is
127 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
131 * If a skeleton is not found in a locale's DateIntervalInfo, which means
132 * the interval patterns for the skeleton is not defined in resource file,
174 * create an instance using default or given locale plus given skeleton
290 final String skeleton; field in class:DateIntervalFormat.SkeletonAndItsBestMatch
292 SkeletonAndItsBestMatch(String skeleton, String bestMatch) argument
375 DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat) argument
389 DateIntervalFormat(String skeleton, ULocale locale, SimpleDateFormat simpleDateFormat) argument
414 getInstance(String skeleton) argument
433 getInstance(String skeleton, Locale locale) argument
468 getInstance(String skeleton, ULocale locale) argument
489 getInstance(String skeleton, DateIntervalInfo dtitvinf) argument
510 getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf) argument
554 getInstance(String skeleton, ULocale locale, DateIntervalInfo dtitvinf) argument
1278 genFallbackPattern(int field, String skeleton, Map<String, PatternInfo> intervalPatterns, DateTimePatternGenerator dtpng) argument
1333 getDateTimeSkeleton(String skeleton, StringBuilder dateSkeleton, StringBuilder normalizedDateSkeleton, StringBuilder timeSkeleton, StringBuilder normalizedTimeSkeleton) argument
1593 genIntervalPattern( int field, String skeleton, String bestSkeleton, int differenceInfo, Map<String, PatternInfo> intervalPatterns) argument
1839 fieldExistsInSkeleton(int field, String skeleton) argument
[all...]
H A DDateIntervalInfo.java47 * formatter when user pass in skeleton and locale.
56 * from (skeleton, the_largest_different_calendar_field)
60 * A skeleton
77 * letter length in skeleton.
95 * There is a set of pre-defined static skeleton strings.
98 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd",
108 * For date skeleton, the interval patterns when year, or month, or date is
110 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
126 * but for skeleton "yMMMd", the interval pattern when day is different is
128 * pattern is the earlier date. But for skeleton "yMMM
717 setIntervalPattern(String skeleton, int lrgDiffCalUnit, String intervalPattern) argument
763 setIntervalPatternInternally(String skeleton, String lrgDiffCalUnit, String intervalPattern) argument
800 setIntervalPattern(String skeleton, String lrgDiffCalUnit, PatternInfo ptnInfo) argument
842 getIntervalPattern(String skeleton, int field) argument
1008 parseSkeleton(String skeleton, int[] skeletonFieldWidth) argument
[all...]
H A DDateFormat.java54 * using the (misnamed) getPatternInstance() method, supplying a skeleton. There are a number of constants that have
101 * Use getPatternInstance to format with a skeleton. Typically this is with a predefined skeleton, like
114 * skeleton.
848 * <strong>[icu]</strong> Constant for date skeleton with year.
853 * <strong>[icu]</strong> Constant for date skeleton with quarter.
858 * <strong>[icu]</strong> Constant for date skeleton with abbreviated quarter.
863 * <strong>[icu]</strong> Constant for date skeleton with year and quarter.
868 * <strong>[icu]</strong> Constant for date skeleton with year and abbreviated quarter.
873 * <strong>[icu]</strong> Constant for date skeleton wit
1949 getInstanceForSkeleton(String skeleton) argument
1963 getInstanceForSkeleton(String skeleton, Locale locale) argument
1977 getInstanceForSkeleton(String skeleton, ULocale locale) argument
1996 getInstanceForSkeleton(Calendar cal, String skeleton, Locale locale) argument
2013 getInstanceForSkeleton( Calendar cal, String skeleton, ULocale locale) argument
2032 getPatternInstance(String skeleton) argument
2047 getPatternInstance(String skeleton, Locale locale) argument
2062 getPatternInstance(String skeleton, ULocale locale) argument
2080 getPatternInstance(Calendar cal, String skeleton, Locale locale) argument
2098 getPatternInstance( Calendar cal, String skeleton, ULocale locale) argument
[all...]
H A DDateTimePatternGenerator.java48 * patterns. Once that is done, a query can be made using a "skeleton", which is
50 * will return the "best fit" pattern corresponding to that skeleton.
52 * The main method people will use is getBestPattern(String skeleton), since
254 // Add pattern with its associated skeleton. Override any duplicate derived from std patterns,
517 * Return the best pattern matching the input skeleton. It is guaranteed to
518 * have all of the fields in the skeleton.
520 * @param skeleton The skeleton is a pattern containing only the variable fields.
522 * @return Best pattern matching the input skeleton.
524 public String getBestPattern(String skeleton) { argument
539 getBestPattern(String skeleton, int options) argument
546 getBestPattern(String skeleton, DateTimeMatcher skipMatcher, int options) argument
824 replaceFieldTypes(String pattern, String skeleton) argument
842 replaceFieldTypes(String pattern, String skeleton, int options) argument
1143 isSingleField(String skeleton) argument
1669 skeletonsAreSimilar(String id, String skeleton) argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateTimeGeneratorTest.java68 String skeleton = test[1];
69 String pattern = gen.getBestPattern(skeleton);
70 assertEquals(test[0] + "/" + skeleton, test[2], pattern);
140 assertEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate);
1022 * public static boolean isSingleField(String skeleton)
1032 errln("DateTimePatternGenerator.isSingleField(String skeleton) " +
1277 public String skeleton; field in class:DateTimeGeneratorTest.TestOptionsItem
1283 skeleton = skel;
1331 String pattern = dtpgen.getBestPattern(testOptionsData[i].skeleton, testOptionsData[i].options);
1333 errln("Locale " + testOptionsData[i].locale + ", skeleton "
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java67 * from (skeleton, the_largest_different_calendar_field)
71 * A skeleton
88 * letter length in skeleton.
111 * There is a set of pre-defined static skeleton strings in DateFormat,
114 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd",
124 * For date skeleton, the interval patterns when year, or month, or date is
126 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
130 * If a skeleton is not found in a locale's DateIntervalInfo, which means
131 * the interval patterns for the skeleton is not defined in resource file,
173 * create an instance using default or given locale plus given skeleton
291 final String skeleton; field in class:DateIntervalFormat.SkeletonAndItsBestMatch
293 SkeletonAndItsBestMatch(String skeleton, String bestMatch) argument
375 DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat) argument
389 DateIntervalFormat(String skeleton, ULocale locale, SimpleDateFormat simpleDateFormat) argument
415 getInstance(String skeleton) argument
435 getInstance(String skeleton, Locale locale) argument
471 getInstance(String skeleton, ULocale locale) argument
493 getInstance(String skeleton, DateIntervalInfo dtitvinf) argument
515 getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf) argument
560 getInstance(String skeleton, ULocale locale, DateIntervalInfo dtitvinf) argument
1291 genFallbackPattern(int field, String skeleton, Map<String, PatternInfo> intervalPatterns, DateTimePatternGenerator dtpng) argument
1346 getDateTimeSkeleton(String skeleton, StringBuilder dateSkeleton, StringBuilder normalizedDateSkeleton, StringBuilder timeSkeleton, StringBuilder normalizedTimeSkeleton) argument
1606 genIntervalPattern( int field, String skeleton, String bestSkeleton, int differenceInfo, Map<String, PatternInfo> intervalPatterns) argument
1852 fieldExistsInSkeleton(int field, String skeleton) argument
[all...]
H A DDateIntervalInfo.java46 * formatter when user pass in skeleton and locale.
55 * from (skeleton, the_largest_different_calendar_field)
59 * A skeleton
76 * letter length in skeleton.
94 * There is a set of pre-defined static skeleton strings.
97 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd",
107 * For date skeleton, the interval patterns when year, or month, or date is
109 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
125 * but for skeleton "yMMMd", the interval pattern when day is different is
127 * pattern is the earlier date. But for skeleton "yMMM
727 setIntervalPattern(String skeleton, int lrgDiffCalUnit, String intervalPattern) argument
773 setIntervalPatternInternally(String skeleton, String lrgDiffCalUnit, String intervalPattern) argument
810 setIntervalPattern(String skeleton, String lrgDiffCalUnit, PatternInfo ptnInfo) argument
852 getIntervalPattern(String skeleton, int field) argument
1029 parseSkeleton(String skeleton, int[] skeletonFieldWidth) argument
[all...]
H A DDateFormat.java53 * using the (misnamed) getPatternInstance() method, supplying a skeleton. There are a number of constants that have
100 * Use getPatternInstance to format with a skeleton. Typically this is with a predefined skeleton, like
113 * skeleton.
912 * {@icu} Constant for date skeleton with year.
918 * {@icu} Constant for date skeleton with quarter.
924 * {@icu} Constant for date skeleton with abbreviated quarter.
930 * {@icu} Constant for date skeleton with year and quarter.
936 * {@icu} Constant for date skeleton with year and abbreviated quarter.
942 * {@icu} Constant for date skeleton wit
2092 getInstanceForSkeleton(String skeleton) argument
2108 getInstanceForSkeleton(String skeleton, Locale locale) argument
2124 getInstanceForSkeleton(String skeleton, ULocale locale) argument
2145 getInstanceForSkeleton(Calendar cal, String skeleton, Locale locale) argument
2164 getInstanceForSkeleton( Calendar cal, String skeleton, ULocale locale) argument
2185 getPatternInstance(String skeleton) argument
2202 getPatternInstance(String skeleton, Locale locale) argument
2219 getPatternInstance(String skeleton, ULocale locale) argument
2239 getPatternInstance(Calendar cal, String skeleton, Locale locale) argument
2259 getPatternInstance( Calendar cal, String skeleton, ULocale locale) argument
[all...]
H A DDateTimePatternGenerator.java47 * patterns. Once that is done, a query can be made using a "skeleton", which is
49 * will return the "best fit" pattern corresponding to that skeleton.
51 * The main method people will use is getBestPattern(String skeleton), since
258 // Add pattern with its associated skeleton. Override any duplicate derived from std patterns,
518 * Return the best pattern matching the input skeleton. It is guaranteed to
519 * have all of the fields in the skeleton.
521 * @param skeleton The skeleton is a pattern containing only the variable fields.
523 * @return Best pattern matching the input skeleton.
526 public String getBestPattern(String skeleton) { argument
542 getBestPattern(String skeleton, int options) argument
549 getBestPattern(String skeleton, DateTimeMatcher skipMatcher, int options) argument
838 replaceFieldTypes(String pattern, String skeleton) argument
857 replaceFieldTypes(String pattern, String skeleton, int options) argument
1180 isSingleField(String skeleton) argument
1695 skeletonsAreSimilar(String id, String skeleton) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java67 String skeleton = test[1];
68 String pattern = gen.getBestPattern(skeleton);
69 assertEquals(test[0] + "/" + skeleton, test[2], pattern);
139 assertEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate);
1021 * public static boolean isSingleField(String skeleton)
1031 errln("DateTimePatternGenerator.isSingleField(String skeleton) " +
1276 public String skeleton; field in class:DateTimeGeneratorTest.TestOptionsItem
1282 skeleton = skel;
1330 String pattern = dtpgen.getBestPattern(testOptionsData[i].skeleton, testOptionsData[i].options);
1332 errln("Locale " + testOptionsData[i].locale + ", skeleton "
[all...]

Completed in 1284 milliseconds

12