OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcase
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/icu4c/i18n/
smpdtfmt.cpp
2373
UnicodeString
lcase
;
local
[
all
...]
/external/kernel-headers/original/linux/
msdos_fs.h
163
__u8
lcase
; /* Case for base and extension */
member in struct:msdos_dir_entry
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
792
bool lc_iequal(const CharT* val, const CharT*
lcase
, const CharT* ucase, unsigned int len) BOOST_NOEXCEPT {
794
if ( val[i] !=
lcase
[i] && val[i] != ucase[i] ) return false;
[
all
...]
Completed in 116 milliseconds
1
2
3