Searched defs:character (Results 101 - 125 of 142) sorted by relevance

123456

/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) { argument
348 if (character < 0 || character > 255) {
351 return data_->ReadUByte(character + Offset::kFormat0GlyphIdArray);
466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) { argument
467 if (character > 0xffff) {
471 uint32_t c = ToBE32(character);
507 int32_t CMapTable::CMapFormat2::BytesConsumed(int32_t character) { argument
508 uint32_t c = ToBE32(character);
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) { argument
620 RetrieveGlyphId(int32_t segment, int32_t start_code, int32_t character) argument
[all...]
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc207 blink::WebUChar32 character,
586 blink::WebUChar32 character,
591 unicode_font_families_.find(character);
602 GetFallbackFontForCharacter(character, preferred_locale, fallbackFont);
603 unicode_font_families_.insert(std::make_pair(character, *fallbackFont));
585 getFallbackFontForCharacter( blink::WebUChar32 character, const char* preferred_locale, blink::WebFallbackFont* fallbackFont) argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp1299 static bool isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter) argument
1301 return isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter);
H A DTextIterator.cpp719 // Handle either a single newline character (which becomes a space),
1005 // Whether or not we should emit a character as we enter m_node (if it's a container) or as we hit it (if it's atomic).
1028 // No character needed if this is the first node in the range.
1069 // Emit a character to show the positioning of m_node.
1073 // on m_node to see if it necessitates emitting a character first and will early return
1120 // emitted character is positioned visually.
1991 // so if the target begins with such a character, we just ignore the AtWordStart option.
2133 // The last character of an uppercase run followed by a non-separator, non-digit
2154 // a word, so treat the position before any CJK character as a word start.
2195 // possibly including a combining character tha
2323 UChar32 character; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp291 // Sum up advances that belong to a character.
327 // For RTL, we need to return the right side boundary of the character.
328 // Add advance of glyphs which are part of the character.
357 UChar32 character;
358 U16_NEXT(source, position, length, character);
360 if (run.normalizeSpace() && Character::isNormalizedCanvasSpaceCharacter(character))
361 character = space;
362 else if (Character::treatAsSpace(character) && character != characterTabulation)
363 character
582 handleMultipleUChar( UChar32 character, unsigned clusterLength, const SimpleFontData* currentFontData, const UChar* currentCharacterPosition, const UChar* markCharactersEnd, const UChar* normalizedBufferEnd) argument
610 UChar32 character; member in struct:blink::CandidateRun
622 UChar32 character; local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp613 // Since this upper-cased character does not fit in an 8-bit string, we need to take the 16-bit path.
773 PassRefPtr<StringImpl> StringImpl::fill(UChar character) argument
775 if (!(character & ~0x7F)) {
779 data[i] = character;
785 data[i] = character;
1491 bool StringImpl::startsWith(UChar character) const
1493 return m_length && (*this)[0] == character;
1514 bool StringImpl::endsWith(UChar character) const
1516 return m_length && (*this)[m_length - 1] == character;
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc34 // The maximum number of scripts a Unicode character can belong to. This value
36 // character to belong to more scripts.
309 bool IsBracket(UChar32 character) { argument
312 return std::find(kBrackets, kBracketsEnd, character) != kBracketsEnd;
315 // Returns the boundary between a special and a regular character. Special
351 // Writes the script and the script extensions of the character with the
357 // Write the character's script property to the first element.
929 // The range may be empty if a portion of a multi-character grapheme is
1046 // prevent either an unusual character from forcing a fallback font on the
/external/chromium_org/v8/src/
H A Dunicode.cc26 // All access to the character table should go through this function.
44 * Look up a character in the unicode table using a mix of binary and
50 * about a character is around 10, slightly higher if there is no
51 * information available about the character.
90 // Look up the mapping for the given character in the specified table,
92 // mapping for multi-char mappings. The next parameter is the character
143 // Low bits 0 means a constant offset from the given character.
273 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local
277 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode;
285 *buffer++ = Utf16::LeadSurrogate(character);
313 uint32_t character = Utf8::ValueOf(stream, Utf8::kMaxEncodedSize, &cursor); local
[all...]
H A Disolate.cc1140 uint16_t character = src->Get(i); local
1141 PrintF("%c", character);
1142 if (character == '\n' && i < len - 2) {
H A Dfactory.cc416 // Returns true for a character in a range. Both limits are inclusive.
417 static inline bool Between(uint32_t character, uint32_t from, uint32_t to) { argument
419 return character - from <= to - from;
H A Djsregexp.h277 // will still be the same, but no character is in more than one range, and
281 // Negate the contents of a character range in canonical form.
324 // Used for mapping character ranges to choices.
505 // character was.
610 // character and that has no guards on it.
864 SIMPLE_CHARACTER_MATCH, // Case-dependent single character check.
866 CASE_CHARACTER_MATCH, // Case-independent single character check.
1208 // character one at a time. For example in the middle of the regexp
1224 // of the character frequencies in the inputs. This affects the assessment of
1270 void Set(int character);
1300 Set(int map_number, int character) argument
[all...]
H A Dapi.cc43 #include "src/scanner-character-streams.h"
4382 // Add in length 1 for each non-Latin1 character.
4386 // Add in length 1 for each character.
4571 static int WriteEndCharacter(uint16_t character, argument
4580 // exactly one character will be advanced.
4581 if (Utf16::IsSurrogatePair(last_character, character)) {
4583 character,
4593 character,
4598 // Copy over the character from temp_buffer.
4632 // Need enough space to write everything but one character
4651 uint16_t character = *chars++; local
4674 uint16_t character = *chars++; local
[all...]
H A Djsregexp.cc125 // In a 3-character pattern you can maximally step forwards 3 characters
775 // Examples of elements include character classes, plain strings
840 // * Choice nodes have 1-character lookahead.
841 // A choice node looks at the following character and eliminates some of
842 // the choices immediately based on that character. This is not yet
847 // implementation of this would push each character position onto the
954 void CountCharacter(int character) { argument
955 int index = (character & RegExpMacroAssembler::kTableMask);
974 explicit CharacterFrequency(int character) argument
975 : counter_(0), character_(character) { }
979 int character() { return character_; } function in class:v8::internal::FrequencyCollator::CharacterFrequency
1590 GetCaseIndependentLetters(Isolate* isolate, uc16 character, bool one_byte_subject, unibrow::uchar* letters) argument
3595 Set(int character) argument
5875 uc16 character = atom->data()[j]; local
[all...]
H A Dobjects.cc8014 uint16_t character = stream.GetNext(); local
8015 utf8_bytes += unibrow::Utf8::Length(character, last);
8016 last = character;
8031 uint16_t character = stream.GetNext(); local
8032 if (allow_nulls == DISALLOW_NULLS && character == 0) {
8033 character = ' ';
8036 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
8037 last = character;
8086 uint16_t character = stream.GetNext(); local
8087 result[i++] = character;
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h392 /* A name formed by a single character. */
518 int character; member in struct:demangle_component::__anon32526::__anon32536
/external/bison/src/
H A Dparse-gram.c347 unsigned char character; member in union:GRAM_STYPE
1116 { fputs (char_name (((*yyvaluep).character)), stderr); };
2859 (yyval.symbol) = symbol_get (char_name ((yyvsp[(1) - (1)].character)), (yylsp[(1) - (1)]));
2861 symbol_user_token_number_set ((yyval.symbol), (yyvsp[(1) - (1)].character), (yylsp[(1) - (1)]));
3194 /* Stop on last actual character. */
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp209 // In order to make it fast, we only check if the first character of the
366 // Note: box->end() returns the index of the last character, not the index past it
449 // Note: box->end() returns the index of the last character, not the index past it
1071 // If the first character in the run is breakable, then we consider ourselves to have a beginning
1087 // breakable character boolean. Pre can only be broken if we encounter a newline.
1698 inline bool isHangulLVT(UChar32 character) argument
1700 return (character - HANGUL_SYLLABLE_START) % HANGUL_JONGSEONG_COUNT;
1722 UChar32 character; local
1730 UChar32 character = text.characterStartingAt(current); local
1736 if (isRegionalIndicator(character))
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc82 // Returns true if |menu| doesn't have a mnemonic and first character of the its
2009 bool MenuController::SelectByChar(base::char16 character) { argument
2010 base::char16 char_array[] = { character, 0 };
2028 item->GetSubmenu()->GetTextInputClient()->InsertChar(character, 0);
2030 // If no mnemonics found, look at first character of titles.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2896 ULayoutType character; member in struct:OrientationStructTag
2944 const ULayoutType expectedCO = toTest[i].character;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h123 NPCharacterEvent character; member in union:_NPPepperEvent::__anon14624
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2897 ULayoutType character; member in struct:OrientationStructTag
2945 const ULayoutType expectedCO = toTest[i].character;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp91 unsigned length = N - 1; // Ignore the trailing null character
4837 // and are terminated by the given terminator character
4868 // terminated by the given terminator character
7554 UChar character = value->string[i]; local
7555 if (character < 0x20 || character > 0x7E)
7754 char buffer[maxCSSPropertyNameLength + 1]; // 1 for null character
7759 return CSSPropertyInvalid; // illegal character
7801 char buffer[maxCSSValueKeywordLength + 1]; // 1 for null character
7806 return CSSValueInvalid; // illegal character
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c435 * C Widechar character (wint_t)
693 * The character currently being processed.
754 * UNIX98 says "in a locale where the radix character is not defined,
755 * the radix character defaults to a period (.)"
800 TRIO_ARGS1((character),
801 TRIO_CONST char character)
804 switch (character)
1437 * character from format
2358 * Output a single character of a string
2519 * Output a wide character strin
799 TrioIsQualifier(character), TRIO_CONST char character argument
[all...]
/external/libxml2/
H A Dtrio.c439 * C Widechar character (wint_t)
697 * The character currently being processed.
758 * UNIX98 says "in a locale where the radix character is not defined,
759 * the radix character defaults to a period (.)"
804 TRIO_ARGS1((character),
805 TRIO_CONST char character)
808 switch (character)
1441 * character from format
2362 * Output a single character of a string
2523 * Output a wide character strin
803 TrioIsQualifier(character), TRIO_CONST char character argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp230 // c) Characters in the compatibility area (i.e. with character code greater than #xF900 and less than #xFFFE) are not allowed in XML names.
235 // h) Character #x0387 is added as a name character, because #x00B7 is its canonical equivalent.
4187 UChar32 character; member in struct:blink::ParseQualifiedNameResult
4190 ParseQualifiedNameResult(QualifiedNameStatus status, UChar32 character) : status(status), character(character) { } argument
4261 message.appendLiteral("contains the invalid name-start character '");
4262 message.append(returnValue.character);
4265 message.appendLiteral("contains the invalid character '");
4266 message.append(returnValue.character);
[all...]

Completed in 838 milliseconds

123456