Searched defs:character (Results 1 - 25 of 100) sorted by last modified time

1234

/external/valgrind/coregrind/m_demangle/
H A Ddemangle.h449 /* A name formed by a single character. */
586 int character; member in struct:demangle_component::__anon24591::__anon24601
/external/v8/src/runtime/
H A Druntime-test.cc570 uint16_t character = stream.GetNext(); local
571 PrintF("%c", character);
/external/v8/src/
H A Dstring-search.h152 // Both pattern and subject are UC16. Reduce character to equivalence class.
200 inline uint8_t GetHighestValueByte(uc16 character) { argument
201 return Max(static_cast<uint8_t>(character & 0xFF),
202 static_cast<uint8_t>(character >> 8));
206 inline uint8_t GetHighestValueByte(uint8_t character) { return character; } argument
465 // compared to reading each character exactly once.
487 // of character equivalence class is the one registered.
488 // Notice: Doesn't include the last character.
525 // the common case of the first character no
[all...]
H A Dunicode-decoder.cc24 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local
28 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode;
36 *buffer++ = Utf16::LeadSurrogate(character);
37 *buffer++ = Utf16::TrailSurrogate(character);
39 *buffer++ = character;
42 // Just wrote last character of buffer
66 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local
72 if (character > unibrow::Utf16::kMaxNonSurrogateCharCode) {
73 *data++ = Utf16::LeadSurrogate(character);
74 *data++ = Utf16::TrailSurrogate(character);
[all...]
H A Duri.cc37 // The replacement character is at codepoint U+FFFD in the Unicode Specials
314 uint16_t character = vector[i]; local
317 if (character == '%' && i <= length - 6 && vector[i + 1] == 'u' &&
322 } else if (character == '%' && i <= length - 3 &&
328 return character;
H A Dapi.cc53 #include "src/parsing/scanner-character-streams.h"
5466 // Add in length 1 for each non-Latin1 character.
5470 // Add in length 1 for each character.
5655 static int WriteEndCharacter(uint16_t character, argument
5663 // exactly one character will be advanced.
5664 if (unibrow::Utf16::IsSurrogatePair(last_character, character)) {
5665 int written = unibrow::Utf8::Encode(buffer, character, last_character,
5673 int written = unibrow::Utf8::Encode(temp_buffer, character,
5678 // Copy over the character from temp_buffer.
5712 // Need enough space to write everything but one character
5732 uint16_t character = *chars++; local
5753 uint16_t character = *chars++; local
[all...]
H A Dassembler.cc1541 void* libc_memchr(void* string, int character, size_t search_length) { argument
1542 return memchr(string, character, search_length);
H A Ddateparser.h48 // InputReader provides basic string parsing and character classification.
61 // Advance to the next character of the string.
173 bool IsUnknown(int character) { argument
174 return IsUnknown() && value_ == character;
H A Dfactory.cc583 // Returns true for a character in a range. Both limits are inclusive.
584 static inline bool Between(uint32_t character, uint32_t from, uint32_t to) { argument
586 return character - from <= to - from;
H A Disolate.cc1058 uint16_t character = src->Get(i); local
1059 PrintF("%c", character);
1060 if (character == '\n' && i < len - 2) {
H A Dobjects.cc10353 // or the 'I' character ('Infinity'). All of that have codes not greater
10452 uint16_t character = stream.GetNext(); local
10453 utf8_bytes += unibrow::Utf8::Length(character, last);
10454 last = character;
10469 uint16_t character = stream.GetNext(); local
10470 if (allow_nulls == DISALLOW_NULLS && character == 0) {
10471 character = ' ';
10474 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
10475 last = character;
10890 // Include one character beyon
[all...]
/external/v8/src/builtins/
H A Dbuiltins-string.cc31 // Compute the effective offset of the first character.
226 // Compute the effective offset of the first character.
252 // Advance to next character.
328 // Compute the effective offset of the first character.
360 // Advance to next character.
472 // Load the character code at the {position} from the {receiver}.
475 // And return the single character string with only that {code}
484 // Load the character code at the {position} from the {receiver}.
513 // Single argument case, perform fast single character string cache lookup
514 // for one-byte code units, or fall back to creating a single character
1988 ToUpperOverflows(uc32 character) argument
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/v8/src/inspector/
H A Dstring-16.cc75 sourceExhausted, // partial character in source, but hit end
257 UChar32 character = 0; local
262 character += static_cast<unsigned char>(*sequence++);
263 character <<= 6;
265 character += static_cast<unsigned char>(*sequence++);
266 character <<= 6;
268 character += static_cast<unsigned char>(*sequence++);
269 character <<= 6;
271 character += static_cast<unsigned char>(*sequence++);
272 character <<
304 UChar32 character = readUTF8Sequence(source, utf8SequenceLength); local
[all...]
/external/v8/src/regexp/
H A Djsregexp.cc104 // In a 3-character pattern you can maximally step forwards 3 characters
747 // Examples of elements include character classes, plain strings
812 // * Choice nodes have 1-character lookahead.
813 // A choice node looks at the following character and eliminates some of
814 // the choices immediately based on that character. This is not yet
819 // implementation of this would push each character position onto the
926 void CountCharacter(int character) { argument
927 int index = (character & RegExpMacroAssembler::kTableMask);
946 explicit CharacterFrequency(int character) argument
947 : counter_(0), character_(character) { }
951 int character() { return character_; } function in class:v8::internal::FrequencyCollator::CharacterFrequency
1608 GetCaseIndependentLetters(Isolate* isolate, uc16 character, bool one_byte_subject, unibrow::uchar* letters) argument
3632 Set(int character) argument
6428 uc16 character = atom->data()[j]; local
[all...]
H A Djsregexp.h213 // Used for mapping character ranges to choices.
273 // Categorizes character ranges into BMP, non-BMP, lead, and trail surrogates.
367 // character was.
472 // character and that has no guards on it.
676 // Create TextNode for a single character class for the given ranges.
708 SIMPLE_CHARACTER_MATCH, // Case-dependent single character check.
710 CASE_CHARACTER_MATCH, // Case-independent single character check.
1045 // character one at a time. For example in the middle of the regexp
1061 // of the character frequencies in the inputs. This affects the assessment of
1107 void Set(int character);
1137 Set(int map_number, int character) argument
[all...]
H A Dregexp-macro-assembler-tracer.cc188 explicit PrintablePrinter(uc16 character) : character_(character) { } argument
H A Dregexp-parser.cc88 // Advance so that position() points to 1-after-the-last-character. This is
490 // reading the backslash as a literal character instead
643 // noncapturing parentheses and can skip character classes and backslash-escaped
1271 // For compatibility with JSC, inside a character class. We also accept
1290 // character instead of as starting an escape.
1309 // to the specification) as a 1..3 digit octal character code.
1311 // With /u, decimal escape is not interpreted as octal character code.
1387 // Adds range or pre-defined character class to character ranges.
1416 ReportError(CStrVector("Invalid property name in character clas
1631 AddEscapedUnicodeCharacter(uc32 character) argument
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp212 // advance past the terminating null character, ever
219 // Eat the character
222 // Check for \r\n sequence, and treat this as a single character
233 // Eat the character
237 // character. (Yes, this bizarre thing does occur still
245 // Eat the character
266 { p +=3; ++col; } // A normal character.
279 // Eat the 1 to 4 byte utf8 character.
371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag ) argument
373 //assert( character >
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/src/test/java/org/testng/
H A DAssertTest.java159 char character; field in class:AssertTest.Asymmetric
161 Asymmetric(int integer, char character) { argument
163 this.character = character;
174 if (character != that.character) return false;
182 result = 31 * result + (int) character;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTwine.h109 /// A char value, to render as a character.
145 char character; member in union:llvm::Twine::Child
308 LHS.character = Val;
314 LHS.character = static_cast<char>(Val);
320 LHS.character = static_cast<char>(Val);
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
H A Dbios_console.c50 /** Current character attribute */
148 * Print a character to BIOS console
150 * @v character Character to be printed
152 static void bios_putchar ( int character ) {
156 character = ansiesc_process ( &bios_ansiesc_ctx, character );
157 if ( character < 0 )
160 /* Print character with attribute */
170 /* Print character */
177 : "a" ( character ), "
239 unsigned int character; local
[all...]
/external/syslinux/gpxe/src/core/
H A Dconsole.c11 * Write a single character to each console device.
13 * @v character Character to be written
17 * The character is written out to all enabled console devices, using
21 void putchar ( int character ) {
25 if ( character == '\n' )
30 console->putchar ( character );
60 * Read a single character from any console.
63 * @ret character Character read from a console.
66 * A character will be read from the first enabled console device that
77 * The character rea
82 int character; local
[all...]

Completed in 557 milliseconds

1234