Searched defs:character (Results 26 - 50 of 128) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDatasetDOMStringMap.cpp58 UChar character = name[i]; local
124 CharacterType character = characters[i]; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontCacheFreeType.cpp51 UChar32 character = iterator.next(); local
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF8.cpp140 static inline UChar* appendCharacter(UChar* destination, int character) argument
201 int character = decodeNonASCIISequence(m_partialSequence, count); local
248 int character = decodeNonASCIISequence(m_partialSequence, count); local
313 int character; local
390 int character; local
435 UChar32 character; local
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGGlyphMap.h70 UChar32 character = 0; local
H A DSVGFontData.cpp298 UChar32 character; local
H A DSVGFontElement.cpp98 UChar character = unicode[i]; local
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp211 char character = utf8Data[i]; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dbincode.c625 unsigned char character; local
[all...]
H A Doctcode.c613 unsigned char character; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlevents.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dccl.el[all...]
/macosx-10.10/ICU-531.30/icuSources/test/iotest/
H A Dstrtst.c747 UChar character; local
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.cpp54 UChar character = text[i]; local
/macosx-10.10/WTF-7600.1.24/wtf/unicode/
H A DUTF8.cpp284 UChar32 character = 0; local
319 UChar32 character = readUTF8Sequence(source, utf8SequenceLength); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.cpp81 static unsigned countCharacter(StringImpl& string, UChar character) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.cpp130 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) argument
135 static bool shouldIgnoreRotation(UChar32 character) argument
214 glyphDataAndPageForCJKCharacterWithoutSyntheticItalic(UChar32 character, GlyphData& data, GlyphPage* page, unsigned pageNumber) argument
227 glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(UChar32 character, NonCJKGlyphOrientation orientation, GlyphData& data, GlyphPage* page, unsigned pageNumber) argument
[all...]
H A DWidthIterator.cpp71 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) argument
172 UChar32 character = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontCacheWinCE.cpp65 static bool currentFontContainsCharacter(IMLangFontLinkType* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName) argument
209 UChar character = characters[0]; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFileUploadControl.cpp202 const UChar character = '0'; local
H A DRenderQuote.cpp73 static void checkNumberOfDistinctQuoteCharacters(UChar character) argument
293 UChar character = toASCIILower(language[i]); local
306 stringForQuoteCharacter(UChar character) argument
311 UChar character; member in struct:WebCore::StringForCharacter
[all...]
H A DSimpleLineLayout.cpp60 UChar character = text[i]; local
216 static inline bool isWhitespace(UChar character, bool preserveNewline) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathParser.cpp66 static XMLCat charCat(UChar character) argument
/macosx-10.10/emacs-93/emacs/src/
H A Dcategory.c372 Lisp_Object character, category, table, reset; variable
378 CHECK_NUMBER (character); variable
H A Dcmds.c333 int character = translate_char (Vtranslation_table_for_input, variable
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dpod_char_traits.h50 struct character struct
79 operator==(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
84 operator<(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
[all...]

Completed in 150 milliseconds

123456