HomeSort by relevance Sort by last modified time
    Searched refs:IsControlChar (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdftext/
cpdf_textpage.h 134 bool IsControlChar(const PAGECHAR_INFO& charInfo);
cpdf_textpage.cpp 151 bool CPDF_TextPage::IsControlChar(const PAGECHAR_INFO& charInfo) {
184 (charinfo.m_Unicode != 0 && !IsControlChar(charinfo))) {
615 if (IsControlChar(info)) {
645 if (IsControlChar(info)) {
    [all...]
  /external/v8/src/
string-stream.cc 71 static bool IsControlChar(char c) {
99 while (offset < format.length() && IsControlChar(format[offset]))

Completed in 718 milliseconds