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

<<11121314151617181920>>

  /external/chromium_org/third_party/re2/util/
rune.cc 55 * one character sequence
65 * two character sequence
82 * three character sequence
97 * four character sequence (21-bit value)
131 * one character sequence
141 * two character sequence
160 * three character sequence
171 * four character sequence (21-bit value)
  /external/chromium_org/tools/grit/grit/
pseudo.py 21 character Qof. It looks sort of like a latin character "p" but it is outside
22 the latin-1 character set which will stress character encoding bugs.
32 # Hebrew character Qof. It looks kind of like a 'p' but is outside
33 # the latin-1 character set which is good for our purposes.
35 # a better solution, i.e. one that introduces a non-latin1 character into the
69 function will also change capital P characters into a Hebrew character Qof.
  /external/chromium_org/ui/gfx/
selection_model.h 40 // 1. If pointing to the right half of the cell of a LTR character, the current
41 // position must be set after this character and the caret must be displayed
42 // after this character.
43 // 2. If pointing to the right half of the cell of a RTL character, the current
44 // position must be set before this character and the caret must be displayed
45 // before this character.
55 // information to specify to which character the visual cursor is bound. This
93 // character it is attached to for display purposes. This matters only when
text_constants.h 10 // TODO(msw): Distinguish between logical character stops and glyph stops?
33 // Use the first strong character's direction.
  /external/clang/test/CodeGen/
string-literal-short-wstring.c 18 // Should pick second character.
25 // Should pick second character.
  /external/clang/test/PCH/
cxx_exprs.cpp 12 char character; variable
26 const_cast_result char_ptr = &character;
  /external/e2fsprogs/intl/
localcharset.h 1 /* Determine a canonical name for the current locale's character encoding.
29 /* Determine the current locale's character encoding, and canonicalize it
  /external/guava/guava/src/com/google/common/io/
Files.java 66 * character set.
69 * @param charset the character set used when writing the file
80 * character set.
83 * @param charset the character set used when writing the file
144 * {@link InputStreamReader} that read a file using the given character set.
147 * @param charset the character set used when reading the file
157 * that write to a file using the given character set.
160 * @param charset the character set used when writing the file
170 * that write to or append to a file using the given character set.
173 * @param charset the character set used when writing the fil
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 118 for (int radix = Character.MIN_RADIX; radix <= Character.MAX_RADIX; radix++) {
124 for (int radix = Character.MIN_RADIX; radix <= Character.MAX_RADIX; radix++) {
140 // Valid radix values are Character.MIN_RADIX to Character.MAX_RADIX,
143 UnsignedInts.parseUnsignedInt("0", Character.MIN_RADIX - 1);
148 UnsignedInts.parseUnsignedInt("0", Character.MAX_RADIX + 1);
  /external/icu4c/common/
ures_cnv.c 16 * Character conversion functions moved here from uresbund.c
55 /* use the default converter to support variant-character paths */
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 114 int32_t startSP = parenSP; // used to find the first new open character
128 // if the character is a high surrogate and it's not the last one
135 // consume it and form the full character
145 // Paired character handling:
147 // if it's an open character, push it onto the stack.
148 // if it's a close character, find the matching open on the
183 // if this character is a close paired character,
  /external/icu4c/i18n/
csrmbcs.h 19 // "Character" iterated character class.
77 * Get the next character (however many bytes it is) from the input data
86 * @return True if a character was returned, false at end of input.
113 * for getting the next character according to the EUC encoding scheme,
128 * Get the next character value for EUC based encodings.
129 * Character "value" is simply the raw bytes that make up the character
  /external/icu4c/test/perf/DateFmtPerf/
ReadMe.txt 18 BreakItChar250: Tests character break iteration with 250 iterations.
19 BreakItChar10000: Tests character break iteration with 10000 iterations.
  /external/icu4c/tools/toolutil/
