/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 172 _STLP_EXPORT_TEMPLATE_CLASS basic_ios<wchar_t, char_traits<wchar_t> >;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 154 #define wchar_t __COMO_WCHAR_T macro 156 #undef wchar_t macro
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
localefwd.h | 118 template<> class ctype<wchar_t>; 122 // NB: Specialized for char and wchar_t in locale_facets.h. 129 template<> class codecvt<wchar_t, char, mbstate_t>;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 99 struct __add_unsigned<wchar_t>; 142 struct __remove_unsigned<wchar_t>;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 172 _STLP_EXPORT_TEMPLATE_CLASS basic_ios<wchar_t, char_traits<wchar_t> >;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 154 #define wchar_t __COMO_WCHAR_T macro 156 #undef wchar_t macro
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontCacheChromiumWin.cpp | 267 typedef HashMap<const wchar_t*, icu::UnicodeSet*> FontCmapCache; 270 const wchar_t* family, UChar32 character) 283 HashMap<const wchar_t*, icu::UnicodeSet*>::iterator it = fontCmapCache->find(family); 328 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, wchar_t* outFontFamilyName) 403 GetLastResortFallbackFontProcData(FontCache* fontCache, const FontDescription* fontDescription, wchar_t* fontName) 413 wchar_t* m_fontName; 438 const wchar_t* family = getFallbackFamily(characters, length, 448 const static wchar_t* const cjkFonts[] = { 465 const static wchar_t* const commonFonts[] = { 486 const wchar_t* const* panUniFonts = 0 [all...] |
/external/bluetooth/glib/glib/gnulib/ |
printf-args.h | 22 /* Get wchar_t. */ 111 const wchar_t* a_wide_string;
|
/external/chromium/base/i18n/ |
icu_string_conversions_unittest.cc | 24 // Given a null-terminated string of wchar_t with each wchar_t representing 25 // a UTF-16 code unit, returns a string16 made up of wchar_t's in the input. 26 // Each wchar_t should be <= 0xFFFF and a non-BMP character (> U+FFFF) 28 // *even* where wchar_t is 32-bit (Linux and Mac). 32 string16 BuildString16(const wchar_t* s) { 45 const wchar_t* const kConvertRoundtripCases[] = { 60 // wchar_t is 16 or 32 bits. 99 // is not a real wide string (UTF-32 string) in that each wchar_t in 112 const wchar_t* wide [all...] |
rtl.cc | 289 text->insert(0, 1, static_cast<wchar_t>(kLeftToRightEmbeddingMark)); 292 text->push_back(static_cast<wchar_t>(kPopDirectionalFormatting)); 313 text->insert(0, 1, static_cast<wchar_t>(kRightToLeftEmbeddingMark)); 316 text->push_back(static_cast<wchar_t>(kPopDirectionalFormatting));
|
/external/chromium/base/ |
string16.cc | 9 #error This file should not be used on 2-byte wchar_t systems 10 // If this winds up being needed on 2-byte wchar_t systems, either the
|
utf_string_conversion_utils.h | 53 bool ReadUnicodeCharacter(const wchar_t* src,
|
/external/chromium/googleurl/base/ |
string16.cc | 33 #error This file should not be used on 2-byte wchar_t systems 34 // If this winds up being needed on 2-byte wchar_t systems, either the
|
/external/chromium/testing/gmock/src/ |
gmock.cc | 125 // wchar_t. 178 void InitGoogleMock(int* argc, wchar_t** argv) {
|
/external/e2fsprogs/intl/ |
printf-args.h | 25 /* Get wchar_t. */ 106 const wchar_t* a_wide_string;
|
/external/icu4c/i18n/ |
winnmfmt.h | 153 UnicodeString &format(int32_t numDigits, UnicodeString &appendTo, wchar_t *format, ...) const;
|
/external/stlport/stlport/stl/ |
_construct.h | 225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} 226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {}
|
_cwctype.h | 32 typedef wchar_t wctrans_t;
|
_ptrs_specialize.h | 74 _STLP_POINTERS_SPECIALIZE( wchar_t )
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontPlatformData.h | 77 static DWORD getKnownFontCodePages(const wchar_t* family);
|
GlyphPageTreeNodeWinCE.cpp | 31 DWORD getKnownFontCodePages(const wchar_t* family);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/ |
WindowedPluginTest.cpp | 30 static const wchar_t instancePointerProperty[] = L"org.webkit.TestNetscapePlugin.WindowedPluginTest.InstancePointer";
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} 226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {}
|
_cwctype.h | 32 typedef wchar_t wctrans_t;
|
_ptrs_specialize.h | 74 _STLP_POINTERS_SPECIALIZE( wchar_t )
|