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

  /external/chromium_org/v8/src/
unicode.h 136 class Latin1 {
  /external/chromium_org/third_party/re2/re2/
re2.h 49 // The RE2::Latin1 option causes them to be interpreted as Latin-1.
53 // CHECK(RE2::FullMatch(latin1_string, RE2(latin1_pattern, RE2::Latin1)));
253 Latin1, // treat input as Latin-1 (default UTF-8)
    [all...]
regexp.h 42 // If parsed with the flag Regexp::Latin1, both the regular expression
282 Latin1 = 1<<5, // Regexp and text are in Latin1, not UTF-8.
  /external/regex-re2/re2/
re2.h 49 // The RE2::Latin1 option causes them to be interpreted as Latin-1.
53 // CHECK(RE2::FullMatch(latin1_string, RE2(latin1_pattern, RE2::Latin1)));
253 Latin1, // treat input as Latin-1 (default UTF-8)
    [all...]
regexp.h 42 // If parsed with the flag Regexp::Latin1, both the regular expression
282 Latin1 = 1<<5, // Regexp and text are in Latin1, not UTF-8.

Completed in 526 milliseconds