Home
last modified time | relevance | path

Searched defs:skeleton (Results 1 – 25 of 108) sorted by relevance

12345

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DCheckYear.java75 String skeleton = dtp.getSkeleton(dateTimePattern); in recordStockTime() local
83 String skeleton = dtp.getSkeleton(dateTimePattern); in recordStock() local
92 public void record(String skeleton, String dateTimePattern) { in record()
98 public void recordBase(String base, String skeleton, in recordBase()
121 public String getCoreSkeleton(String skeleton) { in getCoreSkeleton()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java328 String skeleton = cas[0]; in flexibleSeparators() local
362 String skeleton = NumberFormatter.with().roundingMode(mode).toSkeleton(); in roundingModeNames() local
419 String skeleton = "measure-unit/"; in perUnitInArabic() local
444 String skeleton = "measure-unit/" + cas1[0] + "-" + cas1[1] + " per-measure-unit/" + in perUnitToSkeleton() local
DNumberFormatterApiTest.java2337 public void runTest(UnlocalizedNumberFormatter unf, String skeleton) { in runTest()
2354 public void runTestWithDisplayOptions(UnlocalizedNumberFormatter unf, String skeleton) { in runTestWithDisplayOptions()
2380 String skeleton; in unitInflections() local
4044 String skeleton = f.toSkeleton(); in roundingIncrementRegressionTest() local
6058 String skeleton, in assertFormatDescending()
6069 String skeleton, in assertFormatDescendingBig()
6080 String skeleton, in assertFormatDescending()
6130 String skeleton, in assertFormatSingle()
6172 String skeleton, in assertFormatSingleMeasure()
6213 String skeleton = f.toSkeleton(); in assertUndefinedSkeleton() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberSkeletonTest.java331 String skeleton = cas[0]; in flexibleSeparators() local
365 String skeleton = NumberFormatter.with().roundingMode(mode).toSkeleton(); in roundingModeNames() local
422 String skeleton = "measure-unit/"; in perUnitInArabic() local
447 String skeleton = "measure-unit/" + cas1[0] + "-" + cas1[1] + " per-measure-unit/" + in perUnitToSkeleton() local
DNumberFormatterApiTest.java2340 public void runTest(UnlocalizedNumberFormatter unf, String skeleton) { in runTest()
2357 public void runTestWithDisplayOptions(UnlocalizedNumberFormatter unf, String skeleton) { in runTestWithDisplayOptions()
2383 String skeleton; in unitInflections() local
4047 String skeleton = f.toSkeleton(); in roundingIncrementRegressionTest() local
6061 String skeleton, in assertFormatDescending()
6072 String skeleton, in assertFormatDescendingBig()
6083 String skeleton, in assertFormatDescending()
6133 String skeleton, in assertFormatSingle()
6175 String skeleton, in assertFormatSingleMeasure()
6216 String skeleton = f.toSkeleton(); in assertUndefinedSkeleton() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java419 final String skeleton; field in DateIntervalFormat.SkeletonAndItsBestMatch
421 SkeletonAndItsBestMatch(String skeleton, String bestMatch) { in SkeletonAndItsBestMatch()
518 public DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, in DateIntervalFormat()
532 private DateIntervalFormat(String skeleton, ULocale locale, in DateIntervalFormat()
558 getInstance(String skeleton) in getInstance()
578 getInstance(String skeleton, Locale locale) in getInstance()
614 getInstance(String skeleton, ULocale locale) in getInstance()
636 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
658 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
703 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
[all …]
DDateIntervalInfo.java732 public void setIntervalPattern(String skeleton, in setIntervalPattern()
778 private PatternInfo setIntervalPatternInternally(String skeleton, in setIntervalPatternInternally()
815 private void setIntervalPattern(String skeleton, in setIntervalPattern()
857 public PatternInfo getIntervalPattern(String skeleton, int field) in getIntervalPattern()
978 String skeleton = skeletonEntry.getKey(); in cloneIntervalPatterns() local
1034 static void parseSkeleton(String skeleton, int[] skeletonFieldWidth) { in parseSkeleton()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java407 final String skeleton; field in DateIntervalFormat.SkeletonAndItsBestMatch
409 SkeletonAndItsBestMatch(String skeleton, String bestMatch) { in SkeletonAndItsBestMatch()
508 public DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, in DateIntervalFormat()
522 private DateIntervalFormat(String skeleton, ULocale locale, in DateIntervalFormat()
547 getInstance(String skeleton) in getInstance()
566 getInstance(String skeleton, Locale locale) in getInstance()
601 getInstance(String skeleton, ULocale locale) in getInstance()
622 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
643 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
687 public static final DateIntervalFormat getInstance(String skeleton, in getInstance()
[all …]
DDateIntervalInfo.java721 public void setIntervalPattern(String skeleton, in setIntervalPattern()
767 private PatternInfo setIntervalPatternInternally(String skeleton, in setIntervalPatternInternally()
804 private void setIntervalPattern(String skeleton, in setIntervalPattern()
846 public PatternInfo getIntervalPattern(String skeleton, int field) in getIntervalPattern()
962 String skeleton = skeletonEntry.getKey(); in cloneIntervalPatterns() local
1012 static void parseSkeleton(String skeleton, int[] skeletonFieldWidth) { in parseSkeleton()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowICU.java20 public static String getBestDateTimePattern(String skeleton, Locale locale) { in getBestDateTimePattern()
30 public static String getBestDateTimePattern(String skeleton, String locale) { in getBestDateTimePattern()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowICU.java36 public static String getBestDateTimePattern(String skeleton, Locale locale) { in getBestDateTimePattern()
46 public static String getBestDateTimePattern(String skeleton, String locale) { in getBestDateTimePattern()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUnitPreferences.java32 public final String skeleton; field in UnitPreferences.UnitPreference
34 public UnitPreference(Rational geq, String unit, String skeleton) { in UnitPreference()
68 …public void add(String quantity, String usage, String regions, String geq, String skeleton, String… in add()
135 … order, String quantity, String usage, Collection<String> regions, Rational geq, String skeleton) { in getPath()
DDateTimeFormats.java250 String skeleton = parts.getAttributeValue(-2, "id"); in set() local
447 public boolean isPresent(String skeleton) { in isPresent()
466 String skeleton = nameAndSkeleton[1]; in addTable() local
515 private String getExample(String skeleton) { in getExample()
555 public RelativePattern(CLDRFile file, String skeleton) { in RelativePattern()
587 private String getRelativeExampleFromSkeleton(String skeleton) { in getRelativeExampleFromSkeleton()
619 public SimpleDateFormat getDateFormatFromSkeleton(String skeleton) { in getDateFormatFromSkeleton()
630 public String getBestPattern(String skeleton) { in getBestPattern()
651 …private void showRow(Appendable output, RowStyle rowStyle, String name, String skeleton, String en… in showRow()
691 private String getFix(String skeleton) { in getFix()
[all …]
/external/icu/icu4c/source/i18n/
Dudatpg.cpp60 const UChar *skeleton, int32_t length, in udatpg_getBestPattern()
70 const UChar *skeleton, int32_t length, in udatpg_getBestPatternWithOptions()
89 UChar *skeleton, int32_t capacity, in udatpg_getSkeleton()
107 UChar *skeleton, int32_t capacity, in udatpg_getBaseSkeleton()
275 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypes()
286 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypesWithOptions()
319 const UChar *skeleton, int32_t skeletonLength, in udatpg_getPatternForSkeleton()
Ddtitvfmt.cpp92 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
99 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
125 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
133 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
668 const UnicodeString* skeleton, in DateIntervalFormat()
702 const UnicodeString* skeleton, in create()
923 UnicodeString skeleton = fSkeleton; in initializePattern() local
1058 DateIntervalFormat::getDateTimeSkeleton(const UnicodeString& skeleton, in getDateTimeSkeleton()
1221 const UnicodeString* skeleton; in setSeparateDateTimePtn() local
1317 const UnicodeString& skeleton, in setFallbackPattern()
[all …]
Ddtitvinf.cpp86 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton, in setIntervalPattern()
182 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton, in getIntervalPattern()
364 UnicodeString skeleton(currentSkeleton, -1, US_INV); in setIntervalPatternIfAbsent() local
487 DateIntervalInfo::setIntervalPatternInternally(const UnicodeString& skeleton, in setIntervalPatternInternally()
515 DateIntervalInfo::parseSkeleton(const UnicodeString& skeleton, in parseSkeleton()
543 DateIntervalInfo::getBestSkeleton(const UnicodeString& skeleton, in getBestSkeleton()
/external/cronet/third_party/icu/source/i18n/
Dudatpg.cpp60 const UChar *skeleton, int32_t length, in udatpg_getBestPattern()
70 const UChar *skeleton, int32_t length, in udatpg_getBestPatternWithOptions()
89 UChar *skeleton, int32_t capacity, in udatpg_getSkeleton()
107 UChar *skeleton, int32_t capacity, in udatpg_getBaseSkeleton()
275 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypes()
286 const UChar *skeleton, int32_t skeletonLength, in udatpg_replaceFieldTypesWithOptions()
319 const UChar *skeleton, int32_t skeletonLength, in udatpg_getPatternForSkeleton()
Ddtitvfmt.cpp89 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
96 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
122 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
130 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
665 const UnicodeString* skeleton, in DateIntervalFormat()
699 const UnicodeString* skeleton, in create()
920 UnicodeString skeleton = fSkeleton; in initializePattern() local
1055 DateIntervalFormat::getDateTimeSkeleton(const UnicodeString& skeleton, in getDateTimeSkeleton()
1218 const UnicodeString* skeleton; in setSeparateDateTimePtn() local
1314 const UnicodeString& skeleton, in setFallbackPattern()
[all …]
Ddtitvinf.cpp86 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton, in setIntervalPattern()
182 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton, in getIntervalPattern()
364 UnicodeString skeleton(currentSkeleton, -1, US_INV); in setIntervalPatternIfAbsent() local
487 DateIntervalInfo::setIntervalPatternInternally(const UnicodeString& skeleton, in setIntervalPatternInternally()
515 DateIntervalInfo::parseSkeleton(const UnicodeString& skeleton, in parseSkeleton()
543 DateIntervalInfo::getBestSkeleton(const UnicodeString& skeleton, in getBestSkeleton()
/external/dagger2/java/dagger/internal/codegen/writing/
DHjarSourceFileGenerator.java63 TypeSpec.Builder skeleton = in skeletonType() local
92 MethodSpec.Builder skeleton = in skeletonMethod() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DUnitPreferences.java167 private final String skeleton; field in UnitPreferences.UnitPreference
170 public UnitPreference(String unit, String geq, String skeleton) { in UnitPreference()
238 String skeleton = ""; in put() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitPreferences.java160 private final String skeleton; field in UnitPreferences.UnitPreference
163 public UnitPreference(String unit, String geq, String skeleton) { in UnitPreference()
228 String skeleton = ""; in put() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DNumberFormatterFactory.java42 String skeleton = OptUtils.getString(fixedOptions, "skeleton"); in formatterForOptions() local
58 String skeleton = OptUtils.getString(fixedOptions, "skeleton"); in NumberFormatterImpl() local
/external/icu/android_icu4j/src/main/java/android/icu/message2/
DNumberFormatterFactory.java43 String skeleton = OptUtils.getString(fixedOptions, "skeleton"); in formatterForOptions() local
59 String skeleton = OptUtils.getString(fixedOptions, "skeleton"); in NumberFormatterImpl() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java107 String skeleton = it.next(); in showFlexibles() local
253 String skeleton = path.substring(startIndex,endIndex); in addAvailableFormatsForFile() local
276 String skeleton = null; in checkValueAgainstSkeleton() local

12345