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

<<11121314151617181920>>

  /external/llvm/include/llvm/Support/
Unicode.h 1 //===- llvm/Support/Unicode.h - Unicode character properties -*- C++ -*-=====//
29 /// Determines if a character is likely to be displayed correctly on the
36 /// * C0 and C1 control character ranges;
44 /// \return true if the character is considered printable.
48 /// when output on a terminal ("character width"). This depends on the
50 /// character width.
55 /// \return Character width:
59 /// * 2 for each CJK character excluding halfwidth forms;
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
CsvReader.h 19 * @param separator - The separator character between words per line
36 /** The separator character between words for each line */
  /external/pcre/dist/doc/
pcre_maketables.3 19 This function builds a set of character tables for character values less than
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 38 * Construct a new instance with the specified character sequence.
40 * @param charSequence The character sequence, may be <code>null</code>
73 * Read a single character.
75 * @return the next character from the character sequence
100 throw new NullPointerException("Character array is missing");
148 * character sequence.
150 * @return The contents of the character sequence
  /prebuilts/gdb/darwin-x86/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
24 /* Get character code for a given name. Same error handling
  /prebuilts/gdb/linux-x86/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
24 /* Get character code for a given name. Same error handling
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
24 /* Get character code for a given name. Same error handling
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
24 /* Get character code for a given name. Same error handling
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xstormy16.texi 24 @cindex line comment character, XStormy16
25 @cindex XStormy16 line comment character
26 @samp{#} is the line comment character. If a @samp{#} appears as the
27 first character of a line, the whole line is treated as a comment, but
32 @cindex comment character, XStormy16
33 @cindex XStormy16 comment character
35 from wherever the character appears on the line up to the end of the
42 The @samp{|} character can be used to separate statements on the same
  /external/bison/lib/
memchr.valgrind 2 # POSIX states that when the character is found, memchr must not read extra
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 4 // This international hostname has a non-ASCII character. It is represented
  /external/chromium-trace/catapult/catapult_base/catapult_base/
dependency_util.py 8 'First character of versions name %s was not an uppercase letter.')
  /external/clang/test/Lexer/
c90.c 32 (void)L"\u1234"; // expected-error {{universal character names are only valid in C99 or C++}}
33 (void)L'\u1234'; // expected-error {{universal character names are only valid in C99 or C++}}
43 #define MY_UCN \u00FC // expected-warning {{universal character names are only valid in C99 or C++; treating as '\' followed by identifier}}
46 extern int idWithUCN\u00FC; // expected-warning {{universal character names are only valid in C99 or C++; treating as '\' followed by identifier}} expected-error {{expected ';'}}
eof-char.c 7 // expected-warning@+1{{missing terminating ' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
eof-string.c 7 // expected-warning@+1{{missing terminating '"' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
CharacterPropertyEditor.java 45 if (value instanceof Character) {
46 return String.valueOf(((Character) value).charValue());
68 // only one character
77 property.setValue(new Character(text.charAt(0)));
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TablesTest.java 34 Cell<String, Integer, Character> entry
38 Cell<String, Integer, Character> nullEntry
44 Cell<String, Integer, Character> entry
57 Cell<String, Integer, Character> entry
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
RecordReader.java 17 char character(String name); method in interface:RecordReader
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeCompressor.java 21 * storage size of traditional character sets, for example 1 byte per
22 * character for ASCII or Latin-1 text, and 2 bytes per character for CJK
85 * If the character is in the current window or is Latin-1 (U+0000,
86 * U+0009, U+000A, U+000D, U+0020 - U+007F), the character is placed
89 * 1. Current character is in defined, inactive window.
90 * 2. Current character is in undefined window.
91 * 3. Current character is uncompressible Unicode (U+3400 - U+DFFF).
93 * 1. Current character is in defined, inactive window
95 * B. If both following characters in same window as current character,
    [all...]
  /external/icu/icu4c/source/samples/translit/answers/
unaccent.h 36 * Unaccent a single character using normalizer.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
RecordReader.java 16 char character(String name); method in interface:RecordReader
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeCompressor.java 20 * storage size of traditional character sets, for example 1 byte per
21 * character for ASCII or Latin-1 text, and 2 bytes per character for CJK
84 * If the character is in the current window or is Latin-1 (U+0000,
85 * U+0009, U+000A, U+000D, U+0020 - U+007F), the character is placed
88 * 1. Current character is in defined, inactive window.
89 * 2. Current character is in undefined window.
90 * 3. Current character is uncompressible Unicode (U+3400 - U+DFFF).
92 * 1. Current character is in defined, inactive window
94 * B. If both following characters in same window as current character,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestCharacter.java 28 "Character Property and UTF16 Tests");
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
Writer.java 20 /*** The base class for all writers. A writer is a means of writing data to a target in a character-wise manner. Most output streams
64 /*** Writes the entire character buffer {@code buf} to the target.
74 * @param buf the non-null character array to write.
75 * @param offset the index of the first character in {@code buf} to write.
82 /*** Writes one character to the target. Only the two least significant bytes of the integer {@code oneChar} are written.
84 * @param oneChar the character to write to the target.
105 * @param offset the index of the first character in {@code str} to write.
122 /*** Appends the character {@code c} to the target. This method works the same way as {@link #write(int)}.
124 * @param c the character to append to the target stream.
132 /*** Appends the character sequence {@code csq} to the target. This method works the same way a
    [all...]
  /external/libnl/lib/route/cls/
police.c 37 * Transform a policer type number into a character string (Reentrant).
42 * Transforms a policer type number into a character string and stores
54 * Transform a character string into a policer type number
57 * Transform the provided character string specifying a policer

Completed in 1798 milliseconds

<<11121314151617181920>>