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

  /external/v8/src/
unicode-decoder.h 95 class Latin1 {
105 uint16_t Latin1::ConvertNonLatin1ToLatin1(uint16_t c) {
106 DCHECK(c > Latin1::kMaxChar);
  /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 119 milliseconds