OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char32_t
(Results
51 - 75
of
287
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/libs/utils/
String8.cpp
116
static char* allocFromUTF32(const
char32_t
* in, size_t len)
183
String8::String8(const
char32_t
* o)
188
String8::String8(const
char32_t
* o, size_t len)
261
status_t String8::setTo(const
char32_t
* other, size_t len)
448
void String8::getUtf32(
char32_t
* dst) const
/external/clang/test/CodeGenCXX/
rtti-fundamental.cpp
112
//
char32_t
/external/clang/include/clang/Basic/
Specifiers.h
41
TST_char32, // C++0x
char32_t
/external/sqlite/android/
PhoneticStringUtilsTest.cpp
122
char32_t
codepoints[1] = {codepoint}; \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h
67
_TR1_hashtable_define_trivial_hash(
char32_t
);
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h
67
_TR1_hashtable_define_trivial_hash(
char32_t
);
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h
67
_TR1_hashtable_define_trivial_hash(
char32_t
);
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h
67
_TR1_hashtable_define_trivial_hash(
char32_t
);
/external/clang/test/SemaCXX/
cxx98-compat.cpp
108
char32_t
c32 = 0; // expected-warning {{'
char32_t
' type specifier is incompatible with C++98}}
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h
477
struct char_traits<
char32_t
>
479
typedef
char32_t
char_type;
cpp_type_traits.h
187
struct __is_integer<
char32_t
>
postypes.h
235
/// File position for
char32_t
streams.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h
478
struct char_traits<
char32_t
>
480
typedef
char32_t
char_type;
cpp_type_traits.h
192
struct __is_integer<
char32_t
>
postypes.h
237
/// File position for
char32_t
streams.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
char_traits.h
478
struct char_traits<
char32_t
>
480
typedef
char32_t
char_type;
cpp_type_traits.h
192
struct __is_integer<
char32_t
>
postypes.h
237
/// File position for
char32_t
streams.
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
477
struct char_traits<
char32_t
>
479
typedef
char32_t
char_type;
cpp_type_traits.h
187
struct __is_integer<
char32_t
>
postypes.h
235
/// File position for
char32_t
streams.
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
477
struct char_traits<
char32_t
>
479
typedef
char32_t
char_type;
cpp_type_traits.h
187
struct __is_integer<
char32_t
>
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
477
struct char_traits<
char32_t
>
479
typedef
char32_t
char_type;
/external/clang/lib/CodeGen/
CodeGenTBAA.cpp
114
// treating wchar_t, char16_t, and
char32_t
as distinct from their
Completed in 1479 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>