Searched refs:foldlo (Results 1 – 1 of 1) sorted by relevance
462 int foldlo = lo; in ComputeByteMap() local464 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() local901 if (foldlo < 'a') in ComputeHints()902 foldlo = 'a'; in ComputeHints()905 if (foldlo <= foldhi) { in ComputeHints()[all …]