Searched refs:characters (Results 276 - 300 of 705) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h52 virtual HRESULT STDMETHODCALLTYPE get_nCharacters(long* characters);
H A DWebDownloadCurl.cpp173 BString suggestedFilenameBSTR(suggestedFilename.characters(), suggestedFilename.length());
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cf/
H A DWebPreferencesCF.cpp38 return RetainPtr<CFStringRef> = adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(string.characters()), string.length()));
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DSAX.h118 characters (void *ctx,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DSAX.h118 characters (void *ctx,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabel.vim62 " string contstants and special characters within them
73 " special characters
H A Ddjango.vim16 " Mark illegal characters
58 " Mark illegal characters within tag and variables blocks
H A Dchaiscript.vim18 " Escape characters
H A Delf.vim47 " Strings and characters
H A Dgp.vim38 " Highlight special (backslash'ed) characters differently
H A Duil.vim25 " Highlight special characters (those which have a backslash) differently
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XML/Parser/
H A DLite.pm321 characters contained in an XML node (even for every single character).
322 Your implementation has to make sure that it captures all characters.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/XML/Parser/
H A DLite.pm311 characters contained in an XML node (even for every single character).
312 Your implementation has to make sure that it captures all characters.
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/Getopt/
H A DMixed.pm49 $typeChars = 'sif'; # Match type characters
69 # If the first argument is entirely non-alphanumeric characters
70 # with no whitespace, it is the characters that start options.
80 # If the first argument is entirely non-alphanumeric characters
437 argument specifier. Option names may consist of any characters but
464 non-alphanumeric characters with no whitespace, it represents the
465 characters which can begin options.
533 characters in the name will be converted to underscores (C<_>).
552 names with non-alphanumeric characters without any translation. This
628 A string of characters tha
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKTextInputWindowController.mm125 if ([[event characters] length] > 0)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dcombo.rb23 You can add characters to the first \
/macosx-10.9.5/vim-53/runtime/
H A Devim.vim61 " For all text files set 'textwidth' to 78 characters.
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dmongolian_utf-8.vim4 " All characters are given literally, conversion to another encoding (e.g.,
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js139 var OPERATOR_CHARS = array_to_hash(characters("+-*&%=<>!?|~^"));
193 var WHITESPACE_CHARS = array_to_hash(characters(" \n\r\t"));
195 var PUNC_BEFORE_EXPRESSION = array_to_hash(characters("[{}(,.;:"));
197 var PUNC_CHARS = array_to_hash(characters("[]{}(),;:"));
199 var REGEXP_MODIFIERS = array_to_hash(characters("gmsiy"));
1217 function characters(str) { function
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp262 // Copies the source to the destination, assuming all the source characters are
263 // ASCII. The destination buffer must be large enough. Null characters are allowed
289 // Returns the index of the first index in string |s| of any of the characters
290 // in |toFind|. |toFind| should be a null-terminated string, all characters up
354 // characters from URLs. Note that c is an *unsigned* char here
355 // so this comparison should only catch control characters.
391 // Get rid of leading whitespace and control characters.
397 // Get rid of trailing whitespace and control characters.
594 const UChar* stringData = m_string.characters();
678 return !protocol[m_schemeEnd]; // We should have consumed all characters i
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DXMLDocumentParserLibxml2.cpp246 parser->characters(s, len);
668 xmlParseChunk(context->context(), reinterpret_cast<const char*>(parseString.characters()), sizeof(UChar) * parseString.length(), 0);
929 void XMLDocumentParser::characters(const xmlChar* s, int len) function in class:WebCore::XMLDocumentParser
1124 getParser(closure)->characters(s, len);
1322 sax.characters = charactersHandler;
1403 xmlDocPtr sourceDoc = xmlReadMemory(reinterpret_cast<const char*>(source.characters()),
1540 xmlParseChunk(parser->context(), reinterpret_cast<const char*>(parseString.characters()), parseString.length() * sizeof(UChar), 1);
/macosx-10.9.5/CPANInternal-140/Test-Tester/lib/Test/
H A DTester.pm510 help you with problems involving tabs, other non-printing characters and
512 switch Test::Tester into a mode whereby all "tricky" characters are shown as
513 \{xx}. Tricky characters are those with ASCII code less than 33 or higher
527 characters then you can set the TESTTESTCOLOUR environment variable to a
601 Turn on the escaping of characters as described in the SPACES AND TABS
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStringPrototype.cpp242 return Collator::userDefault()->collate(reinterpret_cast<const ::UChar*>(a.characters()), a.length(), reinterpret_cast<const ::UChar*>(b.characters()), b.length());
935 const CharacterType* characters = string->getCharacters<CharacterType>();
940 while ((matchPosition = WTF::find(characters, string->length(), separatorCharacter, position)) != notFound) {
941 // 1. Let T be a String value equal to the substring of S consisting of the characters at positions p (inclusive)
967 // 6. Let s be the number of characters in S.
1039 // 1. Let T be a String value equal to the substring of S consisting of the characters at positions p (inclusive)
1141 // 1. Let T be a String value equal to the substring of S consisting of the characters at positions p (inclusive)
1158 // 14. Let T be a String value equal to the substring of S consisting of the characters at positions p (inclusive)
1423 memcpy(&buffer[15], s.characters(), stringSiz
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.cpp213 // Iterate characters in source and mirror character if needed.
243 // 2) Convert spacing characters into plain spaces, as some fonts will provide glyphs
244 // for characters like '\n' otherwise.
245 // 3) Convert mirrored characters such as parenthesis for rtl text.
357 const UChar* tag = settings->at(i).tag().characters();
406 const UChar* currentCharacterPosition = iterator.characters();
416 const UChar* markCharactersEnd = iterator.characters() + clusterLength;
442 currentCharacterPosition = iterator.characters();
483 hb_buffer_add_utf16(harfBuzzBuffer.get(), reinterpret_cast<const uint16_t*>(upperText.characters()), currentRun->numCharacters(), 0, currentRun->numCharacters());
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp567 CopyMemory(fsPathBuffer, title.characters(), len * sizeof(UChar));
582 CopyMemory(fsPathBuffer, lastComponent.characters(), len * sizeof(UChar));
585 CopyMemory(fsPathBuffer, url.characters(), len * sizeof(UChar));
681 CopyMemory(fgd->fgd[0].cFileName, fsPath.characters(), maxSize * sizeof(UChar));
933 CopyMemory(fgd->fgd[0].cFileName, (LPCWSTR)fsPath.characters(), maxSize * sizeof(UChar));

Completed in 183 milliseconds

<<11121314151617181920>>