/libcore/luni/src/main/java/java/lang/ |
Byte.java | 185 * character \u002d ('-') is recognized as the minus sign. 199 * radix. The ASCII character \u002d ('-') is recognized as the minus sign. 209 * {@code radix < Character.MIN_RADIX || 210 * radix > Character.MAX_RADIX}. 278 * {@code radix < Character.MIN_RADIX || 279 * radix > Character.MAX_RADIX}.
|
Short.java | 184 * character \u002d ('-') is recognized as the minus sign. 198 * radix. The ASCII character \u002d ('-') is recognized as the minus sign. 208 * {@code radix < Character.MIN_RADIX || 209 * radix > Character.MAX_RADIX}. 274 * {@code radix < Character.MIN_RADIX || 275 * radix > Character.MAX_RADIX}.
|
/libcore/luni/src/main/java/java/util/logging/ |
Handler.java | 35 // the character encoding used by this handler 171 * Gets the character encoding used by this handler, {@code null} for 174 * @return the character encoding used by this handler. 258 * Sets the character encoding used by this handler. A {@code null} value 263 * the character encoding to set. 281 * Sets the character encoding used by this handler, {@code null} indicates
|
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 233 * Receive notification of character data inside an element. 236 * method to take specific actions for each chunk of character data 241 * @param start The start position in the character array. 243 * character array. 264 * @param start The start position in the character array. 266 * character array.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
OpenWnnEngineEN.java | 115 if (Character.isLowerCase(c)) { 119 if (Character.isLowerCase(c)) { 120 word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1); 220 if (Character.isUpperCase(input.charAt(0))) { 221 if (input.length() > 1 && Character.isUpperCase(input.charAt(1))) {
|
/external/icu4c/common/unicode/ |
utext.h | 90 * it will always refer to the first position of the character, 95 * refer to any part of a multi-unit character representation are considered 97 * will be logically normalized to refer to the start of the character. 103 * interior of a character. 209 * UTF-8 sequence will be replaced by a single unicode replacement character, \uFFFD. 299 * @param ci A Character Iterator. 429 * character - one of the trail bytes of a UTF-8 sequence, for example - 443 * @param nativeIndex the native index of the character to be accessed. If the index points 444 * to other than the first unit of a multi-unit character, it will be adjusted 445 * to the start of the character [all...] |
unorm.h | 43 * several different ways in Unicode. For example, take the character A-acute. 44 * In Unicode, this can be encoded as a single character (the 59 * treated as the same "user-level" character "A with acute accent". When you are searching or 62 * accent. Sometimes the order of a character's combining accents is 74 * or as the single character 80 * The ffi ligature is not a distinct semantic character, and strictly speaking 82 * with existing character sets that already provided it. The Unicode standard 104 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character, 123 * Note also that most legacy character encodings use only precomposed forms and often do not 124 * encode any combining marks by themselves. For conversion to such character encodings th [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.inp | 397 * Macros and tables for character handling * 431 /* Common code for all repeated single character type matches */ 432 /* Common code for all repeated single-character matches. We can give 433 /* Common code for all repeated single-character matches. We can give 483 /* If req_char is set, we know that that character must appear in the subject 487 /* If we can't find the required character, break the matching loop */ 488 /* If we have found the required character, save the point where we 495 /* Match a character class, possibly repeatedly. Look past the end of the 496 /* Match a negated single character */ 497 /* Match a negated single character repeatedly. This is almost a repeat o [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 32 * which can be called if the character is not the high one in 40 * will answer if a character is in the encoding, and do so for a given 91 * of chars that form a single character, 118 * character formed by the high/low pair is in the encoding. 139 * If both parameters are null any character will be considered to 175 * a character that is in the encoding. 393 * We will say that any character is in the encoding if 412 * This is heart of the code that determines if a given character 442 // say that every character is in the encoding. 451 * surrogate pair forms a character that is in the given encoding [all...] |
/external/chromium/chrome/browser/history/ |
in_memory_url_index.h | 85 // insure that multi-byte character boundaries are detected when indexing the 92 // occurs as a portion of a composite character the next filtering step 93 // will eliminate such words except in the case where a single character 94 // is being searched on and which character occurs as the second char16 of a 205 // A map from character to word_ids. 216 // Support caching of term character results so that we can optimize 219 // character found in the search term, with each character being taken as 224 // subsequent character as the sets intersections are taken in an 264 // set. Updates the previously-typed-character cache [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.h | 385 size_t find(LChar character, unsigned start = 0); 386 size_t find(char character, unsigned start = 0); 387 size_t find(UChar character, unsigned start = 0); 438 // This number must be at least 2 to avoid sharing empty, null as well as 1 character strings from SmallStrings. 568 // beyond the current character. 632 inline size_t StringImpl::find(LChar character, unsigned start) 635 return WTF::find(characters8(), m_length, character, start); 636 return WTF::find(characters16(), m_length, character, start); 639 ALWAYS_INLINE size_t StringImpl::find(char character, unsigned start) 641 return find(static_cast<LChar>(character), start) [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
unorm.h | 43 * several different ways in Unicode. For example, take the character A-acute. 44 * In Unicode, this can be encoded as a single character (the 59 * treated as the same "user-level" character "A with acute accent". When you are searching or 62 * accent. Sometimes the order of a character's combining accents is 74 * or as the single character 80 * The ffi ligature is not a distinct semantic character, and strictly speaking 82 * with existing character sets that already provided it. The Unicode standard 104 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character, 123 * Note also that most legacy character encodings use only precomposed forms and often do not 124 * encode any combining marks by themselves. For conversion to such character encodings th [all...] |
/external/icu4c/layout/ |
KhmerReordering.cpp | 35 // they are also used to know where a character should be placed (location in reference to the base character) 36 // and also to know if a character, when independtly displayed, should be displayed with a dotted-circle to 58 // Character class tables 59 // _xx character does not combine into syllable, such as numbers, puntuation marks, non-Khmer signs... 98 // Below we define how a character in the input string is either in the khmerCharClasses table 242 // of component... for example, state 2 is a base, with is always a first character 244 // it is the first character that is analysed (in ground state). 262 // xx independent character, such as a number, punctuation sign or non-khmer char 278 // co coeng character (u17D2 [all...] |
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 48 * and ' ' is a special character.) 116 * whether space is a legal character or not. 133 * Allow characters with character codes 128 to 255. 297 * legal character. 368 * @param c character to test 369 * @return true if c is a whitespace character 386 * Check whether an individual character is legal. Uses the 389 * @return true if c is a legal character 834 * corresponding unescaped character. 873 * Test if a character is a hexidecimal digit. Both upper case and lowe [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 263 * the first character of the region. 265 * the first character after the end of the region. 398 * first character following that match in the input. Otherwise it searches 439 * Returns the index of the first character of the text that matched a given 445 * @return the character index. 455 * Returns the index of the first character following the text that matched 461 * @return the character index. 492 * Returns the index of the first character of the text that matched the 495 * @return the character index. 516 * Returns the index of the first character following the text that matche [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 46 /** A space character */ 49 /** Character style of underline */ 210 * Insert a character into the composing text. 212 * @param chars A array of character 218 /* if the character is a space, commit the composing text */ 223 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */ 237 * Insert a character into the composing text. 239 * @param charCode A character code 246 insertCharToComposingText(Character.toChars(charCode)); 600 /* do nothing if the character is not able to display or the character is dead key * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
regex | 81 * Specifies that the matching of regular expressions against a character 87 * Specifies that when a regular expression is matched against a character 102 * Specifies that character ranges of the form [a-b] should be locale 204 * The first character in the sequence [first, last) is treated as though it 205 * is not at the beginning of a line, so the character "^" in the regular 211 * The last character in the sequence [first, last) is treated as though it 212 * is not at the end of a line, so the character "$" in the regular 289 * During a search and replace operation, sections of the character 329 /** The expression contained an invalid character class name. */ 333 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
regex | 96 * Specifies that the matching of regular expressions against a character 102 * Specifies that when a regular expression is matched against a character 117 * Specifies that character ranges of the form [a-b] should be locale 221 * The first character in the sequence [first, last) is treated as though it 222 * is not at the beginning of a line, so the character (^) in the regular 228 * The last character in the sequence [first, last) is treated as though it 229 * is not at the end of a line, so the character ($) in the regular 306 * During a search and replace operation, sections of the character 346 /** The expression contained an invalid character class name. */ 350 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
regex | 96 * Specifies that the matching of regular expressions against a character 102 * Specifies that when a regular expression is matched against a character 117 * Specifies that character ranges of the form [a-b] should be locale 221 * The first character in the sequence [first, last) is treated as though it 222 * is not at the beginning of a line, so the character (^) in the regular 228 * The last character in the sequence [first, last) is treated as though it 229 * is not at the end of a line, so the character ($) in the regular 306 * During a search and replace operation, sections of the character 346 /** The expression contained an invalid character class name. */ 350 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 81 * Specifies that the matching of regular expressions against a character 87 * Specifies that when a regular expression is matched against a character 102 * Specifies that character ranges of the form [a-b] should be locale 204 * The first character in the sequence [first, last) is treated as though it 205 * is not at the beginning of a line, so the character "^" in the regular 211 * The last character in the sequence [first, last) is treated as though it 212 * is not at the end of a line, so the character "$" in the regular 289 * During a search and replace operation, sections of the character 329 /** The expression contained an invalid character class name. */ 333 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 81 * Specifies that the matching of regular expressions against a character 87 * Specifies that when a regular expression is matched against a character 102 * Specifies that character ranges of the form [a-b] should be locale 204 * The first character in the sequence [first, last) is treated as though it 205 * is not at the beginning of a line, so the character "^" in the regular 211 * The last character in the sequence [first, last) is treated as though it 212 * is not at the end of a line, so the character "$" in the regular 289 * During a search and replace operation, sections of the character 329 /** The expression contained an invalid character class name. */ 333 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 81 * Specifies that the matching of regular expressions against a character 87 * Specifies that when a regular expression is matched against a character 102 * Specifies that character ranges of the form [a-b] should be locale 204 * The first character in the sequence [first, last) is treated as though it 205 * is not at the beginning of a line, so the character "^" in the regular 211 * The last character in the sequence [first, last) is treated as though it 212 * is not at the end of a line, so the character "$" in the regular 289 * During a search and replace operation, sections of the character 329 /** The expression contained an invalid character class name. */ 333 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
regex | 81 * Specifies that the matching of regular expressions against a character 87 * Specifies that when a regular expression is matched against a character 102 * Specifies that character ranges of the form [a-b] should be locale 204 * The first character in the sequence [first, last) is treated as though it 205 * is not at the beginning of a line, so the character "^" in the regular 211 * The last character in the sequence [first, last) is treated as though it 212 * is not at the end of a line, so the character "$" in the regular 289 * During a search and replace operation, sections of the character 329 /** The expression contained an invalid character class name. */ 333 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
regex | 96 * Specifies that the matching of regular expressions against a character 102 * Specifies that when a regular expression is matched against a character 117 * Specifies that character ranges of the form [a-b] should be locale 221 * The first character in the sequence [first, last) is treated as though it 222 * is not at the beginning of a line, so the character (^) in the regular 228 * The last character in the sequence [first, last) is treated as though it 229 * is not at the end of a line, so the character ($) in the regular 306 * During a search and replace operation, sections of the character 346 /** The expression contained an invalid character class name. */ 350 * The expression contained an invalid escaped character, or a trailin [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ostream | 261 * character that would have been inserted is not extracted), or 262 * - an exception occurs while getting a character from @p __sb, which 292 * @param __c The character to insert. 317 * @brief Character string insertion. 453 * @brief Character inserters 455 * @param __c A character. 460 * status, this function inserts a single character and any required 464 * If @p __c is of type @c char and the character type of the stream is not 465 * @c char, the character is widened before insertion. 499 * @param __s A character string [all...] |