HomeSort by relevance Sort by last modified time
    Searched refs:character (Results 151 - 175 of 548) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Support/
Twine.cpp 76 OS << Ptr.character;
126 OS << "char:\"" << Ptr.character << "\"";
  /external/openssl/crypto/asn1/
charmap.pl 8 # Each set bit represents a character property.
10 # RFC2253 character properties
11 my $RFC2253_ESC = 1; # Character escaped with \
12 my $ESC_CTRL = 2; # Escaped control character
15 my $PSTRING_CHAR = 0x10; # Valid PrintableString character
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
68 * Mask of various character properties
  /frameworks/base/data/keyboards/
common.mk 15 # This is the list of framework provided keylayouts and key character maps to include.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 54 getbaseclasses(character)
121 'cha ' : character,
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names_unittest1.cc 27 /* The character set is not based on ISO-646. */
28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 221 static inline UChar normalizeSpaces(UChar character)
223 if (treatAsSpace(character))
226 if (treatAsZeroWidthSpace(character))
229 return character;
SimpleFontData.cpp 122 // every character and the space are the same width. Otherwise we round.
161 Glyph SimpleFontData::glyphForCharacter(UChar32 character) const
163 GlyphPageTreeNode* node = GlyphPageTreeNode::getRootChild(this, character / GlyphPage::size);
164 return node->page() ? node->page()->glyphAt(character % GlyphPage::size) : 0;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) {
348 if (character < 0 || character > 255) {
351 return data_->ReadUByte(character + Offset::kFormat0GlyphIdArray);
466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) {
467 if (character > 0xffff) {
471 uint32_t c = ToBE32(character);
507 int32_t CMapTable::CMapFormat2::BytesConsumed(int32_t character) {
508 uint32_t c = ToBE32(character);
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-900966.js 32 // Test that the fast case character-at stub handles an out-of-bound
34 // the character-at stub.
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) {
348 if (character < 0 || character > 255) {
351 return data_->ReadUByte(character + Offset::kFormat0GlyphIdArray);
466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) {
467 if (character > 0xffff) {
471 uint32_t c = ToBE32(character);
507 int32_t CMapTable::CMapFormat2::BytesConsumed(int32_t character) {
508 uint32_t c = ToBE32(character);
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) {
    [all...]
  /external/v8/test/mjsunit/regress/
regress-900966.js 32 // Test that the fast case character-at stub handles an out-of-bound
34 // the character-at stub.
  /libcore/json/src/main/java/org/json/
JSONTokener.java 42 * with a newline character.
68 * The index of the next character to be returned by {@link #next}. When
170 * Advances the position until after the next newline character. If the line
186 * character escape sequences encountered along the way. The opening quote
202 /* the index of the first character not yet appended to the builder. */
234 * Unescapes the character identified by the character or characters that
236 * been read. This supports both unicode escapes "u000A" and two-character
333 * a newline character. This does not consume the excluded character
    [all...]
  /external/bison/src/
scan-gram.l 112 historically almost any character is allowed in a tag. We disallow
136 /* Where containing comment or string or character literal started,
295 ngettext ("invalid character", "invalid characters", yyleng),
381 ngettext ("invalid character in bracketed name",
467 | Scanning a Bison character literal, decoding its escapes. |
476 val->character = last_string[0];
481 warn_at (*loc, _("empty character literal"));
483 val->character = '\'';
486 warn_at (*loc, _("extra characters in character literal"));
497 val->character = last_string[0]
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_x.cc 222 uint16 character = ui::GetCharacterFromXEvent(&event); local
224 if (!character)
227 *text = UTF16ToUTF8(string16(1, character));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 50 - (id)initWithFont:(const WebCore::Font*)font character:(UChar32)character;
56 - (id)initWithFont:(const WebCore::Font*)font character:(UChar32)character
62 _character = character;
203 RetainPtr<WebCascadeList> cascadeList(AdoptNS, [[WebCascadeList alloc] initWithFont:&m_font character:baseCharacter]);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 240 if (event.character != 0 && !(withAlt || withCtrl)) {
254 lowEvent.character = event.character;
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 115 ALOGE("Error %d opening key character map file %s.", status, filename.string());
130 ALOGE("Error %d opening key character map.", status);
143 ALOGE("Error allocating key character map.");
153 ALOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
235 result = behavior->character;
272 // Try to find the most general behavior that maps to this character.
276 if (behavior->character) {
278 if (behavior->character == chars[i]) {
279 result = behavior->character;
306 ALOGD("getEvents: deviceId=%d, chars=[%s] ~ Failed to find mapping for character %d."
584 char16_t character = parcel->readInt32(); local
929 char16_t character; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 126 that mis-handled the character 255 in input. (it was being compared
140 radix character in programs and command line arguments regardless of
177 reinstated. in theory awk will now do character comparisons
186 a single character and RS is not empty, \n is NOT a separator.
198 locales, using strcoll and iswhatever tests for posix character
202 tested on non-ascii character sets by me.
246 added support for posix character class names like [:digit:],
259 other 1-character botches, now fixed, include a bare $ and a
279 permit \n explicitly in character classes; won't work right
394 could split $0 on every character, a misleading diversion
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 60 char character = matchingRegion.charAt(i);
62 if (character == '.' || Character.isLowerCase(character)
63 || Character.isDigit(character)) {
64 buffer.append(character);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk.cc 276 // Gets the corresponding control character of a specified key code. See:
362 // We need to treat the enter key as a key press of character \r. This
371 // If ctrl key is pressed down, then control character shall be input.
389 WebKeyboardEvent WebKeyboardEventBuilder::Build(wchar_t character,
401 result.windowsKeyCode = character;
402 result.nativeKeyCode = character;
403 result.text[0] = character;
404 result.unmodifiedText[0] = character;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryGtk.cpp 309 // Gets the corresponding control character of a specified key code. See:
386 // We need to treat the enter key as a key press of character \r. This
394 // If ctrl key is pressed down, then control character shall be input.
417 WebKeyboardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds)
428 result.windowsKeyCode = character;
429 result.nativeKeyCode = character;
430 result.text[0] = character;
431 result.unmodifiedText[0] = character;
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 40 uint32 output_char; // the character to be inserted if the filter is matched.
124 // composes the character represented by the last two elements of the entry.
198 // If you are checking with a sequence of length N beginning with character C,
359 // Converts |character| to UTF16 string.
360 // Returns false when |character| is not a valid character.
361 bool UTF32CharacterToUTF16(uint32 character, string16* output) {
363 // Reject invalid character. (e.g. codepoint greater than 0x10ffff)
364 if (!CBU_IS_UNICODE_CHAR(character))
366 if (character) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 385 size_t find(LChar character, unsigned start = 0);
386 size_t find(char character, unsigned start = 0);
387 size_t find(UChar character, unsigned start = 0);
438 // This number must be at least 2 to avoid sharing empty, null as well as 1 character strings from SmallStrings.
568 // beyond the current character.
632 inline size_t StringImpl::find(LChar character, unsigned start)
635 return WTF::find(characters8(), m_length, character, start);
636 return WTF::find(characters16(), m_length, character, start);
639 ALWAYS_INLINE size_t StringImpl::find(char character, unsigned start)
641 return find(static_cast<LChar>(character), start)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 139 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
186 character = ubrk_open(UBRK_CHARACTER, "en_US", text, u_strlen(text), &status);
188 log_err("FAIL: Error in ubrk_open() for character breakiterator: %s\n", myErrorName(status));
192 log_verbose("PASS: Successfully opened character breakiterator\n");
266 log_verbose("\nTesting the functions for character\n");
267 ubrk_first(character);
268 pos = ubrk_following(character, 5);
270 log_err("error ubrk_following(character,5) did not return 6\n");
271 log_verbose("Following (character,5) = %d\n", (int32_t)pos);
272 pos=ubrk_following(character, 18)
    [all...]
  /external/chromium_org/v8/src/
unicode.cc 49 // All access to the character table should go through this function.
67 * Look up a character in the unicode table using a mix of binary and
73 * about a character is around 10, slightly higher if there is no
74 * information available about the character.
113 // Look up the mapping for the given character in the specified table,
115 // mapping for multi-char mappings. The next parameter is the character
166 // Low bits 0 means a constant offset from the given character.
296 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local
300 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode;
308 *buffer++ = Utf16::LeadSurrogate(character);
336 uint32_t character = Utf8::ValueOf(stream, Utf8::kMaxEncodedSize, &cursor); local
    [all...]

Completed in 2631 milliseconds

1 2 3 4 5 67 8 91011>>