Searched
full:character (Results
1001 -
1025 of
10114) sorted by null
<<41424344454647484950>>
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CharStream.java | 40 /** Get the ith character of lookahead. This is the same usually as 55 /** The index of the character relative to the beginning of the line 0..n-1 */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCharStream.h | 36 /** Get the ith character of lookahead. This is the same usually as 49 // The index of the character relative to the beginning of the line 0..n-1
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCharStream.h | 36 /** Get the ith character of lookahead. This is the same usually as 49 // The index of the character relative to the beginning of the line 0..n-1
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCharStream.h | 36 /** Get the ith character of lookahead. This is the same usually as 49 // The index of the character relative to the beginning of the line 0..n-1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCharStream.h | 36 /** Get the ith character of lookahead. This is the same usually as 47 // The index of the character relative to the beginning of the line 0..n-1
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 216 # What is the index of the current character of lookahead? 255 $msg = 'mismatched character ' 260 $msg = 'no viable alternative at character ' . $self->get_char_error_display($e->get_c()); 262 $msg = 'required (...)+ loop did not match anything at character ' 265 $msg = 'mismatched character ' . $self->get_char_error_display($e->get_c()) 268 $msg = 'mismatched character ' . $self->get_char_error_display($e->get_c()) 271 $msg = 'mismatched character ' . $self->get_char_error_display($e->get_c()) 300 # a token, so do the easy thing and just kill a character and hope
|
/external/apache-harmony/support/src/test/resources/config/ |
excludes.xsd | 20 * any meaningful character value that is based on 50 * character data.
|
/external/bison/lib/ |
c-strcase.h | 24 /* The functions defined in this file assume the "C" locale and a character 27 character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it
|
mbswidth.h | 40 character. Otherwise, assume invalid characters have width 1. */ 43 /* If this bit is set, return -1 upon finding a non-printable character.
|
/external/chromium/base/ |
vlog.h | 66 // exactly one character while * matches 0 or more characters. Also, 67 // as a special case, a / or \ character matches either / or \.
|
/external/chromium/chrome/common/ |
multi_process_lock_linux.cc | 58 // Must set the first character of the path to something non-zero 63 // Reset the first character of the path back to zero so that
|
/external/chromium/third_party/libjingle/source/talk/base/ |
base64.h | 35 DO_TERM_CHAR = 32, // May terminate at any character boundary 36 DO_TERM_ANY = 48, // May terminate at a sub-character bit offset
|
/external/chromium_org/base/ |
vlog.h | 64 // exactly one character while * matches 0 or more characters. Also, 65 // as a special case, a / or \ character matches either / or \.
|
/external/chromium_org/chrome/common/ |
multi_process_lock_linux.cc | 56 // Must set the first character of the path to something non-zero 61 // Reset the first character of the path back to zero so that
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
TranslateUtil.java | 44 // click there. Clicking on any character of the link will work so instead of focusing on 45 // the beginning of the link we add one more character so that finding a valid coordinate
|
/external/chromium_org/content/public/browser/ |
native_web_keyboard_event.h | 28 wchar_t character, 36 NativeWebKeyboardEvent(wchar_t character,
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
plain-text-paste.html | 42 <td><i>full path to 3.gif, starting with a / character</i></td> 46 <td><i>full path to 4.txt, starting with a / character</i></td>
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTToken.h | 40 Character, 55 return VTTToken(Type::Character, characterData);
|
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/ |
ClipboardUtilitiesPosix.cpp | 34 // On POSIX systems, the typical filename length limit is 255 character units. HFS+'s limit is 56 // Truncate an overly-long filename, reserving one character for a dot.
|
ClipboardUtilitiesWin.cpp | 40 // Returns true if the specified character is not valid in a file name. This 69 // Truncate overly-long filenames, reserving one character for a dot.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontFallbackWin.h | 55 // Return a font family that can render |character| based on what script 59 PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextBoundaries.cpp | 69 // We stop searching when the character preceeding the break 81 // We stop searching when the character following the break
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseFirstEOL.pl | 34 $title = "parseFirstEOL: Line without a line ending character"; 35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title);
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_unilib_windows.cc | 11 // Table of UTF-8 character lengths, based on first byte 24 // Return length of a single UTF-8 source character
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2font.c | 47 /* Compute a stem darkening amount in character space. */ 72 /* convert from true character space to 1000 unit character space; */ 96 * Total darkening amount is computed in 1000 unit character space 127 /* character space */ 131 /* add synthetic emboldening effect in character space */ 148 /* character space units */ 222 /* darkening amount is computed in character space */
|
Completed in 789 milliseconds
<<41424344454647484950>>