Searched refs:UniChar (Results 1 - 7 of 7) 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/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/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp88 UniChar* filePtr = text;
H A Dubrkperfold.cpp314 UniChar* filePtr = text;
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc625 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/);
687 pchars = reinterpret_cast<UniChar *> (((char *) scratch + ((char *) pchars - (char *) old_scratch)));
886 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j);
887 if (hb_in_range<UniChar> (ch, 0xDC00u, 0xDFFFu) && range.location < j)
890 if (hb_in_range<UniChar> (ch, 0xD800u, 0xDBFFu))
/external/skia/src/ports/
H A DSkFontHost_mac.cpp995 UniChar theChar[2]; // UniChar is a UTF-16 16-bit code unit.
1466 UniChar unichar = 0;
1517 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1620 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
1952 SkAutoSTMalloc<1024, UniChar> charStorage;
1953 const UniChar* src; // UniChar is a UTF-16 16-bit code unit.
1958 UniChar* utf1
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp565 void FX_GetCharWidth(CTFontRef font, UniChar start, UniChar end, int* width)
820 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};

Completed in 308 milliseconds