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

<<21222324252627282930>>

  /external/libunwind/include/
dwarf-eh.h 49 contain an augmentation string. Each character in this string has
60 'z': The operand for this character is a uleb128 value that gives the
63 appear as the first character in the augmentation body.
66 pointer. The operand for this character is a single byte
73 operand for this character is a single byte that specifies
80 The first operand for this character specifies the
87 (i.e., 'z' is not the first character of the augmentation string),
101 'L': The operand for this character is an LSDA pointer, encoded
  /external/libutf/
isalpharune.3 11 isalpharune, islowerrune, isspacerune, istitlerune, isupperrune, tolowerrune, totitlerune, toupperrune \- Unicode character classes and cases
52 The case-conversion routines return the character unchanged if it has no case.
  /external/libweave/third_party/chromium/base/strings/
string_util_constants.cc 10 0x0009, /* CHARACTER TABULATION */ \
38 0x09, // CHARACTER TABULATION
utf_string_conversion_utils.h 39 // is the character offset within the string to start reading at. |*char_index|
40 // will be updated to index the last character read, such that incrementing it
41 // (as in a for loop) will take the reader to the next character.
50 // Reads UTF-32 character. The usage is the same as the 8-bit version above.
59 // Appends a UTF-8 character to the given 8-bit string. Returns the number of
65 // Appends the given UTF-32 character to the given 32-bit string. Returns the
68 // This is the easy case, just append the character.
78 // character types are unsigned, which will be true for UTF-16 and -32 on our
  /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/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/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 66 // single byte character
69 // two byte character
72 // last character was truncated, so ignore last byte
82 // last character was truncated, so ignore last byte
87 // last character was truncated, so ignore last byte
164 // single byte character
167 // two byte character
171 // three byte character
MtpStringBuffer.h 22 // Max Character number of a MTP String
34 // maximum 3 bytes/character, with 1 extra for zero termination
  /frameworks/base/core/java/android/text/method/
HideReturnsTransformationMethod.java 30 * The character to be replaced is \r.
37 * The character that \r is replaced with is \uFEFF.
SingleLineTransformationMethod.java 37 * The character \n is replaced with is space;
38 * the character \r is replaced with is FEFF (zero width space).
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleExtensions.java 49 private final Map<Character, Extension> extensionMap;
62 private LocaleExtensions(String id, Character key, Extension value) {
84 SortedMap<Character, Extension> map = new TreeMap<>();
136 public Set<Character> getKeys() {
143 public Extension getExtension(Character key) {
147 public String getExtensionValue(Character key) {
194 private static String toID(SortedMap<Character, Extension> map) {
197 for (Entry<Character, Extension> entry : map.entrySet()) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strfunc.h 23 //! Custom strlen() which works on different character types.
24 /*! \tparam Ch Character type (e.g. char, wchar_t, short)
  /packages/inputmethods/LatinIME/java/res/xml/
key_thai_kho_khuat.xml 28 <!-- U+0E05: "?" THAI CHARACTER KHO KHON -->
33 <!-- U+0E03: "?" THAI CHARACTER KHO KHUAT -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 93 int index = fromIndex < 0 ? 0 : Character.offsetByCodePoints(sequence, fromIndex, 1);
95 final int codePoint = Character.codePointAt(sequence, index);
101 index + Character.charCount(Constants.CODE_PERIOD);
104 Character.codePointAt(sequence, indexOfNextCodePoint))) {
111 index += Character.charCount(codePoint);
121 int index = fromIndex < 0 ? 0 : Character.offsetByCodePoints(sequence, fromIndex, 1);
123 final int codePoint = Character.codePointAt(sequence, index);
127 index += Character.charCount(codePoint);
  /prebuilts/gdb/darwin-x86/lib/python2.7/importlib/
__init__.py 32 for character in name:
33 if character != '.':
  /prebuilts/gdb/linux-x86/lib/python2.7/importlib/
__init__.py 32 for character in name:
33 if character != '.':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/
__init__.py 32 for character in name:
33 if character != '.':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/
__init__.py 32 for character in name:
33 if character != '.':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
crypt.so 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.l 6 .*:9: Error: junk at end of line, first unrecognized character is `1'
7 .*:12: Error: junk at end of line, first unrecognized character is `0'
  /toolchain/binutils/binutils-2.25/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

Completed in 709 milliseconds

<<21222324252627282930>>