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

<<11121314151617181920>>

  /external/icu4c/samples/props/
props.cpp 17 * for Unicode character properties.
30 /* get the character name */
34 /* print the code point and the character name */
  /external/smack/src/org/xbill/DNS/utils/
base16.java 50 if (!Character.isWhitespace((char)raw[i]))
62 byte high = (byte) Base16.indexOf(Character.toUpperCase((char)in[i]));
63 byte low = (byte) Base16.indexOf(Character.toUpperCase((char)in[i+1]));
  /libcore/luni/src/main/java/java/nio/charset/
CoderResult.java 36 * <li>An unmappable-character error indicates that a sequence of input units
39 * the input sequence size indicating the identity of the unmappable character.
53 // indicating unmappable character error type
76 * Stores unique result objects for each unmappable-character error of a
129 * character error.
133 * character.
135 * character error.
164 * unmappable-character error.
185 * Returns true if this result represents an unmappable-character error.
193 * a malformed-input error or an unmappable character error
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 28 /* Add a byte to the multibyte character represented by the state
29 CUR_STAT, and answer its length if a character is completed,
40 /* An invalid sequence is treated like a singlebyte character. */
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java 36 // PhoneNumberUtils.replaceUnicodeDigits performs a character for character replacement,
46 // But in this case we do want to return a modified character string (even if
  /bionic/libc/unistd/
charclass.h 8 * POSIX character class support for fnmatch() and glob().
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
Output.java 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}.
60 * Writes a single character to the writer.
62 * @param c The character to write.
65 write(Character.toString(c));
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3encodings.c 3 * the various Unicode character conversions. There are of
41 /// Convert 8 bit character to ANTLR char form.
43 /// \param[in] inc Input character to transform from 8 bit form.
44 /// \return ANTLR3_UCHAR encoding of the character.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 17 * Token type of the EOF character.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncTranslate.java 64 // Didn't find the character in the second string, so it
71 // OK, there's a corresponding character in the
78 // There's no corresponding character in the
80 // second string. In this case, the character
  /external/chromium_org/base/i18n/
timezone.h 14 // Checks the system timezone and turns it into a two-character ASCII country
  /external/chromium_org/base/
ini_parser.h 25 // - Section headers begin with a '[' character. It is recommended, but
26 // not required to close the header bracket with a ']' character. All
27 // characters after a closing ']' character is ignored.
28 // - Key value pairs are indicated with an '=' character. Whitespace is not
  /external/chromium_org/native_client_sdk/src/tools/
quote.py 9 """Returns a quoted version of |str|, where every character in the
11 character |escape| is replaced by the original character preceded by
12 the escape character."""
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
e12_upgrade.t 31 ok( $@ =~ /malformed UTF-8 character in JSON string/ );
  /external/chromium_org/third_party/icu/source/data/translit/
en.txt 21 "%Translit%UnicodeChar" { "Unicode Character" }
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucoleitr.h 52 * character of an international string. Use the iterator to return the
53 * ordering priority of the positioned character. The ordering priority of a
54 * character, which we refer to as a key, defines how a character is collated
89 * ucol_prev() returns the collation order of the previous character.
101 * Character based on the comparison level of the collator. A collation order
172 * A single character may contain more than one collation element.
184 * A single character may contain more than one collation element.
203 * A single character may contain more than one collation element.
219 * A single character may contain more than one collation element
    [all...]
  /external/chromium_org/tools/grit/grit/
constants.py 11 # input files are in the correct encoding. The middle character gets encoded
  /external/clang/test/Parser/
objc-boxing.m 20 return @((const char *)"constant character pointer");
  /external/clang/test/Sema/
ms_wide_predefined_expr.cpp 4 // Wide character predefined identifiers
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/
ModelMessages.properties 1 CharacterPropertyEditor_notValid="{0}" is not a valid character.
  /external/icu4c/data/translit/
en.txt 21 "%Translit%UnicodeChar" { "Unicode Character" }
  /external/icu4c/layout/
DefaultCharMapper.h 21 * implements control character filtering and bidi
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
ColorTags.java 80 color.set(Integer.parseInt(Character.toString(colorStr.charAt(0)), 16) / 15f,
81 Integer.parseInt(Character.toString(colorStr.charAt(1)), 16) / 15f,
82 Integer.parseInt(Character.toString(colorStr.charAt(2)), 16) / 15f,
85 color.a = Integer.parseInt(Character.toString(colorStr.charAt(3)), 16) / 15f;
  /external/openssh/openbsd-compat/
charclass.h 10 * POSIX character class support for fnmatch() and glob().
  /external/valgrind/main/gdbserver_tests/
nlsigvgdb.stdinB.gdb 8 # The control-c will cause a character to be sent to gdbserver, causing

Completed in 809 milliseconds

<<11121314151617181920>>