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

  /external/v8/src/wasm/
wasm-text.cc 24 const char *special_chars = "_.+-*/\\^~=<>!?@#$%&|:'`"; local
27 (c >= 'A' && c <= 'Z') || strchr(special_chars, c);
  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 19 const uint8_t special_chars[128] = { member in namespace:__anon31073
35 return !!(special_chars[word] & 0x01);
73 return !!(special_chars[word] & 0x08);
119 return word <= 0x007F && (special_chars[word] & 0x20);
124 return !!(special_chars[word] & 0x04);

Completed in 85 milliseconds