Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp19 const uint8_t special_chars[128] = { variable
35 return !!(special_chars[word] & 0x01); in IsLatin()
73 return !!(special_chars[word] & 0x08); in IsPunctuation()
119 return word <= 0x007F && (special_chars[word] & 0x20); in IsConnectiveSymbol()
124 return !!(special_chars[word] & 0x04); in IsOpenStylePunctuation()