Searched refs:lcase (Results 1 – 2 of 2) sorted by relevance
2302 UnicodeString lcase; in newBestMatchWithOptionalDot() local2303 lcase.fastCopyFrom(data).foldCase(); in newBestMatchWithOptionalDot()2304 int32_t length = lcase.length(); in newBestMatchWithOptionalDot()2310 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) { in newBestMatchWithOptionalDot()2312 bestMatchName = lcase; in newBestMatchWithOptionalDot()2316 if (lcase.charAt(--length) == 0x2e) { in newBestMatchWithOptionalDot()2317 if (lcaseText.compareBetween(0, length, lcase, 0, length) == 0) { in newBestMatchWithOptionalDot()2319 bestMatchName = lcase; in newBestMatchWithOptionalDot()
163 __u8 lcase; /* Case for base and extension */ member