Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dprog.cc464 int foldlo = lo; in ComputeByteMap() local
466 if (foldlo < 'a') in ComputeByteMap()
467 foldlo = 'a'; in ComputeByteMap()
470 if (foldlo <= foldhi) { in ComputeByteMap()
471 foldlo += 'A' - 'a'; in ComputeByteMap()
473 builder.Mark(foldlo, foldhi); in ComputeByteMap()
901 int foldlo = lo; in ComputeHints() local
903 if (foldlo < 'a') in ComputeHints()
904 foldlo = 'a'; in ComputeHints()
907 if (foldlo <= foldhi) { in ComputeHints()
[all …]