HomeSort by relevance Sort by last modified time
    Searched full:character (Results 451 - 475 of 12872) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 17 * Token type of the EOF character.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncTranslate.java 64 // Didn't find the character in the second string, so it
71 // OK, there's a corresponding character in the
78 // There's no corresponding character in the
80 // second string. In this case, the character
  /external/autotest/client/tests/spew/
control 9 on character devices, block devices, and file systems. It is similar
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js 45 //NOTE: if we have pending character token make it's end location equal to the
55 //NOTE: if we have character token and it's location wasn't set in the _emitCurrentToken(),
58 //NOTE: we don't need to increment preprocessor position, since character token
59 //emission is always forced by the start of the next character token here.
  /external/chromium-trace/catapult/third_party/vinn/vinn/
base64_compat.js 58 // Get next character.
60 // Character found in table? initialize bit storage and add its
64 // convert the first 8 bits to one ascii character.
67 // Try to find character in table (0-63, not found => -1).
  /external/clang/test/Parser/
objc-boxing.m 20 return @((const char *)"constant character pointer");
  /external/clang/test/Sema/
ms_wide_predefined_expr.cpp 4 // Wide character predefined identifiers
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
InjectedThing.java 35 @Inject Provider<Character> charProvider;
44 @Inject Lazy<Character> lazyChar;
53 @Inject Character boxedChar;
104 Provider<Character> charProvider,
113 Lazy<Character> lazyChar,
122 Character boxedChar,
172 @Inject void charProvider(Provider<Character> charProvider) {}
181 @Inject void lazyChar(Lazy<Character> lazyChar) {}
190 @Inject void boxedChar(Character boxedChar) {}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/
ModelMessages.properties 1 CharacterPropertyEditor_notValid="{0}" is not a valid character.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ReplaceableUCharacterIterator.java 82 * Returns the current UTF16 character.
83 * @return current UTF16 character
113 return Character.toCodePoint((char)ch, (char)ch2);
136 * Returns next UTF16 character and increments the iterator's currentIndex by 1.
140 * @return next UTF16 character in text or DONE if the new currentIndex is off the
152 * Returns previous UTF16 character and decrements the iterator's currentIndex by
156 * @return next UTF16 character in text or DONE if the new currentIndex is off the
168 * single UTF16 character at currentIndex.
173 * @returns the character at the specified currentIndex or DONE if the specified
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
RecordWriter.java 17 void character(String name, char value); method in interface:RecordWriter
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
UTF16Util.java 259 * @param char16 the input character.
260 * @return true iff the input character is a surrogate.
270 * Determines whether the character is a trail surrogate.
271 * @param char16 the input character.
272 * @return true iff the input character is a trail surrogate.
282 * Determines whether the character is a lead surrogate.
283 * @param char16 the input character.
284 * @return true iff the input character is a lead surrogate
300 * character will be returned. If a complete supplementary character is
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestCharacter.java 32 "Character Property and UTF16 Tests");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerData.java 31 * Gets the combining class of a character from the
32 * Unicode Character Database.
33 * @param ch the source character
43 * @param first first character (e.g. 'c')
44 * @param second second character (e.g. \u0327 cedilla)
53 * Gets recursive decomposition of a character from the
54 * Unicode Character Database.
59 * @param ch the source character
133 * Tells whether character is script-excluded or not.
  /external/icu/icu4c/source/data/translit/
en.txt 21 "%Translit%UnicodeChar" { "Unicode Character" }
  /external/icu/icu4c/source/layout/
DefaultCharMapper.h 21 * implements control character filtering and bidi
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 80 * Returns the current UTF16 character.
81 * @return current UTF16 character
111 return Character.toCodePoint((char)ch, (char)ch2);
134 * Returns next UTF16 character and increments the iterator's currentIndex by 1.
138 * @return next UTF16 character in text or DONE if the new currentIndex is off the
150 * Returns previous UTF16 character and decrements the iterator's currentIndex by
154 * @return next UTF16 character in text or DONE if the new currentIndex is off the
166 * single UTF16 character at currentIndex.
171 * @returns the character at the specified currentIndex or DONE if the specified
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
RecordWriter.java 16 void character(String name, char value); method in interface:RecordWriter
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerData.java 30 * Gets the combining class of a character from the
31 * Unicode Character Database.
32 * @param ch the source character
42 * @param first first character (e.g. 'c')
43 * @param second second character (e.g. \u0327 cedilla)
52 * Gets recursive decomposition of a character from the
53 * Unicode Character Database.
58 * @param ch the source character
132 * Tells whether character is script-excluded or not.
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 258 * @param char16 the input character.
259 * @return true iff the input character is a surrogate.
269 * Determines whether the character is a trail surrogate.
270 * @param char16 the input character.
271 * @return true iff the input character is a trail surrogate.
281 * Determines whether the character is a lead surrogate.
282 * @param char16 the input character.
283 * @return true iff the input character is a lead surrogate
299 * character will be returned. If a complete supplementary character is
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonicalCharacterData.java 26 Record(int character, int script)
28 String char32 = UCharacter.toString(character);
32 composed = character;
52 dumpEquivalents(character, equivs);
87 private void dumpEquivalents(int character, Vector equivs)
91 System.out.println(Utility.hex(character, 6) + " - " + count + ":");
120 public void add(int character)
122 int script = UScript.getScript(character);
129 recordVector.add(new Record(character, script));
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
Executor.java 26 public void character(char c); method in interface:Executor.CharCallback
35 callback.character(log.charAt(i));
37 callback.character('\n');
60 callback.character((char)c);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
OnscreenKeyboardTest.java 61 public boolean keyTyped (char character) {
62 if (character == '\b' && text.length() >= 1) {
64 } else if (character == '\n') {
67 text += character;
  /external/libxml2/result/errors/
attr4.xml.err 1 ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
  /external/libxml2/test/catalogs/
catal3.sgml 6 PUBLIC "-//OASIS//ENTITIES DocBook XML Character Entities V4.1//EN" "dbcent.mod"

Completed in 789 milliseconds

<<11121314151617181920>>