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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/stlport/src/
stlport.rc 35 /* Borland precompiler happen weird character when trying to transform a
36 * macro containing 0 in a character string so we use a workaround for this
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 57 getbaseclasses(character)
75 'cha ' : character,
  /external/chromium_org/third_party/icu/source/common/
ucnvscsu.c 40 SQU=0x0E, /* Quote a single Unicode character */
51 UQU=0xF0, /* Quote a single Unicode character */
211 /* Set the substitution character U+fffd as a Unicode string. */
262 /* sourceIndex=-1 if the current character began in the previous buffer */
293 /* write US-ASCII graphic character or DEL */
556 /* reset to deal with the next character */
638 /* write US-ASCII graphic character or DEL */
849 /* reset to deal with the next character */
873 * A character fits directly into the current mode, a dynamic or static window,
880 /* get the number of the window that this character is in, or -1 *
    [all...]
bmpset.h 44 * Span the initial substring for which each character c has spanCondition==contains(c).
51 * Span the trailing substring for which each character c has spanCondition==contains(c).
58 * Span the initial substring for which each character c has spanCondition==contains(c).
65 * Span the trailing substring for which each character c has spanCondition==contains(c).
86 * @param c a character in a subrange of MIN_VALUE..MAX_VALUE
97 * One byte per ASCII character, or trail byte in lead position.
  /external/icu4c/common/
ucnvscsu.c 41 SQU=0x0E, /* Quote a single Unicode character */
52 UQU=0xF0, /* Quote a single Unicode character */
212 /* Set the substitution character U+fffd as a Unicode string. */
263 /* sourceIndex=-1 if the current character began in the previous buffer */
294 /* write US-ASCII graphic character or DEL */
557 /* reset to deal with the next character */
639 /* write US-ASCII graphic character or DEL */
850 /* reset to deal with the next character */
874 * A character fits directly into the current mode, a dynamic or static window,
881 /* get the number of the window that this character is in, or -1 *
    [all...]
bmpset.h 44 * Span the initial substring for which each character c has spanCondition==contains(c).
51 * Span the trailing substring for which each character c has spanCondition==contains(c).
58 * Span the initial substring for which each character c has spanCondition==contains(c).
65 * Span the trailing substring for which each character c has spanCondition==contains(c).
86 * @param c a character in a subrange of MIN_VALUE..MAX_VALUE
97 * One byte per ASCII character, or trail byte in lead position.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 106 * non-whitespace character; {@code null} otherwise. See comment in {@link
131 * @param string the non-null character sequence to look in
132 * @param chars a non-null character sequence containing the set of characters
135 * @param fromIndex the index of the first character to examine in the input
154 * struct if a use-case of very large character sets exists.
156 Set<Character> charSet = Collections.emptySet();
164 charSet = new HashSet<Character>();
196 * @param delims the delimiter characters. Each character in the
233 * @param delims the delimiter characters. Each character in the string
270 * (defined by Character.isWhitespace(char), in addition to the character
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 107 * non-whitespace character; {@code null} otherwise. See comment in {@link
132 * @param string the non-null character sequence to look in
133 * @param chars a non-null character sequence containing the set of characters
136 * @param fromIndex the index of the first character to examine in the input
155 * struct if a use-case of very large character sets exists.
157 Set<Character> charSet = Collections.emptySet();
165 charSet = new HashSet<Character>();
197 * @param delims the delimiter characters. Each character in the
234 * @param delims the delimiter characters. Each character in the string
271 * (defined by Character.isWhitespace(char), in addition to the character
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraTests.java 35 * character array. Another native method it provides is to create a native
157 * image into a native character array and constructs a native image class
158 * with this character array. This method currently supports conversion
164 * the character array.
171 * contains the debug output as a character array.
190 * character array back to Bitmap and copy it to the debug output of this
  /dalvik/libdex/
DexUtf.h 27 * Retrieve the next UTF-16 character from a UTF-8 string.
29 * Advances "*pUtf8Ptr" to the start of the next character.
78 /* Return whether the pointed-at modified-UTF-8 encoded character is
80 * the consumed character. This will consume two encoded UTF-16 code
81 * points if the character is encoded as a surrogate pair. Also, if
95 * It's a multibyte encoded character. Call a non-inline function
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 63 * provide an internationalized mapping for a non-Western character set.
67 * a given character
134 * Returns the mapping code for a given character. The mapping codes are
140 * @return A character (really a numeral) to return for the given char
143 if (!Character.isLetter(c)) {
146 return this.soundexMapping[Character.toUpperCase(c) - 'A'];
  /external/chromium_org/chrome/browser/resources/net_internals/
source_filter_parser.js 137 * '-'. Extra whitespace other than a single character after each element is
155 // character to the element.
160 // If there's an unescaped quote character, toggle |inQuote| without
164 // If not in a quote and have a whitespace character, that's the
168 // If this is the first character, and it's a '-', this entry is
172 // Otherwise, add the next character to the element.
  /external/chromium_org/third_party/re2/util/
strutil.cc 35 // Note that if we emit \xNN and the src character after that is a hex
37 // interpreted as part of the character code by C.
73 // We can increment the last character in the string and be done
74 // unless that character is 255, in which case we have to erase the
75 // last character and increment the previous character, unless that
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h 20 * the specified character using the system's default language. This function
24 * @param uni The unicode character to use for the lookup.
25 * @param name The family name of the font file containing the unicode character
33 * the specified character taking into account the provided language. This
37 * @param uni The unicode character to use for the lookup.
42 * @param name The family name of the font file containing the unicode character
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 30 # a character set containing the keys in ACCENTED_STRINGS
32 # To be safe, we assume every character following a backslash is an escaped
33 # character. We also need to consider the case like "\\n", which means
34 # a blackslash and a character "n", we will accent the character "n".
58 # an html special character not part of a special sequence
  /external/chromium_org/url/
url_canon_query.cc 12 // not unescape any character. It does not reject any escape sequence (be they
19 // well, with each character in the input being converted to UTF-8. It is the
23 // are converted to the invalid character and sent as unescaped UTF-8 (0xef,
36 // doesn't) with the "invalid character," and we will escape it.
76 // character. This is what we want so we don't have to check for error.
98 // Easy: the input can just appended with no character set conversions.
  /external/guava/guava/src/com/google/common/io/
Resources.java 67 * {@link InputStreamReader} that read a URL using the given character set.
70 * @param charset the character set used when reading the URL contents
91 * character set.
94 * @param charset the character set used when reading the URL
107 * @param charset the character set used when reading the URL
123 * @param charset the character set used when writing the file
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongsTest.java 119 for (int radix = Character.MIN_RADIX; radix <= Character.MAX_RADIX; radix++) {
137 // Valid radix values are Character.MIN_RADIX to Character.MAX_RADIX,
140 UnsignedLongs.parseUnsignedLong("0", Character.MIN_RADIX - 1);
147 UnsignedLongs.parseUnsignedLong("0", Character.MAX_RADIX + 1);
  /external/hyphenation/
README.nonstandard 5 character changes at hyphenation points. For example,
77 Arbitrary character sequence. Equal sign (=) signs hyphenation points
86 - In UTF-8 encoding, use Unicode character positions: össze/sz=sz,2,3
89 - Cut: length of the removed character sequence in the original word.
90 - In UTF-8 encoding, use Unicode character length: paral·1lel/l=l,5,3
105 character positions for non-standard hyphenation:
  /external/llvm/include/llvm/ADT/
StringRef.h 34 /// StringRef - Represent a constant reference to a string, i.e. a character
38 /// situations where the character data resides in some other buffer, whose
115 /// front - Get the first character in the string.
121 /// back - Get the last character in the string.
164 /// \param AllowReplacements whether to allow character
165 /// replacements (change one character into another) as a single
173 /// \returns the minimum number of character insertions, removals,
223 /// Search for the first character \p C in the string.
240 /// Search for the last character \p C in the string.
261 /// Find the first character in the string that is \p C, or npos if no
    [all...]
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 86 return Character.isLowerCase(ch) || Character.isUpperCase(ch);
95 return Character.isDigit(ch);
106 return Character.isLowerCase(ch) ||
107 Character.isUpperCase(ch) ||
108 Character.isDigit(ch);
  /external/qemu/
gen-charmap.py 91 print "character expected in: " + line
97 print "character expected in: " + line
103 print "character expected in: " + line
109 print "character expected in: " + line
115 print "character expected in: " + line
121 print "character expected in: " + line
  /external/regex-re2/util/
strutil.cc 35 // Note that if we emit \xNN and the src character after that is a hex
37 // interpreted as part of the character code by C.
73 // We can increment the last character in the string and be done
74 // unless that character is 255, in which case we have to erase the
75 // last character and increment the previous character, unless that
  /external/skia/include/ports/
SkTypeface_android.h 20 * the specified character using the system's default language. This function
24 * @param uni The unicode character to use for the lookup.
25 * @param name The family name of the font file containing the unicode character
33 * the specified character taking into account the provided language. This
37 * @param uni The unicode character to use for the lookup.
42 * @param name The family name of the font file containing the unicode character
  /frameworks/base/core/java/android/text/
LoginFilter.java 55 // for each invalid character.
68 // Character allowed.
87 // for each invalid character.
108 * Called whenever we encounter an invalid character.
109 * @param c the invalid character
123 * Returns whether or not we allow character c.

Completed in 503 milliseconds

<<31323334353637383940>>