Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.h40 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/
Dcpdf_tounicodemap.cpp80 ret.InsertAtFront(0); in StringDataAdd()
82 ret.InsertAtFront(ch); in StringDataAdd()
87 ret.InsertAtFront(value); in StringDataAdd()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1204 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/
DBC_Utils.cpp21 dst.InsertAtFront(c); in BC_FX_ByteString_Replace()
/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/pdfium/core/fxcrt/
Dbytestring_unittest.cpp503 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()
Dwidestring_unittest.cpp463 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()
Dbytestring.h143 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
Dwidestring.h146 size_t InsertAtFront(wchar_t ch) { return Insert(0, ch); } in InsertAtFront() function
/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/lzma/CPP/7zip/Archive/
DSplitHandler.cpp106 _changedPart.InsertAtFront(L'1'); in GetNextName()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp933 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/
DClient7z.cpp696 res.InsertAtFront(L'0'); in GetVolumeStream()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2664 wsOutput.InsertAtFront('0'); in NormalizeNumStr()