Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc462 int foldlo = lo; in ComputeByteMap() local
464 if (foldlo < 'a') in ComputeByteMap()
465 foldlo = 'a'; in ComputeByteMap()
468 if (foldlo <= foldhi) { in ComputeByteMap()
469 foldlo += 'A' - 'a'; in ComputeByteMap()
471 builder.Mark(foldlo, foldhi); in ComputeByteMap()
899 int foldlo = lo; in ComputeHints() local
901 if (foldlo < 'a') in ComputeHints()
902 foldlo = 'a'; in ComputeHints()
905 if (foldlo <= foldhi) { in ComputeHints()
[all …]