Searched defs:characters (Results 26 - 50 of 74) sorted by relevance

123

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringBuilder.h51 ALWAYS_INLINE void append(const char* characters, unsigned length) { append(reinterpret_cast<const LChar*>(characters), length); } argument
114 void append(const char* characters) argument
163 ALWAYS_INLINE void appendLiteral(const char (&characters)[charactersCount]) { append(characters, charactersCount - 1); } argument
H A DStringView.h46 StringView(const LChar* characters, unsigned length) argument
51 StringView(const UChar* characters, unsigned length) argument
H A DAtomicString.h54 explicit AtomicString(const Vector<UChar, inlineCapacity>& characters) argument
65 AtomicString(const char* characters, unsigned length, ConstructFromLiteralTag) argument
71 ALWAYS_INLINE AtomicString(const char (&characters)[charactersCount], ConstructFromLiteralTag) argument
261 inline AtomicString AtomicString::fromUTF8(const char* characters, size_t length) argument
270 fromUTF8(const char* characters) argument
[all...]
H A DAtomicString.cpp145 const CharacterType* characters; member in struct:WTF::HashAndCharacters
172 const char* characters; member in struct:WTF::HashAndUTF8Characters
390 addFromLiteralData(const char* characters, unsigned length) argument
498 const LChar* characters = impl->characters8(); local
567 find(LChar* characters, unsigned length) argument
579 find(UChar* characters, unsigned length) argument
[all...]
H A DStringImpl.h194 StringImpl(MallocPtr<LChar> characters, unsigned length) argument
207 StringImpl(const UChar* characters, unsigned length, ConstructWithoutCopyingTag) argument
219 StringImpl(const LChar* characters, unsigned length, ConstructWithoutCopyingTag) argument
232 StringImpl(MallocPtr<UChar> characters, unsigned length) argument
245 StringImpl(const LChar* characters, unsigned length, PassRefPtr<StringImpl> base) argument
262 StringImpl(const UChar* characters, unsigned length, PassRefPtr<StringImpl> base) argument
345 createFromLiteral(const char (&characters)[charactersCount]) argument
[all...]
H A DWTFString.h128 String(const char (&characters)[charactersCount], ConstructFromLiteralTag) : m_impl(StringImpl::createFromLiteral<charactersCount>(characters)) { } argument
295 ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCoun argument
514 inline const LChar* String::characters<LChar>() const function in class:WTF::String
521 inline const UChar* String::characters<UChar>() const function in class:WTF::String
535 const UChar* characters = characters16(); local
592 isAllSpecialCharacters(const CharacterType* characters, size_t length) argument
624 ASCIILiteral(const char* characters) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIString.h86 const LChar* characters = m_string.characters8(); local
89 const UChar* characters = m_string.characters16(); local
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dxmlstream.c48 struct MemoryStruct characters; member in struct:ParserStruct
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Disearch-x.el
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyEvent.c43 NSString *characters = nil, *charactersIgnoringModifiers = nil; local
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbrkeng.cpp316 const char *characters = (const char *)(data + offset); local
320 const UChar *characters = (const UChar *)(data + offset); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DIdentifier.h43 Identifier(ExecState* exec, const char (&characters)[charactersCount]) : m_string(add(exec, characters)) { ASSERT(m_string.impl()->isAtomic()); } argument
45 Identifier(VM* vm, const char (&characters)[charactersCount]) : m_string(add(vm, characters)) { ASSERT(m_string.impl()->isAtomic()); } argument
H A DLiteralParser.cpp133 ALWAYS_INLINE const Identifier LiteralParser<CharType>::makeIdentifier(const LChar* characters, size_t length) argument
153 makeIdentifier(const UChar* characters, size_t length) argument
[all...]
H A DRegExpObject.cpp199 static inline JSValue regExpObjectSourceInternal(ExecState* exec, String pattern, const CharacterType* characters, unsigned length) argument
H A DJSGlobalObjectFunctions.cpp78 static JSValue decode(ExecState* exec, const CharType* characters, int length, const char* doNotUnescape, bool strict) argument
664 const LChar* characters = str.characters8(); local
683 const UChar* characters = str.characters16(); local
[all...]
H A DLiteralParser.h91 LiteralParser(ExecState* exec, const CharType* characters, unsigned length, ParserMode mode) argument
123 Lexer(const CharType* characters, unsigned length, ParserMode mode) argument
/macosx-10.10.1/WTF-7600.1.24/wtf/unicode/icu/
H A DCollatorICU.cpp230 static UCharIterator createLatin1Iterator(const LChar* characters, int length) argument
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dtibetan.el
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorValues.cpp562 auto characters = StringView(json).upconvertedCharacters(); local
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp441 HRESULT AccessibleText::get_nCharacters(long* characters) argument
/macosx-10.10.1/hfs-285/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c47 UInt32 CFStringEncodingDecomposeCharacter(UInt32 flags, UniChar character, UniChar *characters) { argument
1613 __CFLookupF86XSeq(const UniChar *characters, const UniChar *table, UInt32 size) argument
1661 __CFToMacJapanese(UInt32 flags, const UniChar *characters, UInt32 numChars, UInt8 *bytes, UInt32 maxByteLen, UInt32 *usedByteLen) argument
2013 __CFFromMacJapanese(UInt32 flags, const UInt8 *bytes, UInt32 numBytes, UniChar *characters, UInt32 maxCharLen, UInt32 *usedCharLen) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DLexer.h139 void append16(const UChar* characters, size_t length) { m_buffer16.append(characters, length); } argument
281 ALWAYS_INLINE const Identifier* Lexer<T>::makeIdentifier(const LChar* characters, size_t length) argument
287 makeIdentifier(const UChar* characters, size_t length) argument
293 makeRightSizedIdentifier(const UChar* characters, size_t length, UChar) argument
299 makeRightSizedIdentifier(const UChar* characters, size_t length, UChar orAllChars) argument
322 makeIdentifierLCharFromUChar(const UChar* characters, size_t length) argument
328 makeLCharIdentifier(const LChar* characters, size_t length) argument
334 makeLCharIdentifier(const UChar* characters, size_t length) argument
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dlegacy.c1182 characters(void *ctx, const xmlChar * ch, int len) function
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.py182 def characters(self, data): member in class:SAXCallback
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlegacy.c1182 characters(void *ctx, const xmlChar * ch, int len) function

Completed in 376 milliseconds

123