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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_error.h 70 /** The expression contained an invalid character class name. */
74 * The expression contained an invalid escaped character, or a trailing
95 * The expression contained an invalid character range,
119 * regular expression could match the specified character sequence.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
stdexcept 60 /** Takes a character string describing the error. */
66 /** Returns a C-style character string describing the general cause of
117 /** Takes a character string describing the error. */
123 /** Returns a C-style character string describing the general cause of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
text.py 25 _charset is the character set parameter added to the Content-Type
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testcodec.py 41 0x79: u"", # decoding mapping to <remove character>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
text.py 25 _charset is the character set parameter added to the Content-Type
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testcodec.py 41 0x79: u"", # decoding mapping to <remove character>
  /system/core/include/utils/
Tokenizer.h 81 * Gets the character at the current position.
87 * Gets the remainder of the current line as a string, excluding the newline character.
92 * Gets the character at the current position and advances past it.
101 * Returns the token or an empty string if the current character is a delimiter
  /system/core/libutils/tests/
Unicode_test.cpp 91 0x30, // U+0030, 1 UTF-16 character
92 0xC4, 0x80, // U+0100, 1 UTF-16 character
93 0xE2, 0x8C, 0xA3, // U+2323, 1 UTF-16 character
94 0xF0, 0x90, 0x80, 0x80, // U+10000, 2 UTF-16 character
  /system/core/sh/
syntax.h 39 #define CWORD 0 /* character is nothing special */
40 #define CNL 1 /* newline character */
41 #define CBACK 2 /* a backslash character */
46 #define CENDVAR 7 /* a '}' character */
  /external/llvm/include/llvm/ADT/
SmallString.h 146 /// find - Search for the first character \p C in the string.
162 /// Search for the last character \p C in the string.
178 /// Find the first character in the string that is \p C, or npos if not
184 /// Find the first character in the string that is in \p Chars, or npos if
192 /// Find the first character in the string that is not \p C or npos if not
198 /// Find the first character in the string that is not in the string
206 /// Find the last character in the string that is \p C, or npos if not
212 /// Find the last character in the string that is in \p C, or npos if not
242 /// \param Start The index of the starting character in the substring; if
255 /// \param Start The index of the starting character in the substring; i
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceUtils.java 55 data[i / 2] = (byte) ((Character.digit(s.charAt(i), 16) << 4)
56 + Character.digit(s.charAt(i+1), 16));
  /external/bison/lib/
xmemdup0.c 34 to read the byte after the escape character rather than having to
35 check if each escape character is the last byte in the object. */
  /external/chromium_org/content/common/android/
address_parser_internal.h 40 static inline bool IsPreDelimiter(char16 character);
41 static inline bool IsPostDelimiter(char16 character);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 34 // Phase two performed the actual per-character layout, computing the final positions for each character, stored in the SVGInlineTextBox objects (SVGTextFragment).
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h 40 bool consume(UChar32& character, unsigned& clusterLength)
45 character = *m_characters;
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.h 90 CF2_Fixed min; /* original character space value */
101 * y-coordinates from character space to device space, providing
107 * Element character space AND device space positions must both increase
202 CF2_Fixed hShift; /* character space horizontal shift */
217 CF2_Fixed xOffset; /* character space offsets */
220 /* character space miter limit threshold */
222 /* vertical/horzizontal snap distance in character space */
228 /* current point, character space, before offset */
  /external/chromium_org/third_party/icu/source/common/
usc_impl.c 277 * if the character is a high surrogate and it's not the last one
285 * consume it and form the full character
297 * Paired character handling:
299 * if it's an open character, push it onto the stack.
300 * if it's a close character, find the matching open on the
328 * if this character is a close paired character,
329 * pop the matching open character from the stack
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.h 23 * A transliterator that performs name to character mapping.
77 * Set of characters which occur in Unicode character names.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h 49 * of the first character of the field and the index of the last
50 * character of the field.
193 * Retrieve the index of the first character in the requested field.
194 * @return the index of the first character in the requested field.
200 * Retrieve the index of the character following the last character in the
202 * @return the index of the character following the last character in the
  /external/chromium_org/third_party/icu/source/io/
uprintf.h 39 UChar fPadChar; /* Padding character */
82 * @param fmt A pointer to a '%' character in a u_printf format specification.
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.h 22 * character in the same character-storage object.
  /external/chromium_org/tools/grit/grit/tool/
toolbar_preprocess.py 8 expansion of $lf; placeholders into the correct linefeed character.
49 # Replace $lf by the right linefeed character
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1017.js 30 // 32 ASCII-characters followed by a non-ASCII character.
33 // to store the 33rd character. This fails an ASSERT in debug mode.
regress-900966.js 32 // Test that the fast case character-at stub handles an out-of-bound
34 // the character-at stub.
  /external/chromium_org/v8/test/webkit/
regexp-non-character.js 25 'Test for regular expressions with non-character values in them, specifically in character classes.'

Completed in 888 milliseconds

<<21222324252627282930>>