HomeSort by relevance Sort by last modified time
    Searched refs:Character (Results 151 - 175 of 598) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 33 * character" is used to mean "any character {@code c} for which {@code
45 public abstract class CharMatcher implements Predicate<Character> {
58 * Determines whether a character is whitespace according to the latest
73 * Determines whether a character is a breaking whitespace (that is,
86 * Determines whether a character is ASCII, meaning that its code point is
92 * Determines whether a character is a digit according to
110 * Determines whether a character is whitespace according to {@link
111 * Character#isWhitespace(char) Java's definition}; it is usually preferable
127 * Determines whether a character is a digit according to {@lin
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 33 * character" is used to mean "any character {@code c} for which {@code
45 public abstract class CharMatcher implements Predicate<Character> {
58 * Determines whether a character is whitespace according to the latest
73 * Determines whether a character is a breaking whitespace (that is,
86 * Determines whether a character is ASCII, meaning that its code point is
92 * Determines whether a character is a digit according to
110 * Determines whether a character is whitespace according to {@link
111 * Character#isWhitespace(char) Java's definition}; it is usually preferable
127 * Determines whether a character is a digit according to {@lin
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 27 * <p>Character data is kept up to date as Unicode evolves.
32 * <p>The Unicode specification, character tables, and other information are available at
41 * supplementary character are made up of a <i>high surrogate</i> with a value
50 * <p>Here's a list of the Unicode character categories and the corresponding Java constant,
100 public final class Character implements Serializable, Comparable<Character> {
106 * The minimum {@code Character} value.
111 * The maximum {@code Character} value.
129 public static final Class<Character> TYPE
130 = (Class<Character>) char[].class.getComponentType()
    [all...]
Integer.java 144 * optional sign character ("-" or "+") followed by a hexadecimal ("0x..."
350 * or {@code radix < Character.MIN_RADIX ||
351 * radix > Character.MAX_RADIX}.
354 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) {
394 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) {
408 int digit = Character.digit(string.charAt(offset++), radix);
495 * by {@code Character.MIN_RADIX} and {@code Character.MAX_RADIX} then 10 i
    [all...]
Long.java 130 * optional sign character ("-" or "+") followed by a hexadecimal ("0x..."
337 * {@code radix < Character.MIN_RADIX ||
338 * radix > Character.MAX_RADIX}.
341 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) {
361 int digit = Character.digit(string.charAt(offset++), radix);
407 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) {
481 * defined by {@code Character.MIN_RADIX} and {@code Character.MAX_RADIX
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 57 var data = java.lang.reflect.Array.newInstance(java.lang.Character.TYPE, size);
  /external/apache-http/src/org/apache/commons/codec/language/
SoundexUtils.java 47 if (Character.isLetter(str.charAt(i))) {
  /external/guava/guava-tests/test/com/google/common/primitives/
PrimitivesTest.java 68 Boolean.class, Byte.class, Character.class, Double.class,
  /external/hamcrest/library/src/org/hamcrest/text/
IsEqualIgnoringWhiteSpace.java 42 if (Character.isWhitespace(c)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
StyleEscapeFunction.java 51 if (Character.isLetterOrDigit(n)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
InlineRewriter.java 87 if (!Character.isWhitespace(s.charAt(i))) {
  /external/mockito/src/org/mockito/internal/matchers/
Equals.java 41 } else if (wanted instanceof Character) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
Encoding.java 110 if (Character.isSurrogatePair(ch, next)) {
128 * XML Character production.
129 * @return -1 if all of s is in the XML Character production.
142 if (i+1 < n && Character.isSurrogatePair(ch, s.charAt(i+1))) {
180 && Character.isSurrogatePair(
185 int codepoint = Character.toCodePoint(ch, next);
198 // Is a control character or possible full-width version of a
199 // special character.
201 // Elide since not an the XML Character.
  /external/proguard/src/proguard/io/
DataEntryObfuscator.java 84 if (!Character.isLetterOrDigit(c))
DataEntryRewriter.java 85 // Is the character part of a word?
87 if (Character.isJavaIdentifierPart(c) ||
100 // Write out the character that terminated it.
  /external/smack/src/org/xbill/DNS/
NSAPRecord.java 40 int value = Character.digit(c, 16);
X25Record.java 33 if (!Character.isDigit(c))
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/util/
ParamUtil.java 60 str, Character.toString(c)));
  /frameworks/base/core/java/android/util/
Patterns.java 229 char character = matchingRegion.charAt(i); local
231 if (character == '+' || Character.isDigit(character)) {
232 buffer.append(character);
  /frameworks/base/telephony/java/android/telephony/
JapanesePhoneNumberFormatter.java 189 if (!Character.isDigit(ch)) {
  /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
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
TextHighlighter.java 84 !Character.isLetterOrDigit(prefix.charAt(prefixStart))) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 27 import java.lang.Character.UnicodeBlock;
84 // the labeling of a Chinese character varies between Simplified,
128 int codePoint = Character.codePointAt(name, offset);
131 if (Character.isDigit(codePoint)) {
134 } else if (!Character.isSpaceChar(codePoint) &&
140 offset += Character.charCount(codePoint);
208 * with the Japanese character ? ("misc"). Japanese labels are:
212 // \u4ed6 is Japanese character ? ("misc")
221 // character '?').
227 // contain a character used in Japanese (which is why unified CJ
    [all...]
  /external/easymock/src/org/easymock/internal/
RecordState.java 46 emptyReturnValues.put(Character.TYPE, Character.valueOf((char)0));
59 primitiveToWrapperType.put(Character.TYPE, Character.class);
235 } else if (returnType.equals(Character.TYPE)) {
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 279 if (!Character.isLetter(string.charAt(i))) {
368 if (!Character.isDigit(ch)) {
374 num = Character.digit(ch, 10);
379 if (Character.isDigit(ch)) {
381 num = 10 * num + Character.digit(ch, 10);

Completed in 1166 milliseconds

1 2 3 4 5 67 8 91011>>