| /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
| D | DecimalFormatSymbolsTest.java | 23 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testHashCode() local 40 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testDecimalFormatSymbols() local 48 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testDecimalFormatSymbolsLocale() local 56 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testDecimalFormatSymbolsULocale() local 64 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetZeroDigit() local 72 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetZeroDigit() local 85 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetGroupingSeparator() local 93 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetGroupingSeparator() local 106 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetDecimalSeparator() local 114 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetDecimalSeparator() local [all …]
|
| D | DateFormatSymbolsTest.java | 23 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testHashCode() local 41 DateFormatSymbols dfs = new DateFormatSymbols(); in testDateFormatSymbols() local 49 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testDateFormatSymbolsLocale() local 57 DateFormatSymbols dfs = new DateFormatSymbols(ULocale.US); in testDateFormatSymbolsULocale() local 65 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetEras() local 73 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetEras() local 87 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetMonths() local 95 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetMonths() local 109 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetShortMonths() local 117 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetShortMonths() local [all …]
|
| D | SimpleDateFormatTest.java | 115 DateFormatSymbols dfs = new DateFormatSymbols(l); in testSimpleDateFormatStringDateFormatSymbols() local 189 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetDateFormatSymbols() local 198 DateFormatSymbols dfs = new DateFormatSymbols(Locale.JAPAN); in testSetDateFormatSymbols() local
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_fs.c | 45 struct draw_fragment_shader *dfs; in draw_create_fragment_shader() local 59 struct draw_fragment_shader *dfs) in draw_bind_fragment_shader() 69 struct draw_fragment_shader *dfs) in draw_delete_fragment_shader()
|
| /external/icu/icu4c/source/i18n/ |
| D | numparse_symbols.cpp | 92 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() 106 MinusSignMatcher::MinusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in MinusSignMatcher() 121 NanMatcher::NanMatcher(const DecimalFormatSymbols& dfs) in NanMatcher() 151 PercentMatcher::PercentMatcher(const DecimalFormatSymbols& dfs) in PercentMatcher() 165 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() 179 PlusSignMatcher::PlusSignMatcher(const DecimalFormatSymbols& dfs, bool allowTrailing) in PlusSignMatcher()
|
| D | numparse_scientific.cpp | 34 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
|
| D | numparse_currency.cpp | 23 …r::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs, in CombinedCurrencyMatcher()
|
| /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| D | CalendarICU.java | 123 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayName() local 139 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNames() local 303 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { in getFieldStrings() 323 …rivate static Map<String,Integer> getFieldStringsMap(int field, int style, DateFormatSymbols dfs) { in getFieldStringsMap()
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | layout_assignment.h | 51 LayoutConstraint(bool mandatory, bool dfs) in LayoutConstraint() 61 bool dfs() const { return dfs_; } in dfs() function 118 : LayoutConstraint(/*mandatory=*/true, dfs), in LayoutConstraint() argument
|
| D | layout_assignment.cc | 67 bool mandatory, bool dfs) in BufferLayoutConstraint() 79 int64 operand_no, bool mandatory, bool dfs) in OperandLayoutConstraint() 156 bool mandatory, bool dfs) { in SetBufferLayout() 201 bool dfs) { in SetOperandLayout() 253 bool mandatory, bool dfs) { in SetArrayOperandLayout() 263 bool dfs) { in SetResultLayout() 289 bool mandatory, bool dfs) { in SetInstructionLayout()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
| D | CombinedCurrencyMatcher.java | 44 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance() 49 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
| D | CombinedCurrencyMatcher.java | 42 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance() 47 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher()
|
| /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
| D | DateFormatSymbolsTest.java | 34 DateFormatSymbols dfs = DateFormatSymbols.getInstance(loc); in TestGetInstance() local 96 DateFormatSymbols dfs = DateFormatSymbols.getInstance(new Locale("ja", "JP", "ICU")); in TestSetSymbols() local
|
| /external/caliper/examples/src/main/java/examples/ |
| D | ExpensiveObjectsBenchmark.java | 37 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in clonedDecimalFormatSymbols() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | IntlTestDecimalFormatSymbols.java | 271 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testPropagateZeroDigit() local 387 DecimalFormatSymbols dfs = DecimalFormatSymbols.forNumberingSystem(loc, ns); in testNumberingSystem() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | IntlTestDecimalFormatSymbols.java | 274 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testPropagateZeroDigit() local 390 DecimalFormatSymbols dfs = DecimalFormatSymbols.forNumberingSystem(loc, ns); in testNumberingSystem() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
| D | FormatHandler.java | 719 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local 730 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local 950 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() 970 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() 986 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols() 1001 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local 1013 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols() 1701 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local 1954 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| D | FormatHandler.java | 716 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local 727 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local 947 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols() 967 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() 983 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols() 998 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local 1010 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols() 1698 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local 1951 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| D | FuncFormatNumb.java | 61 java.text.DecimalFormatSymbols dfs = null; in execute() local
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ChineseDateFormatSymbols.java | 115 void initializeData(DateFormatSymbols dfs) { in initializeData()
|
| D | ScientificNumberFormatter.java | 302 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent() 312 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | ChineseDateFormatSymbols.java | 117 void initializeData(DateFormatSymbols dfs) { in initializeData()
|
| D | ScientificNumberFormatter.java | 291 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent() 301 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| D | ExhaustiveNumberTest.java | 56 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in testSetCoverage() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
| D | ExhaustiveNumberTest.java | 59 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in testSetCoverage() local
|