Searched defs:character (Results 76 - 91 of 91) sorted by relevance

1234

/external/libxml2/
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/v8/src/
H A Dheap.cc2579 // Allocate cache for single character ASCII strings.
2957 // Returns true for a character in a range. Both limits are inclusive.
2958 static inline bool Between(uint32_t character, uint32_t from, uint32_t to) { argument
2960 return character - from <= to - from;
4329 uint32_t character = buffer->GetNext(); local
4330 if (character > unibrow::Utf16::kMaxNonSurrogateCharCode) {
4331 answer->Set(i++, unibrow::Utf16::LeadSurrogate(character));
4332 answer->Set(i++, unibrow::Utf16::TrailSurrogate(character));
4334 answer->Set(i++, character);
H A Djsregexp.cc614 // Examples of elements include character classes, plain strings
679 // * Choice nodes have 1-character lookahead.
680 // A choice node looks at the following character and eliminates some of
681 // the choices immediately based on that character. This is not yet
686 // implementation of this would push each character position onto the
1204 // of the negative submatch and restore the character position.
1362 uc16 character,
1366 isolate->jsregexp_uncanonicalize()->get(character, '\0', letters);
1370 letters[0] = character;
1373 if (!ascii_subject || character <
1361 GetCaseIndependentLetters(Isolate* isolate, uc16 character, bool ascii_subject, unibrow::uchar* letters) argument
[all...]
H A Dapi.cc54 #include "scanner-character-streams.h"
3721 uint16_t character = data[i]; local
3723 unibrow::Utf8::Encode(current, character, previous_character);
3724 previous_character = character;
3734 uint16_t character = data[i]; local
3736 unibrow::Utf8::Encode(current, character, previous_character);
3737 previous_character = character;
H A Dobjects.cc6057 uint16_t character = buffer->GetNext(); local
6058 utf8_bytes += unibrow::Utf8::Length(character, last);
6059 last = character;
6075 uint16_t character = buffer->GetNext(); local
6076 if (allow_nulls == DISALLOW_NULLS && character == 0) {
6077 character = ' ';
6080 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
6081 last = character;
6135 uint16_t character = buffer->GetNext(); local
6136 result[i++] = character;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 274 milliseconds

1234