Lines Matching full:dotp
2442 dotp = limit.rfind('.p')2443 limit = limit[0:dotp+1] + limit[dotp+2:dotp+3].lower() + limit[dotp+3:]