Home
last modified time | relevance | path

Searched refs:InsertAtFront (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.h39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler() argument
41 init(MCB, AddMI, InsertAtFront); in HexagonMCShuffler()
52 void init(MCInst &MCB, MCInst const &AddMI, bool InsertAtFront);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.h39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler() argument
41 init(MCB, AddMI, InsertAtFront); in HexagonMCShuffler()
52 void init(MCInst &MCB, MCInst const &AddMI, bool InsertAtFront);
/external/pdfium/core/fpdfapi/font/
Dcpdf_tounicodemap.cpp27 ret.InsertAtFront(0); in StringDataAdd()
29 ret.InsertAtFront(ch); in StringDataAdd()
34 ret.InsertAtFront(value); in StringDataAdd()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1186 wsValue->InsertAtFront(spSrcNum[cc]); in ParseNum()
1194 wsValue->InsertAtFront(spSrcNum[cc]); in ParseNum()
1537 wsValue->InsertAtFront(L'-'); in ParseNum()
1849 wsSrcNum.InsertAtFront('0'); in FormatNum()
1934 wsOutput->InsertAtFront(spSrcNum[cc]); in FormatNum()
1937 wsOutput->InsertAtFront(L'0'); in FormatNum()
1945 wsOutput->InsertAtFront(spSrcNum[cc]); in FormatNum()
1953 wsOutput->InsertAtFront(spSrcNum[0] == '0' ? L' ' : spSrcNum[cc]); in FormatNum()
1956 wsOutput->InsertAtFront(L' '); in FormatNum()
1964 wsOutput->InsertAtFront(L' '); in FormatNum()
[all …]
/external/pdfium/fxbarcode/
Dcbc_eancode.cpp53 encoded_contents.InsertAtFront(L'0'); in Preprocess()
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.cpp46 s.InsertAtFront(L'\"'); in ReduceString()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp141 name.InsertAtFront(L'_'); in CorrectUnsupportedName()
DUpdateCallback.cpp711 res.InsertAtFront(FTEXT('0')); in GetVolumeStream()
DUpdate.cpp173 name.InsertAtFront(FTEXT('0')); in Write()
/external/lzma/CPP/Common/
DMyString.h223 void InsertAtFront(t); \
419 void InsertAtFront(char c);
661 void InsertAtFront(wchar_t c);
DMyString.cpp760 void AString::InsertAtFront(char c) in InsertAtFront() function in AString
1334 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp553 EXPECT_EQ(1u, empty.InsertAtFront('D')); in TEST()
555 EXPECT_EQ(2u, empty.InsertAtFront('E')); in TEST()
557 EXPECT_EQ(3u, empty.InsertAtFront('R')); in TEST()
559 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
577 EXPECT_EQ(2u, empty.InsertAtFront('R')); in TEST()
581 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
Dwidestring_unittest.cpp561 EXPECT_EQ(1u, empty.InsertAtFront('D')); in TEST()
563 EXPECT_EQ(2u, empty.InsertAtFront('E')); in TEST()
565 EXPECT_EQ(3u, empty.InsertAtFront('R')); in TEST()
567 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
585 EXPECT_EQ(2u, empty.InsertAtFront('R')); in TEST()
589 EXPECT_EQ(4u, empty.InsertAtFront('F')); in TEST()
Dbytestring.h155 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
Dwidestring.h158 size_t InsertAtFront(wchar_t ch) { return Insert(0, ch); } in InsertAtFront() function
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp106 _changedPart.InsertAtFront(L'1'); in GetNextName()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp650 Value.InsertAtFront(L'-'); in AFNumber_Format()
652 Value.InsertAtFront(L'('); in AFNumber_Format()
859 strValue.InsertAtFront('%'); in AFPercent_Format()
1430 str.InsertAtFront(L'0'); in AFExtractNums()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp696 res.InsertAtFront(L'0'); in GetVolumeStream()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4944 wsOutput.InsertAtFront('0'); in NormalizeNumStr()