OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lower
(Results
26 - 50
of
484
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_base.h
51
static const mask
lower
= _ISlower;
member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h
51
static const mask
lower
= _ISlower;
member in struct:ctype_base
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
ctype_base.h
45
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h
47
static const mask
lower
= _L;
member in struct:ctype_base
/external/markdown/markdown/
postprocessors.py
48
if str(self.markdown.safeMode).
lower
() == 'escape':
50
elif str(self.markdown.safeMode).
lower
() == 'remove':
/frameworks/rs/driver/linkloader/utils/
helper.cpp
32
size_t
lower
= begin & (~0xfUL);
local
35
for (size_t i =
lower
; i < upper; i += 16) {
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
is_1.pass.cpp
38
assert(f.is(F::
lower
, 'a'));
39
assert(!f.is(F::
lower
, 'A'));
Completed in 427 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>