HomeSort by relevance Sort by last modified time
    Searched full:character (Results 401 - 425 of 12872) sorted by null

<<11121314151617181920>>

  /external/pcre/dist/
pcre_valid_utf8.c 41 /* This module contains an internal function for validating UTF-8 character
84 PCRE_UTF8_ERR11 5-byte character is not permitted by RFC 3629
85 PCRE_UTF8_ERR12 6-byte character is not permitted by RFC 3629
86 PCRE_UTF8_ERR13 4-byte character with value > 0x10ffff is not permitted
87 PCRE_UTF8_ERR14 3-byte character with value 0xd000-0xdfff is not permitted
93 PCRE_UTF8_ERR20 Isolated 0x80 byte (not within UTF-8 character)
95 PCRE_UTF8_ERR22 Unused (was non-character)
103 > 0 otherwise, setting the offset of the bad character
123 if (c < 128) continue; /* ASCII character */
159 /* 2-byte character. No further bytes to check for 0x80. Check first byt
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 51 * Null ('\0'): The all-zeros character which may serve to accomplish
61 * Start of Heading: A communication control character used at
64 * referred to as the "heading." An STX character has the effect of
72 * Start of Text: A communication control character which
83 * End of Text: A communication control character used to
92 * End of Transmission: A communication control character used
101 * Enquiry: A communication control character used in data
111 * Acknowledge: A communication control character transmitted
119 * Bell ('\a'): A character for use when there is a need to call for
148 * display devices.) Where appropriate, this character may have th
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 153 * Returns the character used for zero. Different for Arabic, etc.
154 * @return the character
197 * Sets the character used for zero.
198 * @param zeroDigit the zero character.
214 * Returns the character used to represent a significant digit in a pattern.
215 * @return the significant digit pattern character
222 * Sets the character used to represent a significant digit in a pattern.
223 * @param sigDigit the significant digit pattern character
230 * Returns the character used for thousands separator. Different for French, etc.
231 * @return the thousands character
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 161 * Returns the character used for zero. Different for Arabic, etc.
162 * @return the character
207 * Sets the character used for zero.
208 * @param zeroDigit the zero character.
225 * Returns the character used to represent a significant digit in a pattern.
226 * @return the significant digit pattern character
234 * Sets the character used to represent a significant digit in a pattern.
235 * @param sigDigit the significant digit pattern character
243 * Returns the character used for thousands separator. Different for French, etc.
244 * @return the thousands character
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
mac_arabic.py 1 """ Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
181 u'\x00' # 0x0000 -> CONTROL CHARACTER
182 u'\x01' # 0x0001 -> CONTROL CHARACTER
183 u'\x02' # 0x0002 -> CONTROL CHARACTER
184 u'\x03' # 0x0003 -> CONTROL CHARACTER
185 u'\x04' # 0x0004 -> CONTROL CHARACTER
186 u'\x05' # 0x0005 -> CONTROL CHARACTER
187 u'\x06' # 0x0006 -> CONTROL CHARACTER
188 u'\x07' # 0x0007 -> CONTROL CHARACTER
189 u'\x08' # 0x0008 -> CONTROL CHARACTER
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
mac_arabic.py 1 """ Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
181 u'\x00' # 0x0000 -> CONTROL CHARACTER
182 u'\x01' # 0x0001 -> CONTROL CHARACTER
183 u'\x02' # 0x0002 -> CONTROL CHARACTER
184 u'\x03' # 0x0003 -> CONTROL CHARACTER
185 u'\x04' # 0x0004 -> CONTROL CHARACTER
186 u'\x05' # 0x0005 -> CONTROL CHARACTER
187 u'\x06' # 0x0006 -> CONTROL CHARACTER
188 u'\x07' # 0x0007 -> CONTROL CHARACTER
189 u'\x08' # 0x0008 -> CONTROL CHARACTER
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
mac_arabic.py 1 """ Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
181 u'\x00' # 0x0000 -> CONTROL CHARACTER
182 u'\x01' # 0x0001 -> CONTROL CHARACTER
183 u'\x02' # 0x0002 -> CONTROL CHARACTER
184 u'\x03' # 0x0003 -> CONTROL CHARACTER
185 u'\x04' # 0x0004 -> CONTROL CHARACTER
186 u'\x05' # 0x0005 -> CONTROL CHARACTER
187 u'\x06' # 0x0006 -> CONTROL CHARACTER
188 u'\x07' # 0x0007 -> CONTROL CHARACTER
189 u'\x08' # 0x0008 -> CONTROL CHARACTER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mac_arabic.py 1 """ Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
181 u'\x00' # 0x0000 -> CONTROL CHARACTER
182 u'\x01' # 0x0001 -> CONTROL CHARACTER
183 u'\x02' # 0x0002 -> CONTROL CHARACTER
184 u'\x03' # 0x0003 -> CONTROL CHARACTER
185 u'\x04' # 0x0004 -> CONTROL CHARACTER
186 u'\x05' # 0x0005 -> CONTROL CHARACTER
187 u'\x06' # 0x0006 -> CONTROL CHARACTER
188 u'\x07' # 0x0007 -> CONTROL CHARACTER
189 u'\x08' # 0x0008 -> CONTROL CHARACTER
    [all...]
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 38 * Each byte read from the input stream is regarded as a character
40 * The character value is used to look up five possible attributes of
41 * the character: <i>white space</i>, <i>alphabetic</i>,
42 * <i>numeric</i>, <i>string quote</i>, and <i>comment character</i>.
43 * Each character can have zero or more of these attributes.
74 * The next character to be considered by the nextToken method. May also
75 * be NEED_CHAR to indicate that a new character should be read, or SKIP_LF
76 * to indicate that a new character should be read and, if it is a '\n'
77 * character, it should be discarded and a second new character should b
    [all...]
  /external/freetype/src/cff/
cf2font.h 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */
79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */
93 FT_Int darkenParams[8]; /* 1000 unit character space */
96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
97 CF2_Fixed stdHW; /* in character space; depends on dict entry */
98 CF2_Fixed darkenX; /* character space units */
  /external/icu/icu4c/source/common/
