/third_party/gettext/gettext-tools/src/ |
D | cldr-plural.y | 151 %token<oval> INTEGER DECIMAL 273 sample_range: DECIMAL 275 | DECIMAL '~' DECIMAL 373 result = DECIMAL;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 181 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",… 184 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d); 187 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9… 190 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d); 210 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 0.0~1.5, 1.1e5… 214 …checkNewSamples(description, test, "many", PluralRules.SampleType.DECIMAL, "@decimal 2.1e6, 3.1e6,… 218 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 2.0~3.5, 10.… 241 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 0.0~1.5, 1.1e5… 245 …checkNewSamples(description, test, "many", PluralRules.SampleType.DECIMAL, "@decimal 2.1e6, 3.1e6,… 249 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 2.0~3.5, 10.… [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-dict-common.hh | 107 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END }; in parse_bcd() enumerator 171 case DECIMAL: in parse_bcd()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CompactData.java | 29 DECIMAL, CURRENCY enumConstant 96 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CompactData.java | 25 DECIMAL, CURRENCY enumConstant 92 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | common.h | 32 #define DECIMAL 10 macro
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 68 #define DECIMAL 'd' macro 247 format = DECIMAL; in parse_options() 807 case DECIMAL: in prt_buf()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralRulesTest.java | 182 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",… 185 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d); 188 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9… 191 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d); 697 … FixedDecimalSamples decimalSamples = rules.getDecimalSamples(keyword, SampleType.DECIMAL); 717 assertNull(locale + ", list is null", rules.getSamples("@#$%^&*", SampleType.DECIMAL)); 921 … status = pluralRules.getKeywordStatus(keyword, 0, explicits, uniqueValue, SampleType.DECIMAL);
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Arab_Latn.txt | 28 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 30 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ar_ar_Latn_BGN.txt | 49 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 51 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | fa_fa_Latn_BGN.txt | 46 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 48 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ps_ps_Latn_BGN.txt | 46 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 48 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralRules.java | 1056 DECIMAL enumConstant 1160 sampleType2 = SampleType.DECIMAL; in parse() 1549 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule() 1557 …tegerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) { in parseRule() 1665 case DECIMAL: in isLimited() 2278 case DECIMAL: in getSamples()
|
/third_party/harfbuzz/src/ |
D | hb-cff-interp-dict-common.hh | 87 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END }; in parse_bcd() enumerator
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-dict-common.hh | 87 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END }; in parse_bcd() enumerator
|
/third_party/icu/icu4c/source/data/translit/ |
D | Arab_Latn.txt | 29 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 31 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | fa_fa_Latn_BGN.txt | 47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ar_ar_Latn_BGN.txt | 50 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 52 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ps_ps_Latn_BGN.txt | 47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Arab_Latn.txt | 29 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 31 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ar_ar_Latn_BGN.txt | 50 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 52 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | fa_fa_Latn_BGN.txt | 47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
D | ps_ps_Latn_BGN.txt | 47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR 49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 1137 DECIMAL enumConstant 1230 sampleType2 = SampleType.DECIMAL; in parse() 1615 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule() 1623 …tegerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) { in parseRule() 1731 case DECIMAL: in isLimited() 2379 case DECIMAL: in getSamples()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
D | cpuset_cpu_hog.c | 132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()
|