/third_party/icu/icu4c/source/data/misc/ |
D | dayPeriods.txt | 175 from{"00:00"} 179 from{"12:00"} 185 from{"12:00"} 189 from{"18:00"} 196 from{"06:00"} 200 from{"00:00"} 209 from{"12:00"} 213 from{"18:00"} 217 from{"04:00"} 221 from{"21:00"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | dayPeriods.txt | 175 from{"00:00"} 179 from{"12:00"} 185 from{"12:00"} 189 from{"18:00"} 196 from{"06:00"} 200 from{"00:00"} 209 from{"12:00"} 213 from{"18:00"} 217 from{"04:00"} 221 from{"21:00"} [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | dayPeriods.txt | 170 from{"00:00"} 174 from{"12:00"} 180 from{"12:00"} 184 from{"18:00"} 191 from{"06:00"} 195 from{"00:00"} 204 from{"12:00"} 208 from{"18:00"} 212 from{"06:00"} 216 from{"10:00"} [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | index.js | 16 import { mockSystemParameter } from './ohos_systemparameter' 17 import { mockSystemCapability } from './ohos_systemCapability' 18 import { mockAbility } from './ohos_application_Ability' 19 import { mockErrorCode } from './ohos_ability_errorCode' 20 import { mockFeatureAbility } from './ohos_ability_featureAbility' 21 import { mockDataUriUtils } from './ohos_ability_dataUriUtils' 22 import { mockWantConstant } from './ohos_ability_wantConstant' 23 import { mockAbilityConstant } from './ohos_application_AbilityConstant' 24 import { mockAbilityDelegatorRegistry } from './ohos_application_abilityDelegatorRegistry' 25 import { mockAbilityLifecycleCallback } from './ohos_application_AbilityLifecycleCallback' [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | supplementalData.txt | 7 from:intvector{ 16 from:intvector{ 23 from:intvector{ 34 from:intvector{ 45 from:intvector{ 58 from:intvector{ 67 from:intvector{ 74 from:intvector{ 87 from:intvector{ 96 from:intvector{ [all …]
|
/third_party/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 8 from:intvector{ 17 from:intvector{ 24 from:intvector{ 35 from:intvector{ 46 from:intvector{ 59 from:intvector{ 68 from:intvector{ 75 from:intvector{ 88 from:intvector{ 97 from:intvector{ [all …]
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | supplementalData.txt | 8 from:intvector{ 17 from:intvector{ 24 from:intvector{ 35 from:intvector{ 46 from:intvector{ 59 from:intvector{ 68 from:intvector{ 75 from:intvector{ 88 from:intvector{ 97 from:intvector{ [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 23 1 year from now 24 2 years from now 25 3 years from now 26 5 years from now 27 10 years from now 28 11 years from now 29 12 years from now 30 20 years from now 31 21 years from now 32 22 years from now [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 23 1 year from now 24 2 years from now 25 3 years from now 26 5 years from now 27 10 years from now 28 11 years from now 29 12 years from now 30 20 years from now 31 21 years from now 32 22 years from now [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typedArrays.js | 49 typedArrays[0] = Int8Array.from(obj); 50 typedArrays[1] = Uint8Array.from(obj); 51 typedArrays[2] = Int16Array.from(obj); 52 typedArrays[3] = Uint16Array.from(obj); 53 typedArrays[4] = Int32Array.from(obj); 54 typedArrays[5] = Uint32Array.from(obj); 55 typedArrays[6] = Float32Array.from(obj); 56 typedArrays[7] = Float64Array.from(obj); 57 typedArrays[8] = Uint8ClampedArray.from(obj); 64 typedArrays[0] = Int8Array.from(obj); [all …]
|
D | es6ExportEqualsInterop.js | 127 import x1 from "interface"; 128 import x2 from "variable"; 129 import x3 from "interface-variable"; 130 import x4 from "module"; 131 import x5 from "interface-module"; 132 import x6 from "variable-module"; 133 import x7 from "function"; 134 import x8 from "function-module"; 135 import x9 from "class"; 136 import x0 from "class-module"; [all …]
|
/third_party/node/test/parallel/ |
D | test-buffer-slice.js | 27 assert.strictEqual(Buffer.from('hello', 'utf8').slice(0, 0).length, 0); 30 const buf = Buffer.from('0123456789', 'utf8'); 32 [buf.slice(-10, 10), Buffer.from('0123456789', 'utf8')], 33 [buf.slice(-20, 10), Buffer.from('0123456789', 'utf8')], 34 [buf.slice(-20, -10), Buffer.from('', 'utf8')], 35 [buf.slice(), Buffer.from('0123456789', 'utf8')], 36 [buf.slice(0), Buffer.from('0123456789', 'utf8')], 37 [buf.slice(0, 0), Buffer.from('', 'utf8')], 38 [buf.slice(undefined), Buffer.from('0123456789', 'utf8')], 39 [buf.slice('foobar'), Buffer.from('0123456789', 'utf8')], [all …]
|
D | test-buffer-alloc.js | 32 const d = Buffer.from([]); 46 const e = Buffer.from(ui32); 71 Buffer.from(''); 72 Buffer.from('', 'ascii'); 73 Buffer.from('', 'latin1'); 111 const writeTest = Buffer.from('abcdes'); 230 const d = Buffer.from([23, 42, 255]); 235 assert.deepStrictEqual(d, Buffer.from(d)); 240 const e = Buffer.from('über'); 241 assert.deepStrictEqual(e, Buffer.from([195, 188, 98, 101, 114])); [all …]
|
D | test-string-decoder.js | 38 test('utf-8', Buffer.from('$', 'utf-8'), '$'); 39 test('utf-8', Buffer.from('¢', 'utf-8'), '¢'); 40 test('utf-8', Buffer.from('€', 'utf-8'), '€'); 41 test('utf-8', Buffer.from('', 'utf-8'), ''); 51 Buffer.from([0xCB, 0xA4, 0x64, 0xE1, 0x8B, 0xA4, 0x30, 0xE3, 0x81, 0x85]), 65 test('utf-8', Buffer.from('C9B5A941', 'hex'), '\u0275\ufffdA'); 66 test('utf-8', Buffer.from('E2', 'hex'), '\ufffd'); 67 test('utf-8', Buffer.from('E241', 'hex'), '\ufffdA'); 68 test('utf-8', Buffer.from('CCCCB8', 'hex'), '\ufffd\u0338'); 69 test('utf-8', Buffer.from('F0B841', 'hex'), '\ufffdA'); [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | index.js | 16 import regeneratorRuntime from 'babel-runtime/regenerator' 25 } from './ability' 26 import { mockAppAbilityManager } from './ohos/app' 28 import { mockBattery } from './battery' 29 import { mockBrightness } from './brightness' 30 import { mockOhosBluetooth } from './ohos/bluetooth' 31 import { mockDistributedSchedule } from './distributedSchedule' 32 import { mockFetch } from './fetch' 33 import { mockFeatureAbility } from './featureAbility' 34 import { mockGeolocation } from './geolocation' [all …]
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | range.hpp | 61 static constexpr value_type from = From; member 91 constexpr T from = hana::to<T>(From::value); in apply() local 93 return range<T, from, to>{}; in apply() 115 (R1::from == R1::to && R2::from == R2::to) || in apply() 116 (R1::from == R2::from && R1::to == R2::to) in apply() 126 template <typename T, T from, typename F, T ...v> 129 return static_cast<F&&>(f)(integral_constant<T, from + v>{}...); in unpack_helper() 132 template <typename T, T from, T to, typename F> 133 static constexpr decltype(auto) apply(range<T, from, to> const&, F&& f) { in apply() 134 return unpack_helper<T, from>(static_cast<F&&>(f), in apply() [all …]
|
/third_party/boost/boost/hana/ |
D | range.hpp | 61 static constexpr value_type from = From; member 91 constexpr T from = hana::to<T>(From::value); in apply() local 93 return range<T, from, to>{}; in apply() 115 (R1::from == R1::to && R2::from == R2::to) || in apply() 116 (R1::from == R2::from && R1::to == R2::to) in apply() 126 template <typename T, T from, typename F, T ...v> 129 return static_cast<F&&>(f)(integral_constant<T, from + v>{}...); in unpack_helper() 132 template <typename T, T from, T to, typename F> 133 static constexpr decltype(auto) apply(range<T, from, to> const&, F&& f) { in apply() 134 return unpack_helper<T, from>(static_cast<F&&>(f), in apply() [all …]
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 6 # Generated from CLDR 10 # Mechanically generated from Unicode Character Database 43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 44 "↔'"'; # from FULLWIDTH QUOTATION MARK 45 #↔'#'; # from FULLWIDTH NUMBER SIGN 46 $↔'$'; # from FULLWIDTH DOLLAR SIGN 47 %↔'%'; # from FULLWIDTH PERCENT SIGN 48 &↔'&'; # from FULLWIDTH AMPERSAND 49 '↔''; # from FULLWIDTH APOSTROPHE 50 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 5 # Generated from CLDR 9 # Mechanically generated from Unicode Character Database 42 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 43 "↔'"'; # from FULLWIDTH QUOTATION MARK 44 #↔'#'; # from FULLWIDTH NUMBER SIGN 45 $↔'$'; # from FULLWIDTH DOLLAR SIGN 46 %↔'%'; # from FULLWIDTH PERCENT SIGN 47 &↔'&'; # from FULLWIDTH AMPERSAND 48 '↔''; # from FULLWIDTH APOSTROPHE 49 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/third_party/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 6 # Generated from CLDR 10 # Mechanically generated from Unicode Character Database 43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 44 "↔'"'; # from FULLWIDTH QUOTATION MARK 45 #↔'#'; # from FULLWIDTH NUMBER SIGN 46 $↔'$'; # from FULLWIDTH DOLLAR SIGN 47 %↔'%'; # from FULLWIDTH PERCENT SIGN 48 &↔'&'; # from FULLWIDTH AMPERSAND 49 '↔''; # from FULLWIDTH APOSTROPHE 50 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/third_party/boost/libs/locale/test/ |
D | test_codecvt.cpp | 40 char const *from = utf8_name; in test_codecvt_in_n_m() local 41 char const *end = from; in test_codecvt_in_n_m() 43 char const *from_next = from; in test_codecvt_in_n_m() 46 if(from == end) { in test_codecvt_in_n_m() 47 end = from + n; in test_codecvt_in_n_m() 59 std::codecvt_base::result r = cvt.in(mb,from,end,from_next,to,to_end,to_next); in test_codecvt_in_n_m() 62 int count = cvt.length(mb2,from,end,to_end - to); in test_codecvt_in_n_m() 65 if(count != from_next - from) { in test_codecvt_in_n_m() 66 std::cout << count << " " << from_next - from << std::endl; in test_codecvt_in_n_m() 68 TEST(count == from_next - from); in test_codecvt_in_n_m() [all …]
|
/third_party/boost/libs/multiprecision/test/ |
D | test_convert_from_mpfr_float.cpp | 62 void test_convert_neg_int(From from, const boost::mpl::true_&) in test_convert_neg_int() argument 64 from = -from; in test_convert_neg_int() 65 To t3(from); in test_convert_neg_int() 66 To t4 = from.template convert_to<To>(); in test_convert_neg_int() 67 BOOST_CHECK_EQUAL(From(trunc(from)), From(t3)); in test_convert_neg_int() 68 BOOST_CHECK_EQUAL(From(trunc(from)), From(t4)); in test_convert_neg_int() 80 From from = generate_random<From>(); in test_convert_imp() local 81 To t1(from); in test_convert_imp() 82 To t2 = from.template convert_to<To>(); in test_convert_imp() 83 BOOST_CHECK_EQUAL(From(trunc(from)), From(t1)); in test_convert_imp() [all …]
|
D | test_convert_from_cpp_bin_float.cpp | 60 void test_convert_neg_int(From from, const boost::mpl::true_&) in test_convert_neg_int() argument 62 from = -from; in test_convert_neg_int() 63 To t3(from); in test_convert_neg_int() 64 To t4 = from.template convert_to<To>(); in test_convert_neg_int() 65 BOOST_CHECK_EQUAL(From(trunc(from)), From(t3)); in test_convert_neg_int() 66 BOOST_CHECK_EQUAL(From(trunc(from)), From(t4)); in test_convert_neg_int() 78 From from = generate_random<From>(); in test_convert_imp() local 79 To t1(from); in test_convert_imp() 80 To t2 = from.template convert_to<To>(); in test_convert_imp() 81 BOOST_CHECK_EQUAL(From(trunc(from)), From(t1)); in test_convert_imp() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cast.c | 10 #define DEFINE_CAST(from, to) \ argument 11 static to from##2##to(from x) { \ 15 #define DEFINE_CASTS(from) \ argument 16 DEFINE_CAST(from, bool) \ 17 DEFINE_CAST(from, char) \ 18 DEFINE_CAST(from, schar) \ 19 DEFINE_CAST(from, uchar) \ 20 DEFINE_CAST(from, short) \ 21 DEFINE_CAST(from, ushort) \ 22 DEFINE_CAST(from, int) \ [all …]
|
/third_party/boost/boost/nowide/ |
D | utf8_codecvt.hpp | 69 …std::codecvt_base::result do_unshift(std::mbstate_t& s, char* from, char* /*to*/, char*& next) con… in do_unshift() argument 73 next = from; in do_unshift() 94 const char* from, in do_length() argument 100 const char* save_from = from; in do_length() 104 while(max > 0 && from < from_end) in do_length() 106 const char* prev_from = from; in do_length() 107 std::uint32_t ch = utf::utf_traits<char>::decode(from, from_end); in do_length() 113 from = prev_from; in do_length() 121 from = prev_from; in do_length() 131 return static_cast<int>(from - save_from); in do_length() [all …]
|