Searched refs:characters (Results 126 - 150 of 705) sorted by relevance

1234567891011>>

/macosx-10.9.5/CF-855.17/
H A DCFICUConverters.c252 CF_PRIVATE CFIndex __CFStringEncodingICUToBytes(const char *icuName, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
255 const UTF16Char *source = characters;
303 } while ((sourceLimit > characters) && CFUniCharIsMemberOfBitmap(character, nonBase));
305 if (sourceLimit > characters) {
306 source = characters;
341 source = characters; // 0 length
346 *usedCharLen = source - characters;
354 CF_PRIVATE CFIndex __CFStringEncodingICUToUnicode(const char *icuName, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, CFIndex *usedByteLen, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) { argument
359 UTF16Char *destination = characters;
385 if (NULL != usedCharLen) *usedCharLen = destination - characters;
430 __CFStringEncodingICUByteLength(const char *icuName, uint32_t flags, const UniChar *characters, CFIndex numChars) argument
[all...]
H A DCFStringEncodings.c174 const UTF16Char *characters = src; local
177 while (characters < limit) {
178 if (*(characters++) & mask) {
252 const UTF32Char *characters = src; local
256 while (characters < limit) {
257 if (*characters & asciiMask) {
259 if (*characters & bmpMask) {
260 if (strictUTF32 && ((swap ? (UTF32Char)CFSwapInt32(*characters) : *characters) > 0x10FFFF)) return false; // outside of Unicode Scaler Value. Haven't allocated buffer, yet.
264 ++characters;
577 UTF16Char *characters = (UTF16Char *)buffer; local
589 UTF32Char *characters = (UTF32Char *)buffer; local
831 const UTF16Char *characters = CFStringGetCharactersPtr(string); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DWebVTTToken.h73 const DataVector& characters() const function in class:WebCore::WebVTTToken
99 void appendToCharacter(const Vector<LChar, 32>& characters) argument
102 m_data.appendVector(characters);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontCache.h115 PassRefPtr<SimpleFontData> systemFallbackForCharacters(const FontDescription&, const SimpleFontData* originalFontData, bool isPlatformFont, const UChar* characters, int length);
158 static void getFontFamilyForCharacters(const UChar* characters, size_t numCharacters, const char* preferredLocale, const FontDescription&, SimpleFontFamily*);
160 static void getFontFamilyForCharacters(const UChar* characters, size_t numCharacters, const char* preferredLocale, SimpleFontFamily*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp51 UniChar characters[4]; local
54 U16_APPEND_UNSAFE(characters, length, unicode);
55 if (!CTFontGetGlyphsForCharacters(ctFont, characters, cgGlyphs, length))
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextEncoding.cpp70 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const argument
83 const UChar* source = characters;
107 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DSAX.c67 hdlr->characters = xmlSAX2Characters;
115 hdlr->characters = xmlSAX2Characters;
162 hdlr->characters = xmlSAX2Characters;
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtext.tcl43 4. Select. Press mouse button 1 and drag to select a range of characters.
51 5. Delete and replace. To delete text, select the characters you'd like
59 7. Edit. Text widgets support the standard Motif editing characters
60 plus many Emacs editing characters. Backspace and Control-h erase the
68 cursor. Control-t transposes the two characters on either side of the
85 even number of characters high and wide. Also, if you make the window
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtext.tcl43 4. Select. Press mouse button 1 and drag to select a range of characters.
51 5. Delete and replace. To delete text, select the characters you'd like
59 7. Edit. Text widgets support the standard Motif editing characters
60 plus many Emacs editing characters. Backspace and Control-h erase the
68 cursor. Control-t transposes the two characters on either side of the
85 even number of characters high and wide. Also, if you make the window
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DWriter.pm47 $me->{_writer}->characters($NL_CHAR x $cnt);
63 $me->{_writer}->characters($INDENT_CHAR x $me->{_indent});
93 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
99 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
103 $me->{_writer}->characters($txt);
109 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DWriter.pm47 $me->{_writer}->characters($NL_CHAR x $cnt);
63 $me->{_writer}->characters($INDENT_CHAR x $me->{_indent});
93 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
99 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
103 $me->{_writer}->characters($txt);
109 $me->{_writer}->characters($INDENT_CHAR x ($me->{_indent} + ($me->{_lastTag} eq $START_PREFIX_NAME ? 1 : 0))) if $me->{_pretty};
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drtf.vim36 " { } and \ are special characters, to use them
41 " Escaped characters (for 8 bytes characters upper than 127)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMonthInputType.cpp126 bool MonthInputType::parseToDateComponentsInternal(const UChar* characters, unsigned length, DateComponents* out) const argument
130 return out->parseMonth(characters, length, 0, end) && end == length;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontCacheMac.mm89 PassRefPtr<SimpleFontData> FontCache::systemFallbackForCharacters(const FontDescription& description, const SimpleFontData* originalFontData, bool isPlatformFont, const UChar* characters, int length)
92 U16_GET(characters, 0, 0, length, character);
96 NSString *string = [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(characters) length:length freeWhenDone:NO];
101 substituteFont = wkGetFontInLanguageForCharacter(nsFont, characters[0]);
109 // doesn't actually cover the characters we need.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DSimpleFontDataQt.cpp37 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const argument
42 if (!rawFont.supportsCharacter(static_cast<QChar>(characters[i])))
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebString.h72 memcpy(buffer, m_string.characters(), bufferLength * sizeof(UChar));
82 const UChar* d = m_string.characters();
/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t266 $w->characters("<tag>&amp;</tag>");
578 $w->characters("\n");
580 $w->characters("\n");
582 $w->characters("\n");
599 $w->characters("\n");
601 $w->characters("\n");
603 $w->characters("\n");
620 $w->characters("\n");
622 $w->characters("\n");
624 $w->characters("\
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextIterator.cpp78 // Returns number of characters appended; guaranteed to be in the range [1, length].
84 // Result is the size in characters of what was found.
85 // And <startOffset> is the number of characters back to the start of what was found.
478 builder.append(characters(), length());
595 // or a run of characters that does not include a newline.
856 const UChar* characters = renderer->text()->characters(); local
859 if (!renderer->style()->isCollapsibleWhiteSpace(characters[i]))
887 // Otherwise, show the position if we have emitted any characters
942 // When we haven't been emitting any characters, shouldRepresentNodeOffsetZer
1619 const UChar* WordAwareIterator::characters() const function in class:WebCore::WordAwareIterator
1883 const UChar* characters = pattern.characters(); local
1892 normalizeCharacters(const UChar* characters, unsigned length, Vector<UChar>& buffer) argument
2025 append(const UChar* characters, size_t length) argument
2052 prependContext(const UChar* characters, size_t length) argument
2308 append(const UChar* characters, size_t length) argument
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DText.pm58 $doch->characters( { Data => $self->getValue } );
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbrkeng.cpp249 // TODO: Have to get some characters with script=common handled
313 const char *characters = (const char *)(data + offset); local
314 m = new BytesDictionaryMatcher(characters, transform, file);
317 const UChar *characters = (const UChar *)(data + offset); local
318 m = new UCharsDictionaryMatcher(characters, file);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSStringRefCF.cpp61 return CFStringCreateWithCharacters(alloc, reinterpret_cast<const UniChar*>(string->characters()), string->length());
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DAtomicHTMLToken.h85 const UChar* characters() const function in class:WebCore::AtomicHTMLToken
149 m_externalCharacters = token.characters().data();
150 m_externalCharactersLength = token.characters().size();
194 m_externalCharacters = string.characters();
246 // "characters" for Character
248 // We don't want to copy the the characters out of the Token, so we
252 // FIXME: Add a mechanism for "internalizing" the characters when the
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DContentSearchUtils.cpp55 const UChar* characters = text.characters(); local
59 if (specials.find(characters[i]) != notFound)
61 result.append(characters[i]);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontCacheFreeType.cpp45 FcPattern* createFontConfigPatternForCharacters(const UChar* characters, int bufferLength) argument
50 UTF16UChar32Iterator iterator(characters, bufferLength);
84 PassRefPtr<SimpleFontData> FontCache::systemFallbackForCharacters(const FontDescription& description, const SimpleFontData* originalFontData, bool, const UChar* characters, int length) argument
86 RefPtr<FcPattern> pattern = adoptRef(createFontConfigPatternForCharacters(characters, length));

Completed in 334 milliseconds

1234567891011>>