Home
last modified time | relevance | path

Searched refs:FindChar (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxbarcode/oned/
DBC_OnedCodaBarWriter.cpp91 bool CBC_OnedCodaBarWriter::FindChar(wchar_t ch, bool isContent) { in FindChar() function in CBC_OnedCodaBarWriter
103 [this](const wchar_t& ch) { return this->FindChar(ch, false); }); in CheckContentValidity()
116 if (!FindChar(ch, true)) in FilterContents()
DBC_OnedCodaBarWriter.h38 virtual bool FindChar(wchar_t ch, bool isContent);
/external/llvm-project/llvm/test/CodeGen/X86/
DSwitchLowering.ll5 define i8* @FindChar(i8* %CurPtr) {
6 ; CHECK-LABEL: FindChar:
/external/llvm/test/CodeGen/X86/
DSwitchLowering.ll4 define i8* @FindChar(i8* %CurPtr) {