Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsmpdtfmt.cpp2302 UnicodeString lcase; in newBestMatchWithOptionalDot() local
2303 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()
/external/kernel-headers/original/linux/
Dmsdos_fs.h163 __u8 lcase; /* Case for base and extension */ member