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

123456

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DOpaqueJSString.cpp47 UChar* characters = m_characters; local
80 const UChar* OpaqueJSString::characters() function in class:OpaqueJSString
[all...]
H A DOpaqueJSString.h44 static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned length) argument
49 static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned length) argument
84 OpaqueJSString(const LChar* characters, unsigned length) argument
90 OpaqueJSString(const UChar* characters, unsigned length) argument
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringBuffer.h70 CharType* characters() { return m_data; } function in class:WTF::StringBuffer
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParserValues.h36 void init(LChar* characters, unsigned length) argument
43 void init(UChar* characters, unsigned length) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFontElement.cpp56 static bool parseFontSize(const CharacterType* characters, unsigned length, int& size) argument
H A DWeekInputType.cpp68 bool WeekInputType::parseToDateComponentsInternal(const UChar* characters, unsigned length, DateComponents* out) const argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLatin1TextIterator.h33 Latin1TextIterator(const LChar* characters, int currentCharacter, int lastCharacter, int /*endCharacter*/) argument
57 const LChar* characters() const { return m_characters; } function in class:WebCore::Latin1TextIterator
H A DSegmentedFontData.cpp60 bool SegmentedFontData::containsCharacters(const UChar* characters, int length) const argument
H A DSurrogatePairAwareTextIterator.cpp30 SurrogatePairAwareTextIterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endCharacter) argument
H A DSurrogatePairAwareTextIterator.h56 const UChar* characters() const { return m_characters; } function in class:WebCore::SurrogatePairAwareTextIterator
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dindexes.py55 def characters(self, data): member in class:callback
H A DpushSAX.py27 def characters(self, data): member in class:callback
H A DpushSAXhtml.py27 def characters(self, data): member in class:callback
H A Dsync.py27 def characters(self, data): member in class:callback
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dindexes.py55 def characters(self, data): member in class:callback
H A DpushSAX.py27 def characters(self, data): member in class:callback
H A DpushSAXhtml.py27 def characters(self, data): member in class:callback
H A Dsync.py27 def characters(self, data): member in class:callback
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyName.h35 ALWAYS_INLINE uint32_t toUInt32FromCharacters(const CharType* characters, unsigned length) argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserIdioms.cpp38 static String stripLeadingAndTrailingHTMLSpaces(String string, CharType characters, unsigned length) argument
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF16.cpp118 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling) argument
H A DTextEncoding.h53 void displayBuffer(CharacterType* characters, unsigned len) const argument
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DBString.cpp47 BString::BString(const wchar_t* characters) argument
55 BString::BString(const wchar_t* characters, size_t length) argument
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dsax2listener.rb35 def characters text method in class:REXML.SAX2Listener
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ddictionarydata.h88 const UChar *characters; member in class:UCharsDictionaryMatcher
107 const char *characters; member in class:BytesDictionaryMatcher

Completed in 315 milliseconds

123456