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

<<41424344454647484950>>

  /external/chromium_org/third_party/icu/source/common/unicode/
rep.h 35 * history, marking each character with an author and revision number.
56 * character replaced</li>
58 * previous character</li>
59 * <li>If there is no previous character (i.e. start == 0), use the
60 * following character</li>
61 * <li>If there is no following character (i.e. the replaceable was
113 * @param start offset of first character which will be copied
114 * @param limit offset immediately following the last character to
  /external/chromium_org/third_party/icu/source/data/unidata/
NormalizationCorrections.txt 5 # Unicode Character Database.
12 # for any character, once established in a relevant version
  /external/chromium_org/third_party/icu/source/i18n/
unesctrn.h 39 * values are stored as a five character header. That is, their
45 * consisting of the character END.
  /external/chromium_org/third_party/icu/source/test/cintltst/
spreptst.c 130 "Non-ASCII multibyte space character U+1680",
136 "Non-ASCII 8bit control character U+0085",
142 "Non-ASCII multibyte control character U+180E",
148 "Non-ASCII control character U+1D175",
154 "Plane 0 private use character U+F123",
160 "Plane 15 private use character U+F1234",
166 "Plane 16 private use character U+10F234",
172 "Non-character code point U+8FFFE",
178 "Non-character code point U+10FFFF",
191 "Non-plain text character U+FFFD"
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.h 88 * on different kinds of iterators (word, sentence, line and character).
116 * on different kinds of iterators (word, sentence, line and character)
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 43 // in single-byte character set mode (the default),
57 // dot does not match \n but negated character classes [^a] do.
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
subsetter_main.cc 55 fprintf(stderr, "Start character %c invalid.\n", start_char[0]);
59 fprintf(stderr, "Start character %c invalid.\n", end_char[0]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser-struct.h 65 int token; /* enum tokentype or any character */
67 char tokch; /* first character of token */
  /external/chromium_org/tools/gn/
tokenizer.h 24 // one past the end of the input if the last character is a newline.
63 // Returns the current character in the file as a location.
  /external/chromium_org/ui/gfx/
render_text_pango.h 48 // Returns the run that contains the character attached to the caret in the
75 // Information about character attributes.
  /external/chromium_org/v8/test/webkit/
regexp-non-character-expected.txt 24 Test for regular expressions with non-character values in them, specifically in character classes.
  /external/clang/include/clang-c/
CXString.h 31 * \brief A character string.
44 * \brief Retrieve the character data associated with the given string.
  /external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java 50 } else if (value instanceof Character) {
51 return CstChar.make((Character) value);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_length_utf8_string.c 20 /** Return the size in bytes of a UTF-8 character
21 @param c The UTF-8 character to measure
  /external/easymock/src/org/easymock/internal/
MethodSerializationWrapper.java 34 primitiveTypes.put(Character.TYPE.getName(), Character.TYPE);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 240 e.character = event.character;
247 if (event.character == SWT.ESC) {
251 if (event.character == SWT.CR || event.character == '\t') {
266 e.character = event.character;
369 if (event.character == SWT.ESC) { // escape key cancels popup
372 if (event.character == SWT.CR) {
384 if (event.character == '+')
    [all...]
  /external/freetype/src/cff/
cf2font.c 47 /* Compute a stem darkening amount in character space. */
72 /* convert from true character space to 1000 unit character space; */
96 * Total darkening amount is computed in 1000 unit character space
127 /* character space */
131 /* add synthetic emboldening effect in character space */
148 /* character space units */
222 /* darkening amount is computed in character space */
  /external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java 27 private static final ImmutableTable<Character, Integer, String> INSTANCE =
30 @Override Iterable<ImmutableTable<Character, Integer, String>>
  /external/icu4c/common/unicode/
rep.h 35 * history, marking each character with an author and revision number.
56 * character replaced</li>
58 * previous character</li>
59 * <li>If there is no previous character (i.e. start == 0), use the
60 * following character</li>
61 * <li>If there is no following character (i.e. the replaceable was
113 * @param start offset of first character which will be copied
114 * @param limit offset immediately following the last character to
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 5 # Unicode Character Database.
12 # for any character, once established in a relevant version
  /external/icu4c/i18n/
regeximp.cpp 30 // We are not in a string folding of an earlier character.
78 // We are not in a string folding of an earlier character.
unesctrn.h 39 * values are stored as a five character header. That is, their
45 * consisting of the character END.
  /external/icu4c/test/cintltst/
spreptst.c 130 "Non-ASCII multibyte space character U+1680",
136 "Non-ASCII 8bit control character U+0085",
142 "Non-ASCII multibyte control character U+180E",
148 "Non-ASCII control character U+1D175",
154 "Plane 0 private use character U+F123",
160 "Plane 15 private use character U+F1234",
166 "Plane 16 private use character U+10F234",
172 "Non-character code point U+8FFFE",
178 "Non-character code point U+10FFFF",
191 "Non-plain text character U+FFFD"
    [all...]
  /external/icu4c/test/intltest/
rbbitst.h 87 * on different kinds of iterators (word, sentence, line and character).
115 * on different kinds of iterators (word, sentence, line and character)
  /external/icu4c/tools/gencfu/
gencfu.1.in 36 reads confusable character definitions in the input file, which are
37 plain text files containing confusable character

Completed in 665 milliseconds

<<41424344454647484950>>