Searched defs:UChar (Results 1 - 25 of 25) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
H A DSimpleFontDataQt.cpp36 bool SimpleFontData::containsCharacters(const UChar*, int) const argument
H A DFontCacheQt.cpp47 const SimpleFontData* FontCache::getFontDataForCharacters(const Font&, const UChar*, int) argument
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h40 typedef wchar_t UChar; typedef
60 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
/external/chromium/third_party/icu/public/common/unicode/
H A Dumachine.h283 /* UChar and UChar32 definitions -------------------------------------------- */
285 /** Number of bytes in a UChar. @stable ICU 2.0 */
289 * \var UChar
290 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
291 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
292 * This makes the definition of UChar platform-dependent
299 /* Define UChar to be compatible with wchar_t if possible. */
301 typedef wchar_t UChar; typedef
303 typedef uint16_t UChar; typedef
/external/icu4c/common/unicode/
H A Dumachine.h290 /* UChar and UChar32 definitions -------------------------------------------- */
292 /** Number of bytes in a UChar. @stable ICU 2.0 */
296 * \var UChar
297 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
298 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t or char16_t because GCC >=4.4
300 * This makes the definition of UChar platform-dependent
307 /* Define UChar to be compatible with wchar_t if possible. */
309 typedef wchar_t UChar; typedef
314 typedef char16_t UChar; typedef
316 typedef uint16_t UChar; typedef
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Dumachine.h306 /* UChar and UChar32 definitions -------------------------------------------- */
308 /** Number of bytes in a UChar. @stable ICU 2.0 */
312 * \var UChar
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
315 * This makes the definition of UChar platform-dependent
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar; typedef
326 typedef uint16_t UChar; typedef
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dumachine.h306 /* UChar and UChar32 definitions -------------------------------------------- */
308 /** Number of bytes in a UChar. @stable ICU 2.0 */
312 * \var UChar
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
315 * This makes the definition of UChar platform-dependent
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar; typedef
326 typedef uint16_t UChar; typedef
/external/webkit/WebCore/icu/unicode/
H A Dumachine.h306 /* UChar and UChar32 definitions -------------------------------------------- */
308 /** Number of bytes in a UChar. @stable ICU 2.0 */
312 * \var UChar
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
315 * This makes the definition of UChar platform-dependent
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar; typedef
326 typedef uint16_t UChar; typedef
/external/webkit/WebKit/mac/icu/unicode/
H A Dumachine.h306 /* UChar and UChar32 definitions -------------------------------------------- */
308 /** Number of bytes in a UChar. @stable ICU 2.0 */
312 * \var UChar
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
315 * This makes the definition of UChar platform-dependent
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar; typedef
326 typedef uint16_t UChar; typedef
/external/bzip2/
H A Dbzip2recover.c53 typedef unsigned char UChar; typedef
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
227 retVal = putc ( (UChar) (bs->buffer), bs->handle );
242 static void bsPutUChar ( BitStream* bs, UChar c )
H A Dbzip2.c163 typedef unsigned char UChar; typedef
233 struct { UChar b[8]; }
240 n->b[7] = (UChar)((hi32 >> 24) & 0xFF);
241 n->b[6] = (UChar)((hi32 >> 16) & 0xFF);
242 n->b[5] = (UChar)((hi32 >> 8) & 0xFF);
243 n->b[4] = (UChar) (hi32 & 0xFF);
244 n->b[3] = (UChar)((lo32 >> 24) & 0xFF);
245 n->b[2] = (UChar)((lo32 >> 16) & 0xFF);
246 n->b[1] = (UChar)((lo32 >> 8) & 0xFF);
247 n->b[0] = (UChar) (lo3
[all...]
H A Dbzlib_private.h43 typedef unsigned char UChar; typedef
171 ((UChar)cha)]; \
217 UChar* block;
219 UChar* zbits;
238 UChar unseqToSeq[256];
256 UChar selector [BZ_MAX_SELECTORS];
257 UChar selectorMtf[BZ_MAX_SELECTORS];
259 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
282 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
285 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp304 UChar ch = kevent->text()[0];
426 void EditorClientHaiku::checkSpellingOfString(const UChar*, int, int*, int*) argument
437 void EditorClientHaiku::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) argument
/external/webkit/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h37 typedef uint16_t UChar; typedef
129 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
131 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
143 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
237 int umemcasecmp(const UChar*, const UChar*, int len);
/external/webkit/WebCore/rendering/
H A DSVGInlineTextBox.cpp325 bool SVGInlineTextBox::chunkSelectionStartEnd(const UChar* chunk, int chunkLength, int& selectionStart, int& selectionEnd)
351 void SVGInlineTextBox::paintCharacters(RenderObject::PaintInfo& paintInfo, int tx, int ty, const SVGChar& svgChar, const UChar* chars, int length, SVGTextPaintInfo& textPaintInfo)
482 void SVGInlineTextBox::paintSelection(int boxStartOffset, const SVGChar& svgChar, const UChar*, int length, GraphicsContext* p, RenderStyle* style, const Font& font) argument
H A DRenderListMarker.cpp57 UChar letters[lettersSize];
60 const UChar ldigits[] = { 'i', 'v', 'x', 'l', 'c', 'd', 'm' };
61 const UChar udigits[] = { 'I', 'V', 'X', 'L', 'C', 'D', 'M' };
62 const UChar* digits = upper ? udigits : ldigits;
83 static inline String toAlphabeticOrNumeric(int number, const UChar* sequence, int sequenceSize, SequenceType type)
89 UChar letters[lettersSize];
117 static String toAlphabetic(int number, const UChar* alphabet, int alphabetSize)
125 static String toNumeric(int number, const UChar* numerals, int numeralsSize)
130 template <size_t size> static inline String toAlphabetic(int number, const UChar(&alphabet)[size]) argument
135 template <size_t size> static inline String toNumeric(int number, const UChar( argument
[all...]
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp562 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*) argument
573 void EditorClientQt::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) argument
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp500 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength) argument
505 void EditorClientWx::checkGrammarOfString(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) argument
/external/webkit/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h58 // ugly hack to make UChar compatible with JSChar in API/JSStringRef.h
60 typedef wchar_t UChar; typedef
62 typedef uint16_t UChar;
74 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
75 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
194 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
196 const UChar *e = src + srcLength;
197 const UChar *s = src;
198 UChar *
[all...]
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp597 UChar ch = evt->keyEvent()->text()[0U];
833 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length,
873 void EditorClientImpl::checkGrammarOfString(const UChar*, int length, argument
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp594 void EditorClient::checkSpellingOfString(const UChar* text, int length, int* misspellingLocation, int* misspellingLength)
661 void EditorClient::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) argument
/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp945 UnicodeString first((UChar)0x0061);
946 UnicodeString second((UChar)0x0062);
1007 const UChar* t1 = test1.getBuffer();
1009 const UChar* t2 = test2.getBuffer();
1163 UChar test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0},
1304 UChar ch = 0;
1546 UChar vt[256] = { 0 };
1580 UChar rlz[256] = {0};
1696 UChar buffer[512];
1923 virtual EComparisonResult compare(const UChar* sourc
2043 getCollationKey(const UChar*source, int32_t sourceLength, CollationKey& key, UErrorCode& status) const argument
2063 getSortKey(const UChar*source, int32_t sourceLength, uint8_t*result, int32_t resultLength) const argument
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp945 UnicodeString first((UChar)0x0061);
946 UnicodeString second((UChar)0x0062);
1007 const UChar* t1 = test1.getBuffer();
1009 const UChar* t2 = test2.getBuffer();
1116 UChar test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0},
1258 UChar ch = 0;
1500 UChar vt[256] = { 0 };
1534 UChar rlz[256] = {0};
1650 UChar buffer[512];
1877 virtual EComparisonResult compare(const UChar* sourc
1997 getCollationKey(const UChar*source, int32_t sourceLength, CollationKey& key, UErrorCode& status) const argument
2017 getSortKey(const UChar*source, int32_t sourceLength, uint8_t*result, int32_t resultLength) const argument
[all...]
/external/webkit/WebCore/editing/
H A Dmarkup.cpp95 static void appendAttributeValue(Vector<UChar>& result, const String& attr, bool escapeNBSP)
97 const UChar* uchars = attr.characters();
108 UChar c = uchars[i];
143 static void appendEscapedContent(Vector<UChar>& result, pair<const UChar*, size_t> range, bool escapeNBSP) argument
145 const UChar* uchars = range.first;
155 UChar c = uchars[i];
187 Vector<UChar> buffer;
192 static void appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString)
194 UChar quoteCha
250 appendUCharRange(Vector<UChar>& result, const pair<const UChar*, size_t> range) argument
[all...]
/external/webkit/WebCore/loader/
H A DEmptyClients.h420 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } argument
422 virtual void checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) { } argument
424 virtual void checkTextOfParagraph(const UChar*, int, uint64_t, Vector<TextCheckingResult>&) { }; argument

Completed in 520 milliseconds