Searched defs:char16 (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dstring16.h12 // string16. We also define char16, which string16 is based upon.
38 typedef wchar_t char16; typedef
43 typedef uint16 char16; typedef
47 // char16 versions of the functions required by string16_char_traits; these
50 BASE_API int c16memcmp(const char16* s1, const char16* s2, size_t n);
51 BASE_API size_t c16len(const char16* s);
52 BASE_API const char16* c16memchr(const char16* s, char16
[all...]
/external/chromium/googleurl/base/
H A Dstring16.h35 // string16. We also define char16, which string16 is based upon.
59 typedef wchar_t char16; typedef
64 typedef uint16 char16; typedef
68 // char16 versions of the functions required by string16_char_traits; these
71 int c16memcmp(const char16* s1, const char16* s2, size_t n);
72 size_t c16len(const char16* s);
73 const char16* c16memchr(const char16* s, char16
[all...]
/external/skia/src/ports/
H A DSkXMLParser_expat.cpp21 inline size_t sk_wcslen(const short* char16) { argument
22 const short* start = char16;
23 while (*char16)
24 char16++;
25 return char16 - start;
/external/clang/test/SemaCXX/
H A Dvector.cpp2 typedef char char16 __attribute__ ((__vector_size__ (16))); typedef
8 void f0(char16);
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
17 int &f1(char16); // expected-note 2{{candidate function}}
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
63 (void)(char16)ll16;
67 (void)(char16)ll16e;
73 (void)char16(ll1
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 122 milliseconds