Searched refs:foldlo (Results 1 – 1 of 1) sorted by relevance
464 int foldlo = lo; in ComputeByteMap() local466 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() local903 if (foldlo < 'a') in ComputeHints()904 foldlo = 'a'; in ComputeHints()907 if (foldlo <= foldhi) { in ComputeHints()[all …]