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

123456

/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextBoundaries.h34 inline bool requiresContextForWordBoundary(UChar32 character) argument
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditercoll.h94 UChar character; member in struct:CollationIteratorTest::ExpansionRecord
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGLazyJSValue.cpp49 static TriState equalToSingleCharacter(JSValue value, UChar character) argument
H A DDFGLazyJSValue.h53 static LazyJSValue singleCharacterString(UChar character) argument
84 UChar character() const function in class:JSC::DFG::LazyJSValue
120 UChar character; member in union:JSC::DFG::LazyJSValue::__anon2572
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketExtensionParser.cpp52 static bool isSeparator(char character) argument
108 bool WebSocketExtensionParser::consumeCharacter(char character) argument
/macosx-10.10/WebCore-7600.1.25/editing/
H A Dhtmlediting.h249 inline bool isAmbiguousBoundaryCharacter(UChar character) argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserIdioms.h69 inline bool isHTMLSpace(CharType character) argument
84 inline bool isHTMLLineBreak(UChar character) argument
90 isComma(CharType character) argument
96 isHTMLSpaceOrComma(CharType character) argument
101 isNotHTMLSpace(UChar character) argument
106 isHTMLSpaceButNotLineBreak(UChar character) argument
[all...]
H A DHTMLEntityParser.cpp134 UChar character = static_cast<UChar>(value); local
/macosx-10.10/WebCore-7600.1.25/platform/
H A DFileSystem.cpp87 UChar character = (*stringImpl)[i]; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLatin1TextIterator.h40 bool consume(UChar32& character, unsigned& clusterLength) argument
H A DSurrogatePairAwareTextIterator.cpp38 bool SurrogatePairAwareTextIterator::consumeSlowCase(UChar32& character, unsigned& clusterLength) argument
H A DSurrogatePairAwareTextIterator.h35 inline bool consume(UChar32& character, unsigned& clusterLength) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DGlyphPageTreeNodeFreeType.cpp54 UChar32 character = iterator.next(); local
H A DUTF16UChar32Iterator.h51 const UChar32 character = m_buffer[m_currentOffset++]; local
H A DSimpleFontDataFreeType.cpp125 UChar32 character = iterator.next(); local
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringHash.h76 template<typename T> static inline UChar foldCase(T character) argument
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dxmlparser.rb46 def character(data) method in class:RSS.REXMLLikeXMLParser
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule-diag.el[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSStringBuilder.h44 void append(LChar character) argument
54 void append(UChar character) argument
H A DSmallStrings.cpp44 StringImpl* rep(unsigned char character) argument
113 void SmallStrings::createSingleCharacterString(VM* vm, unsigned char character) argument
121 StringImpl* SmallStrings::singleCharacterStringRep(unsigned char character) argument
H A DSmallStrings.h69 JSString* singleCharacterString(unsigned char character) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DASCIICType.h114 template<typename CharType> inline CharType toASCIILowerUnchecked(CharType character) argument
153 template<typename CharType> inline bool isASCIIAlphaCaselessEqual(CharType cssCharacter, char character) argument
[all...]
H A DStringHasher.h63 void addCharacter(UChar character) argument
257 static UChar defaultConverter(UChar character) argument
262 static UChar defaultConverter(LChar character) argument
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dinternal.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-ebx.el[all...]

Completed in 376 milliseconds

123456