HomeSort by relevance Sort by last modified time
    Searched defs:utf16 (Results 26 - 47 of 47) sorted by null

12

  /external/libexif/libexif/
exif-entry.c 1383 unsigned short *utf16 = exif_mem_alloc (e->priv->mem, e->size+sizeof(unsigned short)); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 145 char *utf16 = SDL_iconv_string("UCS2", "UTF8", filename, SDL_strlen(filename) + 1); local
150 if (!utf16 ||
151 !WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)utf16, -1, filenameA, size*6, 0, &bDefCharUsed) ||
154 SDL_free(utf16);
169 SDL_free(utf16);
  /external/chromium_org/base/
values_unittest.cc 137 scoped_ptr<Value> utf16_value(new StringValue(ASCIIToUTF16("utf16")));
143 string16 utf16 = ASCIIToUTF16("http://google.com"); local
146 ASSERT_TRUE(narrow_value->GetAsString(&utf16));
149 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16);
153 ASSERT_TRUE(utf16_value->GetAsString(&utf16));
155 ASSERT_EQ(std::string("utf16"), narrow);
156 ASSERT_EQ(ASCIIToUTF16("utf16"), utf16);
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleAll.cpp 351 short utf16[] = {'u', 't', 'f', '1', '6', 0x2026 }; local
481 canvas->drawTextOnPath((void*) utf16, sizeof(utf16), path, &matrix, paint);
  /external/skia/samplecode/
SampleAll.cpp 349 short utf16[] = {'u', 't', 'f', '1', '6', 0x2026 }; local
479 canvas->drawTextOnPath((void*) utf16, sizeof(utf16), path, &matrix, paint);
  /art/runtime/
utils.cc 709 uint16_t utf16 = GetUtf16FromUtf8(pUtf8Ptr); local
712 switch (utf16 >> 8) {
715 return (utf16 > 0x00a0);
722 utf16 = GetUtf16FromUtf8(pUtf8Ptr);
723 return (utf16 >= 0xdc00) && (utf16 <= 0xdfff);
733 switch (utf16 & 0xfff8) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 29 #include "unicode/utf16.h"
425 UChar *utf16 = result.getBuffer(capacity); local
428 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1250 UChar *utf16 = getBuffer(capacity); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 16 #include "unicode/utf16.h"
243 static const UChar utf16[]={ 0x61, 0xE4, 0xDF, 0x4E00 }; local
246 UnicodeString from16(FALSE, utf16, LENGTHOF(utf16));
1838 static const UChar utf16[] = { local
1904 static const UChar utf16[] = { local
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 29 #include "unicode/utf16.h"
425 UChar *utf16 = result.getBuffer(capacity); local
428 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1250 UChar *utf16 = getBuffer(capacity); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 16 #include "unicode/utf16.h"
243 static const UChar utf16[]={ 0x61, 0xE4, 0xDF, 0x4E00 }; local
246 UnicodeString from16(FALSE, utf16, LENGTHOF(utf16));
1838 static const UChar utf16[] = { local
1904 static const UChar utf16[] = { local
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmltok.c 1251 unsigned short utf16[256]; member in struct:unknown_encoding
1332 unsigned short c = uenc->utf16[(unsigned char)**fromP];
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 369 // Unicode code points that require conjugate pairs in utf16 are not
810 WCHAR utf16[2]; local
812 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
828 DWORD result = GetGlyphIndicesW(fDDC, utf16, 1, &index, GGI_MARK_NONEXISTING_GLYPHS);
849 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, NULL, si, &numItems),
858 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a,
    [all...]
SkFontHost_mac.cpp 1931 UniChar* utf16 = charStorage.reset(2 * glyphCount); local
1953 UniChar* utf16 = charStorage.reset(2 * glyphCount); local
    [all...]
  /external/expat/lib/
xmltok.c 1251 unsigned short utf16[256]; member in struct:unknown_encoding
1332 unsigned short c = uenc->utf16[(unsigned char)**fromP];
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 368 // Unicode code points that require conjugate pairs in utf16 are not
810 WCHAR utf16[2]; local
812 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
828 DWORD result = GetGlyphIndicesW(fDDC, utf16, 1, &index, GGI_MARK_NONEXISTING_GLYPHS);
849 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, NULL, si, &numItems),
858 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a,
    [all...]
SkFontHost_mac.cpp 1928 UniChar* utf16 = charStorage.reset(2 * glyphCount); local
1950 UniChar* utf16 = charStorage.reset(2 * glyphCount); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 2446 UChar utf16[U16_MAX_LENGTH]; local
2752 utf16[]={ local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 2450 UChar utf16[U16_MAX_LENGTH]; local
2756 utf16[]={ local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 1450 const WCHAR* utf16 = String::AnsiToUtf16("str"); local
1459 const WCHAR* utf16 = String::AnsiToUtf16(".:\\\\ \\"*?"); local
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 1049 const WCHAR* utf16 = String::AnsiToUtf16("str"); local
1058 const WCHAR* utf16 = String::AnsiToUtf16(".:\\\\ \\"*?"); local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1056 const WCHAR* utf16 = String::AnsiToUtf16("str"); local
1065 const WCHAR* utf16 = String::AnsiToUtf16(".:\\\\ \\"*?"); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1065 const WCHAR* utf16 = String::AnsiToUtf16("str"); local
1074 const WCHAR* utf16 = String::AnsiToUtf16(".:\\\\ \\"*?"); local
    [all...]

Completed in 444 milliseconds

12