uparse.h 17 * character like ';' or TAB. Example: the Unicode Character Properties files
27 * Is c an invariant-character whitespace?
28 * @param c invariant character
38 * @return Pointer to first character at or after s that is not a space or TAB.
63 * All other lines are separated into fields with one delimiter character
137 * any character. The position of the terminating character is returned via
  /external/proguard/src/proguard/evaluation/value/
ConvertedCharacterValue.java 24 * This IntegerValue represents a character value that is converted from an
35 * Creates a new converted character value of the given integer value.
  /external/qemu/
charpipe.h 17 /* open two connected character drivers that can be used to communicate by internal
23 /* create a buffering character driver for a given endpoint. The result will buffer
  /external/regex-re2/util/
rune.cc 55 * one character sequence
65 * two character sequence
82 * three character sequence
97 * four character sequence (21-bit value)
131 * one character sequence
141 * two character sequence
160 * three character sequence
171 * four character sequence (21-bit value)
  /external/valgrind/main/none/tests/s390x/
cu12.c 23 /* 1-byte UTF-8 character */
28 /* 2-byte UTF-8 character */
36 /* 3-byte UTF-8 character */
44 /* 4-byte UTF-8 character */
151 // Test conversion of a one-byte character
156 printf("===== Conversion of a one-byte character =====\n");
165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
201 // Test conversion of a two-byte character
206 printf("\n===== Conversion of a two-byte character =====\n")
    [all...]
cu12_1.c 23 /* 1-byte UTF-8 character */
28 /* 2-byte UTF-8 character */
36 /* 3-byte UTF-8 character */
44 /* 4-byte UTF-8 character */
151 // Test conversion of a one-byte character
156 printf("===== Conversion of a one-byte character =====\n");
165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
201 // Test conversion of a two-byte character
206 printf("\n===== Conversion of a two-byte character =====\n")
    [all...]
cu14.c 23 /* 1-byte UTF-8 character */
28 /* 2-byte UTF-8 character */
36 /* 3-byte UTF-8 character */
44 /* 4-byte UTF-8 character */
151 // Test conversion of a one-byte character
156 printf("===== Conversion of a one-byte character =====\n");
165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
201 // Test conversion of a two-byte character
206 printf("\n===== Conversion of a two-byte character =====\n")
    [all...]
cu14_1.c 23 /* 1-byte UTF-8 character */
28 /* 2-byte UTF-8 character */
36 /* 3-byte UTF-8 character */
44 /* 4-byte UTF-8 character */
151 // Test conversion of a one-byte character
156 printf("===== Conversion of a one-byte character =====\n");
165 // As conversion stops upon encountering an invalid character, we
166 // need to test each invalid character separately, to make sure it
201 // Test conversion of a two-byte character
206 printf("\n===== Conversion of a two-byte character =====\n")
    [all...]
  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 69 // single byte character
71 // two byte character
73 // last character was truncated, so ignore last byte
80 // last character was truncated, so ignore last byte
85 // last character was truncated, so ignore last two bytes
152 // single byte character
155 // two byte character
159 // three byte character
  /frameworks/base/core/java/android/text/method/
HideReturnsTransformationMethod.java 37 * The character to be replaced is \r.
44 * The character that \r is replaced with is \uFEFF.
WordIterator.java 98 /** If <code>offset</code> is within a word, returns the index of the first character of that
102 * <i>as well as</i> the index of its last character plus one.
103 * If offset is the index of a low surrogate character, BreakIterator.DONE will be returned.
128 /** If <code>offset</code> is within a word, returns the index of the last character of that
132 * <i>as well as</i> the index of its last character plus one.
133 * If offset is the index of a low surrogate character, BreakIterator.DONE will be returned.
161 if (Character.isLetterOrDigit(codePoint)) return true;
169 if (Character.isLetterOrDigit(codePoint)) return true;
  /libcore/luni/src/main/java/java/nio/charset/spi/
CharsetProvider.java 23 * The service provider class for character sets.
46 * the canonical or alias name of a character set.

Completed in 456 milliseconds

<<11121314151617181920>>