/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdatagetdata.java | 31 * The "getData()" method retrieves the character data 33 * Retrieve the character data from the second child 35 * method. The method returns the character data
|
hc_characterdatagetdata.java | 31 * The "getData()" method retrieves the character data 33 * Retrieve the character data from the second child 35 * method. The method returns the character data
|
/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...] |
/libcore/luni/src/main/java/java/lang/ |
CaseMapper.java | 58 if (ch == LATIN_CAPITAL_I_WITH_DOT || Character.isHighSurrogate(ch)) { 64 newCh = Character.toLowerCase(ch); 90 if (!(Character.isLowerCase(previous) || Character.isUpperCase(previous) || Character.isTitleCase(previous))) { 97 if (Character.isLowerCase(next) || Character.isUpperCase(next) || Character.isTitleCase(next)) { 104 * Return the index of the specified character into the upperValues table. 107 * are used, the third character in the table is \u0000 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
wcsnrtombs.inc | 44 /* Invalid character - wcrtomb() sets errno. */ 67 * character is too long for the buffer. 75 /* MB sequence for character won't fit. */
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
PercentEscaper.java | 38 * <li>If {@code plusForSpace} was specified, the space character " " is 41 * encoding and each byte is then represented by the 3-character string 51 * in a context that does not allow the unescaped character to appear.</i> 53 * <p>For performance reasons the only currently supported character encoding of 95 * If true we should convert space to the {@code +} character. 108 * handling of the space character. 127 // space is a safe character then setting plusForSpace is meaningless. 130 "plusForSpace cannot be specified when space is a 'safe' character"); 134 "The '%' character cannot be specified as 'safe'"); 141 * Creates a boolean[] with entries corresponding to the character value [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
PercentEscaper.java | 39 * <li>If {@code plusForSpace} was specified, the space character " " is 42 * encoding and each byte is then represented by the 3-character string 52 * in a context that does not allow the unescaped character to appear.</i> 54 * <p>For performance reasons the only currently supported character encoding of 96 * If true we should convert space to the {@code +} character. 109 * handling of the space character. 128 // space is a safe character then setting plusForSpace is meaningless. 131 "plusForSpace cannot be specified when space is a 'safe' character"); 135 "The '%' character cannot be specified as 'safe'"); 142 * Creates a boolean[] with entries corresponding to the character value [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
LatinImeLoggerUtils.java | 43 for (int i = 0; i < length; i = Character.offsetByCodePoints(separator, i, 1)) { 44 int codePoint = Character.codePointAt(separator, i); 59 // smileys and other multi-character keys.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 75 * Insert character(s). 77 * This event input specified character({@code chars}) into the cursor position. 82 * Toggle a character. 84 * This event changes a character at cursor position with specified rule({@code toggleMap}). 90 * Replace a character at the cursor. 268 /** Input character(s) */ 300 * Generate {@link OpenWnnEvent} for a inputing character 303 * @param c The inputing character 314 * @param c The array of inputing character 321 * Generate {@link OpenWnnEvent} for toggle inputing a character [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pg.h | 10 The pg driver provides a simple character device interface for 32 read and write buffers contain a single character "magic" flag. 33 Currently this flag must be the character "P".
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ttychars.h | 41 char tc_erase; /* erase last character */ 54 char tc_lnextc; /* literal next character */ 58 #include <sys/ttydefaults.h> /* to pick up character defaults */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 10 The pg driver provides a simple character device interface for 32 read and write buffers contain a single character "magic" flag. 33 Currently this flag must be the character "P".
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ttychars.h | 41 char tc_erase; /* erase last character */ 54 char tc_lnextc; /* literal next character */ 58 #include <sys/ttydefaults.h> /* to pick up character defaults */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 10 The pg driver provides a simple character device interface for 32 read and write buffers contain a single character "magic" flag. 33 Currently this flag must be the character "P".
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ttychars.h | 41 char tc_erase; /* erase last character */ 54 char tc_lnextc; /* literal next character */ 58 #include <sys/ttydefaults.h> /* to pick up character defaults */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 60 * pair of character sequences: one for input, and one for output. 71 * other representations for character sequences, such as external 104 * to write (to put, or to store a character value, into the sequence). 108 * next (preceding) element to store a character that is put back 113 * next element to read (to get, or to obtain a character value, 289 * @brief Getting the next character. 290 * @return The next character, or eof. 306 * @brief Getting the next character. 307 * @return The next character, or eof. 309 * If the input read position is available, returns that character [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 60 * pair of character sequences: one for input, and one for output. 71 * other representations for character sequences, such as external 104 * to write (to put, or to store a character value, into the sequence). 108 * next (preceding) element to store a character that is put back 113 * next element to read (to get, or to obtain a character value, 289 * @brief Getting the next character. 290 * @return The next character, or eof. 306 * @brief Getting the next character. 307 * @return The next character, or eof. 309 * If the input read position is available, returns that character [all...] |
/external/chromium_org/google_apis/gaia/ |
oauth_request_signer.cc | 141 char character = *cursor; local 144 switch (character) { 155 keyword += character; 159 switch (character) { 164 keyword += character; 169 switch (character) { 179 value += character; 304 char character = *cursor; local 305 if (character == '%') { 329 accumulator += character; 342 char character = *cursor; local [all...] |
/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/guava/guava-tests/test/com/google/common/collect/ |
TreeBasedTableTest.java | 120 private TreeBasedTable<String, Integer, Character> sortedTable; 122 protected TreeBasedTable<String, Integer, Character> create( 126 TreeBasedTable<String, Integer, Character> table = 135 @Override protected TreeBasedTable<String, Integer, Character> create( 137 TreeBasedTable<String, Integer, Character> table = TreeBasedTable.create(); 157 TreeBasedTable<String, Integer, Character> original = TreeBasedTable.create( 285 Map<String, Map<Integer, Character>> map 296 Map<String, Map<Integer, Character>> map 308 Map<String, Map<Integer, Character>> map 386 SortedMap<Integer, Character> row = sortedTable.row("c") [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_ios.h | 58 * @tparam _CharT Type of character stream. 59 * @tparam _Traits Traits for character type, defaults to 358 * @brief Retrieves the @a empty character. 359 * @return The current fill character. 375 * @brief Sets a new @a empty character. 376 * @param __ch The new character. 377 * @return The previous fill character. 379 * The fill character is used to fill out space when P+ characters 408 * @param __c The character to narrow. 409 * @param __dfault The character to narrow [all...] |
basic_string.h | 51 * @brief Managing sequences of characters and character-like objects. 56 * @tparam _CharT Type of character 57 * @tparam _Traits Traits for character type, defaults to 83 * Where the _M_p points to the first character in the string, and 95 * The reason you want _M_data pointing to the character %array and 167 // with a terminating character and m _CharT elements, it'd 459 * @param __pos Index of first character to copy from. 467 * @param __pos Index of first character to copy from. 475 * @brief Construct string initialized by a character %array. 476 * @param __s Source character %array [all...] |
/external/bison/darwin-lib/ |
string.h | 611 GB18030 and the character to be searched is a digit. */ 614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " 771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " 776 /* Find the first occurrence in S of any character in ACCEPT. */ 803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " 820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 827 GB18030 and the character to be searched is a digit. */ 830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " [all...] |
/external/bison/linux-lib/ |
string.h | 611 GB18030 and the character to be searched is a digit. */ 614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " 771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " 776 /* Find the first occurrence in S of any character in ACCEPT. */ 803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " 820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 827 GB18030 and the character to be searched is a digit. */ 830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " [all...] |
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 74 private HashMap<Character,Format> formatStart; 106 this.formatStart = new HashMap<Character,Format>(); 139 Character.isWhitespace(text.charAt(3))) { 252 * Looks for a music track (\u266B is first character, everything else is 326 /** Determines if this is an allowable domain character. */ 328 return c == '-' || Character.isLetter(c) || Character.isDigit(c); 388 // also be a punctuation character. 391 if (Character.isDigit(ch)) { 394 Character.isDigit(text.charAt(index))) [all...] |