/external/clang/test/CodeGen/ |
pascal-wchar-string.c | 10 typedef UInt16 UniChar; 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/ |
AtomicStringCF.cpp | 46 if (const UniChar* ptr = CFStringGetCharactersPtr(string)) 49 Vector<UniChar, 1024> ucharBuffer(length);
|
StringCF.cpp | 50 CFStringGetCharacters(str, CFRangeMake(0, size), (UniChar*)buffer.data());
|
StringImplCF.cpp | 134 return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(characters16()), m_length)); 146 string = CFStringCreateWithCharactersNoCopy(allocator, reinterpret_cast<const UniChar*>(characters16()), m_length, kCFAllocatorNull);
|
/external/grub/stage2/ |
jfs.h | 106 typedef u16 UniChar; 285 UniChar name[15]; /* 30: */ 298 UniChar name[11]; /* 22: 2-byte aligned */ 310 UniChar name[11]; /* 22: 2-byte aligned */
|
fsys_jfs.c | 200 uni2ansi (UniChar *uni, char *ansi, int len)
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 14 typedef unsigned short unichar; typedef 15 typedef UInt16 UniChar; 88 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer; 89 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length; 124 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzFaceCoreText.cpp | 51 UniChar characters[4];
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
GlyphPageTreeNodeMac.cpp | 39 void CGFontGetGlyphsForUnichars(CGFontRef font, const UniChar chars[], CGGlyph glyphs[], size_t length);
|
ComplexTextControllerCoreText.mm | 39 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)
|
SimpleFontDataMac.mm | 64 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context); 341 NSString *string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO]; 408 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* count, CFDictionaryRef* attributes, void* context)
|
FontCacheMac.mm | 45 + (NSFont*)findFontLike:(NSFont*)font forCharacter:(UniChar)uc inLanguage:(id)useNil;
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 88 UniChar* filePtr = text;
|
ubrkperfold.cpp | 314 UniChar* filePtr = text;
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.cpp | 88 UniChar* filePtr = text;
|
ubrkperfold.cpp | 314 UniChar* filePtr = text;
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 195 UniChar *pchars = (UniChar *) scratch;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_mac.cpp | 1447 UniChar unichar = 0; local 1498 UniChar unichar = static_cast<UniChar>((i << 3) + j); local [all...] |
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 1447 UniChar unichar = 0; local 1498 UniChar unichar = static_cast<UniChar>((i << 3) + j); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 177 static UniChar NativeCharToUniChar(int chcode) 179 UniChar ucResult = (UniChar) chcode; 185 UniChar aucTo[10]; 186 UniChar *pucTo; 202 iToCount = sizeof(UniChar) * 2; [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_os2.c | 618 if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &uclCp ) != ULS_SUCCESS ) 641 UniChar tempPath[CCHMAXPATH]; 670 UniChar tempPath[CCHMAXPATH]; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
CDPlayer.c | 147 const UniChar uniName[] = { '.','T','O','C','.','p','l','i','s','t' };
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 569 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2);
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzEvents.m | 231 UniChar buf[16]; [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url_prepopulate_data.cc | 632 UniChar isobuf[2]; [all...] |