Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/tools/lib/tests/
Dquote_test.py127 qq = quote.unquote(word, options.special_chars, options.quote)
134 q = quote.quote(word, options.special_chars, options.quote)
135 qq = quote.unquote(q, options.special_chars, options.quote)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DAnnotate.py14 special_chars = [ variable
62 for c, cc, html in special_chars:
166 for c, cc, html in special_chars:
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp413 static int special_chars[128] = { variable
434 if (special_chars[word] & 0x0001) { in IsLatin()
482 if ((special_chars[word] >> 3) & 1) { in IsPunctuation()
528 if ((special_chars[word] >> 5) & 1) { in IsConnectiveSymbol()
537 if ((special_chars[word] >> 2) & 1) { in IsOpenStylePunctuation()