/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCShuffler.h | 40 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler() argument 42 init(MCB, AddMI, InsertAtFront); in HexagonMCShuffler() 53 void init(MCInst &MCB, MCInst const &AddMI, bool InsertAtFront);
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_tounicodemap.cpp | 80 ret.InsertAtFront(0); in StringDataAdd() 82 ret.InsertAtFront(ch); in StringDataAdd() 87 ret.InsertAtFront(value); in StringDataAdd()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 1204 wsValue->InsertAtFront(str[cc]); in ParseNum() 1212 wsValue->InsertAtFront(str[cc]); in ParseNum() 1541 wsValue->InsertAtFront(L'-'); in ParseNum() 1875 wsSrcNum.InsertAtFront('0'); in FormatStrNum() 1960 wsOutput->InsertAtFront(str[cc]); in FormatStrNum() 1963 wsOutput->InsertAtFront(L'0'); in FormatStrNum() 1972 wsOutput->InsertAtFront(str[cc]); in FormatStrNum() 1983 wsOutput->InsertAtFront(str[0] == '0' ? L' ' : str[cc]); in FormatStrNum() 1986 wsOutput->InsertAtFront(L' '); in FormatStrNum() 1996 wsOutput->InsertAtFront(L' '); in FormatStrNum() [all …]
|
/external/pdfium/fxbarcode/ |
D | BC_Utils.cpp | 21 dst.InsertAtFront(c); in BC_FX_ByteString_Replace()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | OverwriteDialog.cpp | 46 s.InsertAtFront(L'\"'); in ReduceString()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ExtractingFilePath.cpp | 141 name.InsertAtFront(L'_'); in CorrectUnsupportedName()
|
D | UpdateCallback.cpp | 711 res.InsertAtFront(FTEXT('0')); in GetVolumeStream()
|
D | Update.cpp | 173 name.InsertAtFront(FTEXT('0')); in Write()
|
/external/pdfium/core/fxcrt/ |
D | bytestring_unittest.cpp | 503 EXPECT_EQ(1u, empty.InsertAtFront('D')); in TEST() 505 EXPECT_EQ(2u, empty.InsertAtFront('E')); in TEST() 507 EXPECT_EQ(3u, empty.InsertAtFront('R')); in TEST() 509 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST() 527 EXPECT_EQ(2u, empty.InsertAtFront('R')); in TEST() 531 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
|
D | widestring_unittest.cpp | 463 EXPECT_EQ(1u, empty.InsertAtFront('D')); in TEST() 465 EXPECT_EQ(2u, empty.InsertAtFront('E')); in TEST() 467 EXPECT_EQ(3u, empty.InsertAtFront('R')); in TEST() 469 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST() 487 EXPECT_EQ(2u, empty.InsertAtFront('R')); in TEST() 491 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
|
D | bytestring.h | 143 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
|
D | widestring.h | 146 size_t InsertAtFront(wchar_t ch) { return Insert(0, ch); } in InsertAtFront() function
|
/external/lzma/CPP/Common/ |
D | MyString.h | 223 void InsertAtFront(t); \ 419 void InsertAtFront(char c); 661 void InsertAtFront(wchar_t c);
|
D | MyString.cpp | 760 void AString::InsertAtFront(char c) in InsertAtFront() function in AString 1334 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 106 _changedPart.InsertAtFront(L'1'); in GetNextName()
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 933 Value.InsertAtFront(L'-'); in AFNumber_Format() 935 Value.InsertAtFront(L'('); in AFNumber_Format() 1129 strValue.InsertAtFront('-'); in AFPercent_Format() 1719 str.InsertAtFront(L'0'); in AFExtractNums()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 696 res.InsertAtFront(L'0'); in GetVolumeStream()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 2664 wsOutput.InsertAtFront('0'); in NormalizeNumStr()
|