/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.cpp | 17 {0x01d5d33e, L"SimSun", L"Arial", 0, 936}, 18 {0x01e4f102, L"YouYuan", L"Arial", 1, 936}, 19 {0x030549dc, L"LiSu", L"Arial", 1, 936}, 20 {0x032edd44, L"Simhei", L"Arial", 1, 936}, 21 {0x03eac6fc, L"PoorRichard-Regular", L"Arial", 2, 1252}, 22 {0x03ed90e6, L"Nina", L"Arial", 0, 1252}, 23 {0x077b56b3, L"KingsoftPhoneticPlain", L"Arial", 0, 1252}, 24 {0x078ed524, L"MicrosoftSansSerif", L"Arial", 0, 1252}, 25 {0x089b18a9, L"Arial", L"Arial", 0, 1252}, 26 {0x0b2cad72, L"MonotypeCorsiva", L"Arial", 8, 1252}, [all …]
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Consts.cpp | 17 JS_STATIC_CONST_ENTRY_STRING(L"s", L"solid") 18 JS_STATIC_CONST_ENTRY_STRING(L"b", L"beveled") 19 JS_STATIC_CONST_ENTRY_STRING(L"d", L"dashed") 20 JS_STATIC_CONST_ENTRY_STRING(L"i", L"inset") 21 JS_STATIC_CONST_ENTRY_STRING(L"u", L"underline") 29 JS_STATIC_CONST_ENTRY_NUMBER(L"visible", 0) in END_JS_STATIC_CONST() 30 JS_STATIC_CONST_ENTRY_NUMBER(L"hidden", 1) in END_JS_STATIC_CONST() 31 JS_STATIC_CONST_ENTRY_NUMBER(L"noPrint", 2) in END_JS_STATIC_CONST() 32 JS_STATIC_CONST_ENTRY_NUMBER(L"noView", 3) in END_JS_STATIC_CONST() 40 JS_STATIC_CONST_ENTRY_STRING(L"Times", L"Times-Roman") in END_JS_STATIC_CONST() [all …]
|
D | public_methods_embeddertest.cpp | 34 date = CJS_PublicMethods::MakeRegularDate(L"06/25/1968", L"mm/dd/yyyy", in TEST_F() 42 date = CJS_PublicMethods::MakeRegularDate(L"25061968", L"ddmmyyyy", in TEST_F() 50 date = CJS_PublicMethods::MakeRegularDate(L"19680625", L"yyyymmdd", in TEST_F() 58 date = CJS_PublicMethods::MakeRegularDate(L"31121985", L"ddmmyyyy", in TEST_F() 67 CJS_PublicMethods::MakeRegularDate(L"311285", L"ddmmyy", &bWrongFormat); in TEST_F() 74 date = CJS_PublicMethods::MakeRegularDate(L"01021995", L"ddmmyyyy", in TEST_F() 83 CJS_PublicMethods::MakeRegularDate(L"010295", L"ddmmyy", &bWrongFormat); in TEST_F() 90 date = CJS_PublicMethods::MakeRegularDate(L"01022005", L"ddmmyyyy", in TEST_F() 99 CJS_PublicMethods::MakeRegularDate(L"010205", L"ddmmyy", &bWrongFormat); in TEST_F() 115 formatted_date = CJS_PublicMethods::MakeFormatDate(-47952000000, L"ddmmyy"); in TEST_F() [all …]
|
/external/skia/src/utils/ |
D | SkLua.cpp | 64 template <typename T> T* push_new(lua_State* L) { in DEF_MTNAME() 65 T* addr = (T*)lua_newuserdata(L, sizeof(T)); in DEF_MTNAME() 67 luaL_getmetatable(L, get_mtname<T>()); in DEF_MTNAME() 68 lua_setmetatable(L, -2); in DEF_MTNAME() 72 template <typename T> void push_obj(lua_State* L, const T& obj) { in push_obj() argument 73 new (lua_newuserdata(L, sizeof(T))) T(obj); in push_obj() 74 luaL_getmetatable(L, get_mtname<T>()); in push_obj() 75 lua_setmetatable(L, -2); in push_obj() 78 template <typename T> T* push_ref(lua_State* L, T* ref) { in push_ref() argument 79 *(T**)lua_newuserdata(L, sizeof(T*)) = SkSafeRef(ref); in push_ref() [all …]
|
/external/libcxx/test/std/re/re.traits/ |
D | lookup_collatename.pass.cpp | 117 test(L"NUL", std::wstring(L"\x00", 1)); in main() 118 test(L"alert", std::wstring(L"\x07")); in main() 119 test(L"backspace", std::wstring(L"\x08")); in main() 120 test(L"tab", std::wstring(L"\x09")); in main() 121 test(L"carriage-return", std::wstring(L"\x0D")); in main() 122 test(L"newline", std::wstring(L"\x0A")); in main() 123 test(L"vertical-tab", std::wstring(L"\x0B")); in main() 124 test(L"form-feed", std::wstring(L"\x0C")); in main() 125 test(L"space", std::wstring(L" ")); in main() 126 test(L"exclamation-mark", std::wstring(L"!")); in main() [all …]
|
D | translate_nocase.pass.cpp | 54 assert(t.translate_nocase(L' ') == L' '); in main() 55 assert(t.translate_nocase(L'A') == L'a'); in main() 56 assert(t.translate_nocase(L'\x07') == L'\x07'); in main() 57 assert(t.translate_nocase(L'.') == L'.'); in main() 58 assert(t.translate_nocase(L'a') == L'a'); in main() 59 assert(t.translate_nocase(L'1') == L'1'); in main() 60 assert(t.translate_nocase(L'\xDA') == L'\xDA'); in main() 61 assert(t.translate_nocase(L'\xFA') == L'\xFA'); in main() 63 assert(t.translate_nocase(L' ') == L' '); in main() 64 assert(t.translate_nocase(L'A') == L'a'); in main() [all …]
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_data.cpp | 25 {0x2a, L"*", XFA_ATTRIBUTEENUM_Asterisk}, 26 {0x2f, L"/", XFA_ATTRIBUTEENUM_Slash}, 27 {0x5c, L"\\", XFA_ATTRIBUTEENUM_Backslash}, 28 {0x239bd, L"on", XFA_ATTRIBUTEENUM_On}, 29 {0x25356, L"tb", XFA_ATTRIBUTEENUM_Tb}, 30 {0x25885, L"up", XFA_ATTRIBUTEENUM_Up}, 31 {0x91b281, L"metaData", XFA_ATTRIBUTEENUM_MetaData}, 32 {0x1f8dedb, L"delegate", XFA_ATTRIBUTEENUM_Delegate}, 33 {0x2a6c55a, L"postSubmit", XFA_ATTRIBUTEENUM_PostSubmit}, 34 {0x31b19c1, L"name", XFA_ATTRIBUTEENUM_Name}, [all …]
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssdatatable.cpp | 98 {FDE_CSSPROPERTY_WritingMode, L"writing-mode", 0x01878076, 100 {FDE_CSSPROPERTY_ColumnRuleWidth, L"column-rule-width", 0x0200FB00, 103 {FDE_CSSPROPERTY_BorderLeft, L"border-left", 0x04080036, 105 {FDE_CSSPROPERTY_ColumnRule, L"column-rule", 0x04C83DF3, 107 {FDE_CSSPROPERTY_Height, L"height", 0x05A5C519, 110 {FDE_CSSPROPERTY_CounterReset, L"counter-reset", 0x0894F9B0, 113 {FDE_CSSPROPERTY_Content, L"content", 0x097BE91B, 116 {FDE_CSSPROPERTY_RubyPosition, L"ruby-position", 0x09ACD024, 118 {FDE_CSSPROPERTY_BackgroundColor, L"background-color", 0x09E8E8AC, 121 {FDE_CSSPROPERTY_Width, L"width", 0x0A8A8F80, [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 21 protected static final int L = UCharacterDirection.LEFT_TO_RIGHT; field in TestData 52 { L, L, WS, L, WS, EN, L, B }, // 0 54 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2 55 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3 56 { AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, L }, // 4 69 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, 70 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, 71 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, 73 { NSM, WS, L, L, L, L, L, L, L, WS, L, L, L, L, WS, R, R, R, R, R, WS, 74 L, L, L, L, L, L, L, WS, WS, AL, AL, AL, AL, WS, EN, EN, ES, EN, [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestData.java | 22 protected static final int L = UCharacterDirection.LEFT_TO_RIGHT; field in TestData 53 { L, L, WS, L, WS, EN, L, B }, // 0 55 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2 56 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3 57 { AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, L }, // 4 70 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, 71 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, 72 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, 74 { NSM, WS, L, L, L, L, L, L, L, WS, L, L, L, L, WS, R, R, R, R, R, WS, 75 L, L, L, L, L, L, L, WS, WS, AL, AL, AL, AL, WS, EN, EN, ES, EN, [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-string-literals.cpp | 518 const wchar_t *wl9 = L"\t"; 519 const wchar_t *wl10 = L"\n"; 520 const wchar_t *wl11 = L"\v"; 521 const wchar_t *wl32 = L" "; 522 const wchar_t *wl33 = L"!"; 523 const wchar_t *wl34 = L"\""; 524 const wchar_t *wl35 = L"#"; 525 const wchar_t *wl36 = L"$"; 526 const wchar_t *wl37 = L"%"; 527 const wchar_t *wl38 = L"&"; [all …]
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_simpleexpression.cpp | 9 FX_WSTRC(L"foxit_xfa_formcalc_runtime.assign_value_operator"), 10 FX_WSTRC(L"foxit_xfa_formcalc_runtime.logical_or_operator"), 11 FX_WSTRC(L"foxit_xfa_formcalc_runtime.logical_and_operator"), 12 FX_WSTRC(L"foxit_xfa_formcalc_runtime.equality_operator"), 13 FX_WSTRC(L"foxit_xfa_formcalc_runtime.notequality_operator"), 14 FX_WSTRC(L"foxit_xfa_formcalc_runtime.less_operator"), 15 FX_WSTRC(L"foxit_xfa_formcalc_runtime.lessequal_operator"), 16 FX_WSTRC(L"foxit_xfa_formcalc_runtime.greater_operator"), 17 FX_WSTRC(L"foxit_xfa_formcalc_runtime.greaterequal_operator"), 18 FX_WSTRC(L"foxit_xfa_formcalc_runtime.plus_operator"), [all …]
|
D | xfa_expression.cpp | 9 FX_WSTRC(L"foxit_xfa_formcalc_runtime_block_temp_array"); 11 FX_WSTRC(L"foxit_xfa_formcalc_runtime_block_temp_array_index"); 54 javascript << FX_WSTRC(L"// comments only"); in ToJavaScript() 58 javascript << FX_WSTRC(L"(\n"); in ToJavaScript() 60 javascript << FX_WSTRC(L"function "); in ToJavaScript() 61 if (m_wsName.GetAt(0) == L'!') { in ToJavaScript() 67 javascript << FX_WSTRC(L"("); in ToJavaScript() 74 if (identifier.GetAt(0) == L'!') { in ToJavaScript() 82 javascript << FX_WSTRC(L", "); in ToJavaScript() 87 javascript << FX_WSTRC(L")\n{\n"); in ToJavaScript() [all …]
|
/external/clang/test/CXX/drs/ |
D | dr6xx.cpp | 235 ' ' == L' ' && '\t' == L'\t' && '\v' == L'\v' && '\r' == L'\r' && 236 '\n' == L'\n' && // 237 'a' == L'a' && 'b' == L'b' && 'c' == L'c' && 'd' == L'd' && 'e' == L'e' && 238 'f' == L'f' && 'g' == L'g' && 'h' == L'h' && 'i' == L'i' && 'j' == L'j' && 239 'k' == L'k' && 'l' == L'l' && 'm' == L'm' && 'n' == L'n' && 'o' == L'o' && 240 'p' == L'p' && 'q' == L'q' && 'r' == L'r' && 's' == L's' && 't' == L't' && 241 'u' == L'u' && 'v' == L'v' && 'w' == L'w' && 'x' == L'x' && 'y' == L'y' && 242 'z' == L'z' && // 243 'A' == L'A' && 'B' == L'B' && 'C' == L'C' && 'D' == L'D' && 'E' == L'E' && 244 'F' == L'F' && 'G' == L'G' && 'H' == L'H' && 'I' == L'I' && 'J' == L'J' && [all …]
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder_unittest.cpp | 28 {"", 0, 0, CBC_PDF417HighLevelEncoder::TEXT_COMPACTION, L"", 0}, in TEST() 32 L"\x0385xxxxx", 6}, in TEST() 36 L"\u039c\u00c9\u031f\u012a\u00d2\u02d0", 6}, in TEST() 40 L"\u039c\u00c9\u031f\u012a\u00d2\u02d0", 6}, in TEST() 70 {L"", 0, 0, L"", 0}, in TEST() 73 {L"0", 0, 1, L"\x000a", 1}, in TEST() 76 {L"800", 0, 3, L"\x0002\x0000", 2}, in TEST() 79 {L"123456", 0, 6, L"\x0001\x015c\x0100", 3}, in TEST() 80 {L"123456", 0, 5, L"\x007c\x02e9", 2}, in TEST() 81 {L"123456", 1, 5, L"\x0089\x009c", 2}, in TEST() [all …]
|
/external/openfst/src/include/fst/ |
D | string-weight.h | 50 template <typename L, StringType S = STRING_LEFT> 53 template <typename L, StringType S = STRING_LEFT> 56 template <typename L, StringType S = STRING_LEFT> 59 template <typename L, StringType S> 60 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &); 64 template <typename L, StringType S> 67 typedef L Label; 68 typedef StringWeight<L, REVERSE_STRING_TYPE(S)> ReverseWeight; 70 friend class StringWeightIterator<L, S>; 71 friend class StringWeightReverseIterator<L, S>; [all …]
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_app.cpp | 273 wsString = L"%s validate failed"; in LoadString() 276 wsString = L"Calculate Override"; in LoadString() 279 wsString = L"Are you sure you want to modify this field?"; in LoadString() 282 wsString = L"You are not allowed to modify this field."; in LoadString() 285 wsString = L"Foxit"; in LoadString() 289 L"Image " in LoadString() 290 L"Files(*.bmp;*.jpg;*.png;*.gif;*.tif)|*.bmp;*.jpg;*.png;*.gif;*.tif|" in LoadString() 291 L"All Files(*.*)|*.*||"; in LoadString() 294 wsString = L"unknown error is catched!"; in LoadString() 297 wsString = L"Unable to set "; in LoadString() [all …]
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | compare.pass.cpp | 21 assert(std::char_traits<wchar_t>::compare(L"", L"", 0) == 0); in main() 24 assert(std::char_traits<wchar_t>::compare(L"1", L"1", 1) == 0); in main() 25 assert(std::char_traits<wchar_t>::compare(L"1", L"2", 1) < 0); in main() 26 assert(std::char_traits<wchar_t>::compare(L"2", L"1", 1) > 0); in main() 28 assert(std::char_traits<wchar_t>::compare(L"12", L"12", 2) == 0); in main() 29 assert(std::char_traits<wchar_t>::compare(L"12", L"13", 2) < 0); in main() 30 assert(std::char_traits<wchar_t>::compare(L"12", L"22", 2) < 0); in main() 31 assert(std::char_traits<wchar_t>::compare(L"13", L"12", 2) > 0); in main() 32 assert(std::char_traits<wchar_t>::compare(L"22", L"12", 2) > 0); in main() 34 assert(std::char_traits<wchar_t>::compare(L"123", L"123", 3) == 0); in main() [all …]
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 12 auto L = [i](auto a) { return i + a; }; in test() local 13 L(3.14); in test() 19 auto L = [](auto a) { return a; }; in test() local 20 L.operator()(3); in test() 21 L.operator()<char>(3.14); //expected-warning{{implicit conversion}} in test() 43 auto L = [](auto a) { return a; }; in test() local 44 int (*fp)(int) = L; in test() 46 L(3); in test() 47 char (*fc)(char) = L; in test() 49 L('c'); in test() [all …]
|
D | cxx1y-generic-lambdas-capturing.cpp | 21 #define ASSERT_NO_CAPTURES(L) static_assert(sizeof(L) == 1, "size of closure with no captures must … argument 22 #define ASSERT_CLOSURE_SIZE_EXACT(L, N) static_assert(sizeof(L) == (N), "size of closure must be " … argument 23 #define ASSERT_CLOSURE_SIZE(L, N) static_assert(sizeof(L) >= (N), "size of closure must be >=" #N) argument 35 auto L = [](auto a) { return a; }; in foo() local 38 auto L = [](auto a) -> void { in foo2() local 49 L(3.14); in foo2() 63 auto L = [](auto a, auto b) { in doit() local 67 L(2, 4); in doit() 94 auto L = [=](auto a) { in doit() local 98 ASSERT_NO_CAPTURES(L); in doit() [all …]
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring_unittest.cpp | 11 CFX_WideString abc(L"abc"); in TEST() 12 EXPECT_EQ(L'a', abc[0]); in TEST() 13 EXPECT_EQ(L'b', abc[1]); in TEST() 14 EXPECT_EQ(L'c', abc[2]); in TEST() 15 EXPECT_EQ(L'\0', abc[3]); in TEST() 20 CFX_WideString a(L"a"); in TEST() 21 CFX_WideString abc(L"\x0110qq"); // Comes before despite endianness. in TEST() 22 CFX_WideString def(L"\x1001qq"); // Comes after despite endianness. in TEST() 52 CFX_WideString empty_string(L""); in TEST() 57 CFX_WideString deleted_string(L"hello"); in TEST() [all …]
|
/external/flac/libFLAC/ |
D | window.c | 46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett() argument 48 const FLAC__int32 N = L - 1; in FLAC__window_bartlett() 51 if (L & 1) { in FLAC__window_bartlett() 58 for (n = 0; n <= L/2-1; n++) in FLAC__window_bartlett() 65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann() argument 67 const FLAC__int32 N = L - 1; in FLAC__window_bartlett_hann() 70 for (n = 0; n < L; n++) in FLAC__window_bartlett_hann() 74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman() argument 76 const FLAC__int32 N = L - 1; in FLAC__window_blackman() 79 for (n = 0; n < L; n++) in FLAC__window_blackman() [all …]
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_int_unittest.cpp | 21 L"", in TEST() 22 L"peter.pan" // '@' is required. in TEST() 23 L"abc@server", // Domain name needs at least one '.'. in TEST() 24 L"abc.@gmail.com", // '.' can not immediately precede '@'. in TEST() 25 L"abc@xyz&q.org", // Domain name should not contain '&'. in TEST() 26 L"abc@.xyz.org", // Domain name should not start with '.'. in TEST() 27 L"fan@g..com" // Domain name should not have consecutive '.' in TEST() 37 {L"peter@abc.d", L"peter@abc.d"}, in TEST() 38 {L"red.teddy.b@abc.com", L"red.teddy.b@abc.com"}, in TEST() 39 {L"abc_@gmail.com", L"abc_@gmail.com"}, // '_' is ok before '@'. in TEST() [all …]
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 70 Value *L = ConstantFP::get(FltTy, 1.0); in TEST_F() local 76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R))); in TEST_F() 77 EXPECT_EQ(L, MatchL); in TEST_F() 82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R))); in TEST_F() 83 EXPECT_EQ(L, MatchL); in TEST_F() 88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R))); in TEST_F() 92 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R))); in TEST_F() 96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L))); in TEST_F() 97 EXPECT_EQ(L, MatchL); in TEST_F() 102 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), R, L))); in TEST_F() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | is_1.pass.cpp | 32 assert(f.is(F::space, L' ')); in main() 33 assert(!f.is(F::space, L'A')); in main() 35 assert(f.is(F::print, L' ')); in main() 36 assert(!f.is(F::print, L'\x07')); in main() 38 assert(f.is(F::cntrl, L'\x07')); in main() 39 assert(!f.is(F::cntrl, L' ')); in main() 41 assert(f.is(F::upper, L'A')); in main() 42 assert(!f.is(F::upper, L'a')); in main() 44 assert(f.is(F::lower, L'a')); in main() 45 assert(!f.is(F::lower, L'A')); in main() [all …]
|