Searched refs:skeleton (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtitvfmt.h67 * from (skeleton, the_largest_different_calendar_field)
71 * A skeleton
92 * letter length in skeleton.
112 * There is a set of pre-defined static skeleton strings.
115 * For example, for a skeleton UDAT_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,
176 * create an instance using default or given locale plus given skeleton
[all...]
H A Ddtitvinf.h39 * formatter when user pass in skeleton and locale.
48 * from (skeleton, the_largest_different_calendar_field)
52 * A skeleton
69 * letter length in skeleton.
85 * There is a set of pre-defined static skeleton strings.
88 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd",
98 * For date skeleton, the interval patterns when year, or month, or date is
100 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
116 * but for skeleton "yMMMd", the interval pattern when day is different is
118 * pattern is the earlier date. But for skeleton
[all...]
H A Dudatpg.h30 * patterns. Once that is done, a query can be made using a "skeleton", which is
32 * will return the "best fit" pattern corresponding to that skeleton.
92 * pattern to match those in the skeleton (when this would not happen
187 * Get the best pattern matching the input skeleton. It is guaranteed to
188 * have all of the fields in the skeleton.
197 * @param skeleton
198 * The skeleton is a pattern containing only the variable fields.
200 * @param length the length of skeleton
202 * The best pattern found from the given skeleton.
211 const UChar *skeleton, int32_
[all...]
H A Dudateintervalformat.h23 * in a locale-sensitive way, using a skeleton that specifies the precision and
25 * specified by the skeleton, a single date format will be produced. If the range
26 * is larger than the format specified by the skeleton, a locale-specific fallback
27 * will be used to format the items missing from the skeleton.
30 * - The skeleton jm will produce
33 * - The skeleton MMMd will produce
37 * - The skeleton jm will produce
40 * - The skeleton MMMd will produce
52 * relevant). Note that a skeleton involving h or H generally explicitly requests
53 * that time style (12- or 24-hour time respectively). For a skeleton tha
[all...]
H A Ddtptngen.h38 * is done, a query can be made using a "skeleton", which is a pattern which just
40 * pattern corresponding to that skeleton.
41 * <p>The main method people will use is getBestPattern(String skeleton),
108 * Utility to return a unique skeleton from a given pattern. For example,
109 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
114 * @return skeleton such as "MMMdd"
120 * Utility to return a unique base skeleton from a given pattern. This is
121 * the same as the skeleton, except that differences in length are minimized
123 * for example, both "MMM-dd" and "d/MMM" produce the skeleton "MMMd"
129 * @return base skeleton, suc
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h67 * from (skeleton, the_largest_different_calendar_field)
71 * A skeleton
92 * letter length in skeleton.
112 * There is a set of pre-defined static skeleton strings.
115 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is &quot;yMMMd&quot;,
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,
176 * create an instance using default or given locale plus given skeleton
[all...]
H A Ddtitvinf.h39 * formatter when user pass in skeleton and locale.
48 * from (skeleton, the_largest_different_calendar_field)
52 * A skeleton
69 * letter length in skeleton.
85 * There is a set of pre-defined static skeleton strings.
88 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is &quot;yMMMd&quot;,
98 * For date skeleton, the interval patterns when year, or month, or date is
100 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
116 * but for skeleton &quot;yMMMd&quot;, the interval pattern when day is different is
118 * pattern is the earlier date. But for skeleton
[all...]
H A Dudatpg.h30 * patterns. Once that is done, a query can be made using a "skeleton", which is
32 * will return the "best fit" pattern corresponding to that skeleton.
92 * pattern to match those in the skeleton (when this would not happen
187 * Get the best pattern matching the input skeleton. It is guaranteed to
188 * have all of the fields in the skeleton.
197 * @param skeleton
198 * The skeleton is a pattern containing only the variable fields.
200 * @param length the length of skeleton
202 * The best pattern found from the given skeleton.
211 const UChar *skeleton, int32_
[all...]
H A Dudateintervalformat.h23 * in a locale-sensitive way, using a skeleton that specifies the precision and
25 * specified by the skeleton, a single date format will be produced. If the range
26 * is larger than the format specified by the skeleton, a locale-specific fallback
27 * will be used to format the items missing from the skeleton.
30 * - The skeleton jm will produce
33 * - The skeleton MMMd will produce
37 * - The skeleton jm will produce
40 * - The skeleton MMMd will produce
52 * relevant). Note that a skeleton involving h or H generally explicitly requests
53 * that time style (12- or 24-hour time respectively). For a skeleton tha
[all...]
H A Ddtptngen.h38 * is done, a query can be made using a "skeleton", which is a pattern which just
40 * pattern corresponding to that skeleton.
41 * <p>The main method people will use is getBestPattern(String skeleton),
108 * Utility to return a unique skeleton from a given pattern. For example,
109 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
114 * @return skeleton such as "MMMdd"
120 * Utility to return a unique base skeleton from a given pattern. This is
121 * the same as the skeleton, except that differences in length are minimized
123 * for example, both "MMM-dd" and "d/MMM" produce the skeleton "MMMd"
129 * @return base skeleton, suc
[all...]
/external/libogg/doc/
H A DMakefile.am9 rfc3533.txt rfc5334.txt skeleton.html
/external/chromium_org/third_party/icu/source/i18n/
H A Dudatpg.cpp58 const UChar *skeleton, int32_t length,
61 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length,
68 const UChar *skeleton, int32_t length,
75 if(skeleton==NULL && length!=0) {
79 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
87 UChar *skeleton, int32_t capacity,
98 return result.extract(skeleton, capacity, *pErrorCode);
104 UChar *skeleton, int32_t capacity,
115 return result.extract(skeleton, capacity, *pErrorCode);
217 const UChar *skeleton, int32_
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
85 udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
102 udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 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
260 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument
[all...]
H A Ddtitvfmt.cpp69 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
71 return createInstance(skeleton, Locale::getDefault(), status);
76 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
87 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
92 return create(locale, dtitvinf, &skeleton, status);
98 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
101 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status);
106 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
463 DateIntervalFormat(const Locale& locale, DateIntervalInfo* dtItvInfo, const UnicodeString* skeleton, UErrorCode& status) argument
511 createSDFPatternInstance(const UnicodeString& skeleton, const Locale& locale, DateTimePatternGenerator* dtpng, UErrorCode& status) argument
534 create(const Locale& locale, DateIntervalInfo* dtitvinf, const UnicodeString* skeleton, UErrorCode& status) argument
709 UnicodeString skeleton = fSkeleton; local
772 getDateTimeSkeleton(const UnicodeString& skeleton, UnicodeString& dateSkeleton, UnicodeString& normalizedDateSkeleton, UnicodeString& timeSkeleton, UnicodeString& normalizedTimeSkeleton) argument
941 const UnicodeString* skeleton; local
1016 setFallbackPattern(UCalendarDateFields field, const UnicodeString& skeleton, UErrorCode& status) argument
1130 setIntervalPattern(UCalendarDateFields field, const UnicodeString* skeleton, const UnicodeString* bestSkeleton, int8_t differenceInfo, UnicodeString* extendedSkeleton, UnicodeString* extendedBestSkeleton) argument
1311 fieldExistsInSkeleton(UCalendarDateFields field, const UnicodeString& skeleton) argument
[all...]
H A Ddtitvinf.cpp82 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton, argument
88 setIntervalPatternInternally(skeleton, UCAL_AM_PM, intervalPattern, status);
89 setIntervalPatternInternally(skeleton, UCAL_HOUR, intervalPattern, status);
92 setIntervalPatternInternally(skeleton, UCAL_DATE, intervalPattern, status);
94 setIntervalPatternInternally(skeleton, lrgDiffCalUnit, intervalPattern, status);
178 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton, argument
186 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton);
275 const char* skeleton = ures_getKey(oneRes.getAlias()); local
276 if (skeleton == NULL) {
279 UnicodeString skeletonUniStr(skeleton,
366 setIntervalPatternInternally(const UnicodeString& skeleton, UCalendarDateFields lrgDiffCalUnit, const UnicodeString& intervalPattern, UErrorCode& status) argument
390 parseSkeleton(const UnicodeString& skeleton, int32_t* skeletonFieldWidth) argument
418 getBestSkeleton(const UnicodeString& skeleton, int8_t& bestMatchDistanceInfo) const argument
488 UnicodeString* skeleton = (UnicodeString*)keyTok.pointer; local
[all...]
H A Dudateintervalformat.cpp25 const UChar* skeleton,
34 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
40 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Ddtptngen.cpp320 dtMatcher->copyFrom(other.dtMatcher->skeleton);
651 // Add pattern with its associated skeleton. Override any duplicate derived from std patterns,
792 // Get pattern for skeleton with H, then replace H or k
833 const UnicodeString& skeleton,
835 return replaceFieldTypes(pattern, skeleton, UDATPG_MATCH_NO_OPTIONS, status);
840 const UnicodeString& skeleton,
843 dtMatcher->set(skeleton, fp);
925 // 1. We pass that skeleton to matcher.set instead of having it derive a skeleton from the pattern.
926 // 2. If the new entry's skeleton o
832 replaceFieldTypes(const UnicodeString& pattern, const UnicodeString& skeleton, UErrorCode& status) argument
839 replaceFieldTypes(const UnicodeString& pattern, const UnicodeString& skeleton, UDateTimePatternMatchOptions options, UErrorCode& ) argument
943 PtnSkeleton skeleton; local
1378 add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode &status) argument
1477 getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr) argument
1565 getDuplicateElem( const UnicodeString &basePattern, const PtnSkeleton &skeleton, PtnElem *baseElem) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dudatpg.cpp58 const UChar *skeleton, int32_t length,
61 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length,
68 const UChar *skeleton, int32_t length,
75 if(skeleton==NULL && length!=0) {
79 UnicodeString skeletonString((UBool)(length<0), skeleton, length);
87 UChar *skeleton, int32_t capacity,
98 return result.extract(skeleton, capacity, *pErrorCode);
104 UChar *skeleton, int32_t capacity,
115 return result.extract(skeleton, capacity, *pErrorCode);
217 const UChar *skeleton, int32_
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
85 udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
102 udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 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
260 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument
[all...]
H A Ddtitvfmt.cpp69 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
71 return createInstance(skeleton, Locale::getDefault(), status);
76 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
87 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
92 return create(locale, dtitvinf, &skeleton, status);
98 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
101 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status);
106 DateIntervalFormat::createInstance(const UnicodeString& skeleton, argument
463 DateIntervalFormat(const Locale& locale, DateIntervalInfo* dtItvInfo, const UnicodeString* skeleton, UErrorCode& status) argument
511 createSDFPatternInstance(const UnicodeString& skeleton, const Locale& locale, DateTimePatternGenerator* dtpng, UErrorCode& status) argument
534 create(const Locale& locale, DateIntervalInfo* dtitvinf, const UnicodeString* skeleton, UErrorCode& status) argument
709 UnicodeString skeleton = fSkeleton; local
772 getDateTimeSkeleton(const UnicodeString& skeleton, UnicodeString& dateSkeleton, UnicodeString& normalizedDateSkeleton, UnicodeString& timeSkeleton, UnicodeString& normalizedTimeSkeleton) argument
943 const UnicodeString* skeleton; local
1018 setFallbackPattern(UCalendarDateFields field, const UnicodeString& skeleton, UErrorCode& status) argument
1132 setIntervalPattern(UCalendarDateFields field, const UnicodeString* skeleton, const UnicodeString* bestSkeleton, int8_t differenceInfo, UnicodeString* extendedSkeleton, UnicodeString* extendedBestSkeleton) argument
1313 fieldExistsInSkeleton(UCalendarDateFields field, const UnicodeString& skeleton) argument
[all...]
H A Ddtitvinf.cpp82 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton, argument
88 setIntervalPatternInternally(skeleton, UCAL_AM_PM, intervalPattern, status);
89 setIntervalPatternInternally(skeleton, UCAL_HOUR, intervalPattern, status);
92 setIntervalPatternInternally(skeleton, UCAL_DATE, intervalPattern, status);
94 setIntervalPatternInternally(skeleton, lrgDiffCalUnit, intervalPattern, status);
178 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton, argument
186 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton);
275 const char* skeleton = ures_getKey(oneRes.getAlias()); local
276 if (skeleton == NULL) {
279 UnicodeString skeletonUniStr(skeleton,
366 setIntervalPatternInternally(const UnicodeString& skeleton, UCalendarDateFields lrgDiffCalUnit, const UnicodeString& intervalPattern, UErrorCode& status) argument
390 parseSkeleton(const UnicodeString& skeleton, int32_t* skeletonFieldWidth) argument
418 getBestSkeleton(const UnicodeString& skeleton, int8_t& bestMatchDistanceInfo) const argument
488 UnicodeString* skeleton = (UnicodeString*)keyTok.pointer; local
[all...]
H A Dudateintervalformat.cpp25 const UChar* skeleton,
34 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
40 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdateintervalformattest.c41 const char * skeleton; member in struct:__anon12199
81 u_unescape(testItemPtr->skeleton, skelBuf, kSkelBufLen);
100 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
101 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to,
105 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
106 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
110 log_data_err("FAIL: udtitvfmt_open for locale %s, skeleton %s, tzid %s - %s\n",
111 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, myErrorName(status) );
/external/icu/icu4c/source/test/cintltst/
H A Dcdateintervalformattest.c41 const char * skeleton; member in struct:__anon21998
81 u_unescape(testItemPtr->skeleton, skelBuf, kSkelBufLen);
100 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
101 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to,
105 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
106 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
110 log_data_err("FAIL: udtitvfmt_open for locale %s, skeleton %s, tzid %s - %s\n",
111 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, myErrorName(status) );
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A Dgenerate_parser.sh19 bison --no-lines --skeleton=yacc.c --output=$output_source $input_file
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dgenerate_parser.sh20 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
/external/bison/src/
H A Dgetargs.h31 extern char const *skeleton;
66 char skeleton[sizeof "java-skel.m4"]; member in struct:bison_language

Completed in 1169 milliseconds

123