HomeSort by relevance Sort by last modified time
    Searched full:character (Results 976 - 1000 of 10114) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FileUtils.js 326 var character = source[index];
328 if (character === "\\")
330 else if (character === "\"")
333 if (character === "\"")
335 else if (character === "{")
337 else if (character === "}") {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 93 PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDescription& fontDescription, UChar32 character, const SimpleFontData* fontDataToSubstitute, bool disallowSynthetics)
99 if (character <= 0xFFFF) {
100 codeUnits[0] = character;
103 codeUnits[0] = U16_LEAD(character);
104 codeUnits[1] = U16_TRAIL(character);
158 && [[bestVariation coveredCharacterSet] longCharacterIsMember:character]))
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 63 * to do this is to use the ISO-8859-1 character set, which corresponds to
77 // both of the above character sets.
79 "Java VM does not support a standard character set.", e);
98 "Java VM does not support a standard character set.", e);
113 * 3-byte sequences that would map to a surrogate character, in
117 * but currently (2011) still accepts 3-byte surrogate character
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 98 // generated by this code without removing any character.
103 int32_t character = it->first; local
105 if (character != last_chararacter + 1) { // new segment
110 // start_code = character
116 Segment(character, -1, 0, last_offset);
120 last_chararacter = character;
  /external/chromium_org/v8/src/
unicode.h 45 * character.
71 // that either have no mapping or map to a single character independent
72 // of context. Characters that map to more than one character or that
139 // Returns 0 if character does not convert to single latin-1 character
140 // or if the character doesn't not convert back to latin-1 via inverse
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 52 Comments are delimited by a semicolon (';') or a hash ('#') character
54 line character.
58 apply: "\en" (for the newline character),
59 "\et" (for the tab character), "\eb" (for the backspace character),
60 and "\e\e" (for the backslash character).
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 47 * Basic Bullet Character
72 // throw (new UnsupportedOperationException("Kinematic character nodes cannot have mesh or compound collision shapes"));
87 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Clearing Character {0}", Long.toHexString(objectId));
91 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Creating Character {0}", Long.toHexString(characterId));
101 * Sets the location of this physics character
203 // throw (new UnsupportedOperationException("Kinematic character nodes cannot have mesh collision shapes"));
  /external/openssh/
match.c 69 /* If next character in pattern is known, optimize. */
72 * Look instances of the next character in
84 * Move ahead one character at a time and try to
94 * There must be at least one more character in the string.
100 /* Check if the next character of the string is acceptable. */
104 /* Move to the next character, both in string and in pattern. */
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 98 // generated by this code without removing any character.
103 int32_t character = it->first; local
105 if (character != last_chararacter + 1) { // new segment
110 // start_code = character
116 Segment(character, -1, 0, last_offset);
120 last_chararacter = character;
  /external/valgrind/main/none/tests/s390x/
cu42.c 34 /* Invalid UTF-32 character */
128 /* No character will be written to BUFF, i.e. loop in jitted code
140 /* At least one character will be written to BUFF, i.e. loop in jitted
151 /* No character will be written to BUFF, i.e. loop in jitted code
174 // As conversion stops upon encountering an invalid character, we
175 // need to test each invalid character separately, to make sure it
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 77 * @param alphabet string containing the alphabet, with space as the first character.
89 mAlphabetArray[i] = Character.toString(mAlphabet.charAt(i));
124 * Default implementation compares the first character of word with letter.
170 String targetLetter = Character.toString(letter);
217 // String startingLetter = Character.toString(getFirstLetter(curName));
264 String targetLetter = Character.toString(letter);
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 30 * character like "\u0080" may be encoded to multiple octets like %C2%80.
63 throw new URISyntaxException(uri, "Illegal character in " + name, i);
81 throw new URISyntaxException(s, "Illegal character", i);
113 // this is an encoded 3-character sequence like "%20"
149 * character (U+fffd).
190 * Like {@link Character#digit}, but without support for non-ASCII
  /libcore/luni/src/main/java/org/w3c/dom/
Text.java 17 * and represents the textual content (termed <a href='http://www.w3.org/TR/2004/REC-xml-20040204#syntax'>character data</a> in XML) of an <code>Element</code> or <code>Attr</code>. If there is no
33 * escaped during serialization using character references; e.g. the
35 * an attribute, the character sequence "]]&gt;" when part of an element,
36 * the quotation mark character " or the apostrophe character ' when part of
62 * Returns whether this text node contains <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'>
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
alldiffs_index_additions.html 197 <nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.ALCHEMICAL_SYMBOLS" class="hiddenlink" target="rightframe">ALCHEMICAL_SYMBOLS</A>
208 <nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.ANCIENT_GREEK_MUSICAL_NOTATION" class="hiddenlink" target="rightframe">ANCIENT_GREEK_MUSICAL_NOTATION</A>
211 <nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.ANCIENT_GREEK_NUMBERS" class="hiddenlink" target="rightframe">ANCIENT_GREEK_NUMBERS</A>
214 <nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.ANCIENT_SYMBOLS" class="hiddenlink" target="rightframe">ANCIENT_SYMBOLS</A>
244 <nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.ARABIC_SUPPLEMENT" class="hiddenlink" target="rightframe">ARABIC_SUPPLEMENT</A
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 56 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
82 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 309 retval[i] = (byte) ((Character.digit(s.charAt(2*i + 6), 16) << 4)
310 + Character.digit(s.charAt(2*i + 7), 16));
311 retval[i + 1] = (byte) ((Character.digit(s.charAt(2*i + 4), 16) << 4)
312 + Character.digit(s.charAt(2*i + 5), 16));
313 retval[i + 2] = (byte) ((Character.digit(s.charAt(2*i + 2), 16) << 4)
314 + Character.digit(s.charAt(2*i + 3), 16));
315 retval[i + 3] = (byte) ((Character.digit(s.charAt(2*i), 16) << 4)
316 + Character.digit(s.charAt(2*i + 1), 16));
  /cts/tests/tests/text/src/android/text/cts/
TextUtils_SimpleStringSplitterTest.java 31 new SimpleStringSplitter(Character.MAX_VALUE);
33 new SimpleStringSplitter(Character.MIN_VALUE);
  /dalvik/tests/093-serialization/src/
Main.java 95 Character seven = '7';
98 public Character thing;
  /device/sample/sdk_addon/
manifest.ini 9 # any special characters. Also, the character ':' is forbidden.
10 # Mandatory character set: a-z A-Z 0-9 _.-
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStream.as 38 /** Get the ith character of lookahead. This is the same usually as
53 /** The index of the character relative to the beginning of the line 0..n-1 */
Token.as 42 /** The index of the first character relative to the beginning of the line 0..n-1 */
55 /** From what character stream was this token created? You don't have to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ICharStream.cs 47 * Get the ith character of lookahead. This is the same usually as
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
IToken.cs 53 /** <summary>The index of the first character relative to the beginning of the line 0..n-1</summary> */
85 * From what character stream was this token created? You don't have to
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 49 * Get the ith character of lookahead. This is the same usually as
65 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
IToken.cs 58 /** <summary>The index of the first character relative to the beginning of the line 0..n-1</summary> */
95 * From what character stream was this token created? You don't have to

Completed in 562 milliseconds

<<31323334353637383940>>