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

<<31323334353637383940>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatadeletedataend.java 33 * of the character data.
35 * Retrieve the character data from the last child of the
39 * 30 thru position 35. The new value of the character data
characterdatadeletedatamiddle.java 33 * of the character data.
35 * Retrieve the character data from the last child of the
39 * 16 thru position 24. The new value of the character data
hc_characterdataappenddata.java 32 * of the character data of the node.
34 * Retrieve the character data from the second child
37 * the specified data to the already existing character
hc_characterdatadeletedatabegining.java 33 * of the character data.
34 * Retrieve the character data from the last child of the
38 * 0 thru position 16. The new value of the character data
hc_characterdatadeletedataend.java 33 * of the character data.
35 * Retrieve the character data from the last child of the
39 * 30 thru position 35. The new value of the character data
hc_characterdatadeletedatamiddle.java 33 * of the character data.
35 * Retrieve the character data from the last child of the
39 * 16 thru position 24. The new value of the character data
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 50 * Pos points to the next readable character. End is one greater than the
51 * last readable character. When {@code pos == end}, the buffer is empty and
238 * Reads a single character from this reader and returns it with the two
240 * character from the buffer. If there are no characters available in the
241 * buffer, it fills the buffer and then returns a character. It returns -1
244 * @return the character read or -1 if the end of the source reader has been
271 * at {@code offset} in the character array {@code buffer}. Returns the
347 * Peeks at the next input character, refilling the buffer if necessary. If
348 * this character is a newline character ("\n"), it is discarded
    [all...]
FilterWriter.java 83 * the index of the first character in {@code buffer} to write.
97 * Writes the specified character {@code oneChar} to the target writer. Only the
120 * the index of the first character in {@code str} to write.
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 63 * to edit the character content of the original XML document.</p>
75 * Return the character position where the current document event ends.
80 * to edit the character content of the original XML document.</p>
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
Array.java 80 // form character representation part
85 (Character.isISOControl(currentChar) ? '.' : currentChar));
90 // Add character representation for each line
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 54 case U_REGEX_OCTAL_TOO_BIG: return "Octal character constants must be <= 0377.";
55 case U_REGEX_MISSING_CLOSE_BRACKET: return "Missing closing bracket in character class";
56 case U_REGEX_INVALID_RANGE: return "In a character range [x-y], x is greater than y";
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 239 * characters - '?'). Transliteration from non-latin characters to latin character will be
277 // The current character index in displayName
281 // The current character in the query we are trying to match the displayName against
304 // Failed to match the current character in the query.
306 // Case 1: Failed to match the first character in the query. Skip to the next
309 // Case 2: Previous characters in the query matched, but the current character
313 // Case 3: Previous characters in the query matched, but the current character
317 // Yo-Yoghurt because the query match would fail on the 3rd character, and
348 // we matched the first character.
359 // this means there is at least one character left after the separato
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 119 && Character.getType(c) != Character.START_PUNCTUATION) {
125 // We are now on the character that precedes any starting punctuation, so in the most
138 if (!Character.isSpaceChar(prevChar) && prevChar != Constants.CODE_TAB) break;
141 if (j <= 0 || Character.isWhitespace(prevChar)) {
178 && Character.getType(c) != Character.END_PUNCTUATION) {
233 if (Character.isLetter(c)) {
235 } else if (Character.isWhitespace(c)) {
242 if (Character.isLetter(c))
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 65 // Find the starting position for the buffer of those 2-character Chinese word
66 // whose first character is the given Chinese character.
splparser.h 39 // If splstr starts with a character not in ['a'-z'] (it is a split char),
46 // convert single-character Yunmus into half ids, while this function converts
86 // If splstr starts with a character not in [a-zA-Z] (it is a split char),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DbQueryUtils.java 117 * The ESCAPE clause is required and no default exists as the escape character in this context.
118 * Since the escape character needs to be defined as part of the sql string, it must be
123 * @param escapeChar The escape character to be defined in the sql ESCAPE clause.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 192 system identifier, byte stream (possibly with character encoding
193 information) and/or the character stream of an entity.
227 """Sets the character encoding of this InputSource.
233 InputSource also contains a character stream."""
237 "Get the character encoding of this InputSource."
242 not perform byte-to-character conversion) for this input
245 The SAX parser will ignore this if there is also a character
249 If the application knows the character encoding of the byte
256 The getEncoding method will return the character encoding for
261 """Set the character stream for this input source. (The strea
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 192 system identifier, byte stream (possibly with character encoding
193 information) and/or the character stream of an entity.
227 """Sets the character encoding of this InputSource.
233 InputSource also contains a character stream."""
237 "Get the character encoding of this InputSource."
242 not perform byte-to-character conversion) for this input
245 The SAX parser will ignore this if there is also a character
249 If the application knows the character encoding of the byte
256 The getEncoding method will return the character encoding for
261 """Set the character stream for this input source. (The strea
    [all...]
  /system/core/include/utils/
PropertyMap.h 40 * The '\' character is reserved for escape sequences and is not currently supported.
41 * The '"" character is reserved for quoting and is not currently supported.
42 * Files that contain the '\' or '"' character will fail to parse.
  /system/core/sh/
parser.h 38 #define CTL_FIRST '\201' /* first 'special' character */
39 #define CTLESC '\201' /* escape next character */
49 #define CTL_LAST '\211' /* last 'special' character */
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 48 * - rdx : Currently loaded character(s) as ASCII or UC16. Must be loaded
53 * Please notice that this is the byte offset, not the character
56 * - rsi : End of input (points to byte after last character in input),
57 * so that rsi+rdi points to the current character.
62 * only 32-bit values. Most are offsets from some base (e.g., character
86 * - start of input (address of first character in string)
87 * - start index (character index of start)
92 * - Offset of location before start of input (effectively character
101 * "character -1" in the string (i.e., char_size() bytes before the first
102 * character of the string). The remaining registers starts out uninitialized
    [all...]
  /external/chromium/base/i18n/
rtl.h 64 // character with strong directionality in the string. If no character in the
66 // character types L, LRE, LRO, R, AL, RLE, and RLO are considered as strong
101 // Returns true if the string contains at least one character with strong right
102 // to left directionality; that is, a character with either R or AL Unicode
103 // BiDi character type.
  /external/chromium/googleurl/src/
url_canon_query.cc 37 // not unescape any character. It does not reject any escape sequence (be they
44 // well, with each character in the input being converted to UTF-8. It is the
48 // are converted to the invalid character and sent as unescaped UTF-8 (0xef,
61 // doesn't) with the "invalid character," and we will escape it.
101 // character. This is what we want so we don't have to check for error.
123 // Easy: the input can just appended with no character set conversions.
  /external/chromium_org/base/i18n/
rtl.h 68 // character with strong directionality in the string. If no character in the
70 // character types L, LRE, LRO, R, AL, RLE, and RLO are considered as strong
111 // Returns true if the string contains at least one character with strong right
112 // to left directionality; that is, a character with either R or AL Unicode
113 // BiDi character type.
  /external/chromium_org/chrome/browser/performance_monitor/
key_builder.cc 21 // character as a mapping, rather than the enum of the metric or event itself,
25 // Once a character mapping has been set for a metric or event, do not change
26 // its value! New character mappings should be greater than 34 (ASCII characters
28 // for the 'Undefined' character mapping). Do not repeat values within the
118 // character mappings.
142 // Generate the reverse map for easy look-up between event character mappings

Completed in 625 milliseconds

<<31323334353637383940>>