rbbisetb.h 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine
26 // character categories.
33 // Each of the non-overlapping character ranges gets one of these descriptors.
35 // (by character)
91 // character were encountered.
113 // Groups correspond to character categories -
util_props.cpp 23 * character to parse. On output, the character after the last
24 * parsed character.
72 * successful, the offset of the next non-space character is
76 * character matches one or more required spaces. A '~' character
77 * matches zero or more optional spaces. A '#' character matches
83 * @return the position after the last character parsed, or -1 if
136 * first character to examine. It must be less than str.length(),
137 * and it must not point to a whitespace character. That is, mus
    [all...]
  /external/icu/icu4c/source/layout/
HanLayoutEngine.h 78 * This method does Han OpenType character processing. It assigns the OpenType feature
82 * @param chars - the input character context
83 * @param offset - the index of the first character to process
90 * @param outChars - the output character arrayt
91 * @param charIndices - the output character index array
95 * @return the output character count
KhmerLayoutEngine.h 34 * This class overrides the characterProcessing method to do Khmer character processing
104 * This method does Khmer OpenType character processing. It assigns the OpenType feature
109 * @param chars - the input character context
110 * @param offset - the index of the first character to process
114 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
120 * @return the output character count
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.h 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */
79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */
93 FT_Int darkenParams[8]; /* 1000 unit character space */
96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
97 CF2_Fixed stdHW; /* in character space; depends on dict entry */
98 CF2_Fixed darkenX; /* character space units */
  /external/pdfium/public/
fpdf_text.h 53 // character has an index.
55 // first character in the page
61 // Get Unicode of a character in a page.
65 // index - Zero-based index of the character.
67 // The Unicode of the particular character.
68 // If a character is not encoded in Unicode and Foxit engine can't
76 // Get the font size of a particular character.
80 // index - Zero-based index of the character.
82 // The font size of the particular character, measured in points (about
90 // Get bounding box of a particular character
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2font.h 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */
79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */
93 FT_Int darkenParams[8]; /* 1000 unit character space */
96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
97 CF2_Fixed stdHW; /* in character space; depends on dict entry */
98 CF2_Fixed darkenX; /* character space units */
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 25 * Adapts {@link CharSequence} to an array of ASCII (7-bits per character)
51 * Adapts {@link CharSequence} to an array of ASCII (7-bits per character)
94 * Compares two character sequences for equality.
111 * Compares two character sequences with API like {@link Comparable#compareTo}.
124 if ((result = Character.toLowerCase(me.charAt(myPos++))
125 - Character.toLowerCase(another.charAt(anotherPos++))) != 0) {
  /external/pcre/dist/doc/html/
pcresyntax.html 19 <li><a name="TOC4" href="#SEC4">CHARACTER TYPES</a>
23 <li><a name="TOC8" href="#SEC8">CHARACTER CLASSES</a>
61 \a alarm, that is, the BEL character (hex 07)
62 \cx "control-x", where x is any ASCII character
68 \0dd character with octal code 0dd
69 \ddd character with octal code ddd, or backreference
70 \o{ddd..} character with octal code ddd..
71 \xhh character with hex code hh
72 \x{hhh..} character with hex code hhh..
77 <br><a name="SEC4" href="#TOC1">CHARACTER TYPES</a><br
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockScreenInfoTest.java 19 import java.lang.Character;
50 final String smiley = new String(Character.toChars(0x1F601));
51 final String phone = new String(Character.toChars(0x1F4F1));
  /cts/tests/tests/view/src/android/view/cts/
KeyboardShortcutInfoTest.java 34 assertEquals(Character.MIN_VALUE, info.getBaseCharacter());
43 TEST_LABEL, Character.MIN_VALUE, TEST_MODIFIERS);
85 assertEquals(Character.MIN_VALUE, result.getBaseCharacter());
  /development/ndk/platforms/android-23/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /external/bison/lib/
mbschr.c 1 /* Searching a string for a character.
25 /* Locate the first single-byte character C in the character string STRING,
mbsrchr.c 1 /* Searching a string for the last occurrence of a character.
25 /* Locate the last single-byte character C in the character string STRING,
wcwidth.c 1 /* Determine the number of screen columns needed for a character.
37 /* We assume that in a UTF-8 locale, a wide character is the same as a
38 Unicode character. */

Completed in 724 milliseconds

<<11121314151617181920>>