Searched refs:UniChar (Results 1 - 25 of 25) sorted by relevance

/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c10 typedef UInt16 UniChar; typedef
16 UniChar wt[] = L"\pbar"; // pascal Unicode string
17 UniChar wt1[] = L"\p";
18 UniChar wt2[] = L"\pgorf";
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringCF.cpp46 if (const UniChar* ptr = CFStringGetCharactersPtr(string))
49 Vector<UniChar, 1024> ucharBuffer(length);
H A DStringCF.cpp50 CFStringGetCharacters(str, CFRangeMake(0, size), (UniChar*)buffer.data());
H A DStringImplCF.cpp134 return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(characters16()), m_length));
146 string = CFStringCreateWithCharactersNoCopy(allocator, reinterpret_cast<const UniChar*>(characters16()), m_length, kCFAllocatorNull);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h15 typedef UInt16 UniChar; typedef
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp51 UniChar characters[4];
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperf.cpp88 UniChar* filePtr = text;
H A Dubrkperfold.cpp314 UniChar* filePtr = text;
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp88 UniChar* filePtr = text;
H A Dubrkperfold.cpp314 UniChar* filePtr = text;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextControllerCoreText.mm39 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
173 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon)
H A DSimpleFontDataMac.mm66 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
410 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* count, CFDictionaryRef* attributes, void* context)
H A DFontCacheMac.mm48 + (NSFont*)findFontLike:(NSFont*)font forCharacter:(UniChar)uc inLanguage:(id)useNil;
H A DSimpleFontDataCoreText.cpp38 void CGFontGetGlyphsForUnichars(CGFontRef, const UniChar chars[], CGGlyph glyphs[], size_t length);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc614 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/);
676 pchars = reinterpret_cast<UniChar *> (((char *) scratch + ((char *) pchars - (char *) old_scratch)));
869 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j);
870 if (hb_in_range<UniChar> (ch, 0xDC00u, 0xDFFFu) && range.location < j)
873 if (hb_in_range<UniChar> (ch, 0xD800u, 0xDBFFu))
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc607 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2);
716 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j);
717 if (hb_in_range<UniChar> (ch, 0xDC00u, 0xDFFFu) && range.location < j)
720 if (hb_in_range<UniChar> (ch, 0xD800u, 0xDBFFu))
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp944 UniChar theChar[2]; // UniChar is a UTF-16 16-bit code unit.
1447 UniChar unichar = 0;
1498 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1601 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
1925 SkAutoSTMalloc<1024, UniChar> charStorage;
1926 const UniChar* src; // UniChar is a UTF-16 16-bit code unit.
1931 UniChar* utf1
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp944 UniChar theChar[2]; // UniChar is a UTF-16 16-bit code unit.
1452 UniChar unichar = 0;
1503 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1604 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
1922 SkAutoSTMalloc<1024, UniChar> charStorage;
1923 const UniChar* src; // UniChar is a UTF-16 16-bit code unit.
1928 UniChar* utf1
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c177 static UniChar NativeCharToUniChar(int chcode)
179 UniChar ucResult = (UniChar) chcode;
185 UniChar aucTo[10];
186 UniChar *pucTo;
202 iToCount = sizeof(UniChar) * 2;
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c618 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS )
641 UniChar tempPath[CCHMAXPATH];
670 UniChar tempPath[CCHMAXPATH];
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c147 const UniChar uniName[] = { '.','T','O','C','.','p','l','i','s','t' };
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp566 void FX_GetCharWidth(CTFontRef font, UniChar start, UniChar end, int* width)
822 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzEvents.m231 UniChar buf[16];
/external/chromium_org/components/search_engines/
H A Dtemplate_url_prepopulate_data.cc614 UniChar isobuf[2];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22630 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS )
22653 UniChar tempPath[CCHMAXPATH];
22682 UniChar tempPath[CCHMAXPATH];
[all...]

Completed in 728 milliseconds