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

  /external/chromium/googleurl/src/
url_canon_internal.h 49 enum SharedCharTypes {
70 // This table contains the flags in SharedCharTypes for each 8-bit character.
80 inline bool IsCharOfType(unsigned char c, SharedCharTypes type) {
94 // match the given |type| in SharedCharTypes.
96 SharedCharTypes type,
99 SharedCharTypes type,
  /external/chromium_org/url/
url_canon_internal.h 24 enum SharedCharTypes {
49 // This table contains the flags in SharedCharTypes for each 8-bit character.
59 inline bool IsCharOfType(unsigned char c, SharedCharTypes type) {
76 // match the given |type| in SharedCharTypes.
78 SharedCharTypes type,
81 SharedCharTypes type,

Completed in 307 milliseconds