/external/pcre/dist/doc/ |
pcre_version.3 | 20 zero-terminated, 8-bit character string that gives the version number of the
|
pcrepattern.3 | 53 extra library that supports 16-bit and UTF-16 character strings, and a 54 third library that supports 32-bit and UTF-32 character strings. To use these 85 such as \ed and \ew to use Unicode properties to determine character types, 121 strings: a single CR (carriage return) character, a single LF (linefeed) 122 character, the two-character sequence CRLF, any of the three preceding, or any 189 .SH "EBCDIC CHARACTER CODES" 192 PCRE can be compiled to run in an environment that uses EBCDIC as its character 194 sections below, character code values are ASCII or Unicode; in an EBCDIC 228 \e general escape character with several use [all...] |
/external/proguard/src/proguard/io/ |
ManifestRewriter.java | 80 // Get the buffered character or the first character. 85 // Clear the buffered character. 88 // Return it if it's an ordinary character. 94 // It's a newline. Read the second character to see if it's a 107 // Buffer the second character and return a newline. 119 // Delegate to reading a single character at a time. 138 // Delegate to reading a single character at a time. 177 // Reset the character count.
|
/external/selinux/policycoreutils/mcstrans/ |
TODO | 5 In emit_whitespace look at whitespace characters for any regex special character and escape them.
|
/external/v8/src/ |
unicode-decoder.h | 97 // Returns 0 if character does not convert to single latin-1 character 98 // or if the character doesn't not convert back to latin-1 via inverse 111 // This is an uppercase of a Latin-1 character
|
/external/valgrind/gdbserver_tests/ |
nlsigvgdb.stdinB.gdb | 8 # The control-c will cause a character to be sent to gdbserver, causing
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/ |
diffiSACPLC.txt | 2 (set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
|
/frameworks/base/core/java/android/text/style/ |
ReplacementSpan.java | 37 * @param start Start character index for span. 38 * @param end End character index for span. 51 * @param start Start character index for span. 52 * @param end End character index for span.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
GenericStringElement.java | 8 * ANQP Element to hold a generic (UTF-8 decoded) character string
|
/frameworks/support/compat/java/android/support/v4/os/ |
TraceCompat.java | 34 * <p class="note"> At this time the vertical bar character '|', newline character '\n', and 35 * null character '\0' are used internally by the tracing mechanism. If sectionName contains 36 * these characters they will be replaced with a space character in the trace.
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 62 * the XML parser can resolve character encoding specified 78 * the XML parser can resolve character encoding specified 94 * Construct a StreamSource from a character reader. Normally, 96 * the XML parser can resolve character encoding specified 101 * @param reader A valid Reader reference to an XML character stream. 108 * Construct a StreamSource from a character reader. Normally, 110 * the XML parser may resolve character encoding specified 115 * @param reader A valid Reader reference to an XML character stream. 144 * the XML parser can resolve character encoding specified 168 * Set the input to be a character reader. Normally [all...] |
/libcore/ojluni/src/main/java/java/text/ |
CollationElementIterator.java | 44 * to walk through each character of an international string. Use the iterator 45 * to return the ordering priority of the positioned character. The ordering 46 * priority of a character, which we refer to as a key, defines how a character 64 * The key of a character is an integer composed of primary order(short), 90 * of the next character. A collation order consists of primary order, 130 * collation element [or ordering priority] of the next character in the 148 * collation element [or ordering priority] of the previous character in the 194 * Returns the character offset in the original text corresponding to the next 197 * call to next().) This value will always be the index of the FIRST character [all...] |
/libcore/ojluni/src/main/java/java/util/ |
IllegalFormatCodePointException.java | 29 * Unchecked exception thrown when a character with an invalid Unicode code 30 * point as defined by {@link Character#isValidCodePoint} is passed to the 47 * point as defined by {@link Character#isValidCodePoint}. 58 * Character#isValidCodePoint}.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-epiphany.texi | 53 @cindex line comment character, Epiphany 54 @cindex Epiphany line comment character 58 If a @samp{#} appears as the first character of a line then the whole 66 The @samp{`} character can be used to separate statements on the same
|
c-ip2k.texi | 56 @cindex line comment character, IP2K 57 @cindex IP2K line comment character 61 If a @samp{#} appears as the first character of a line, the whole line 70 character.
|
c-mt.texi | 55 @cindex line comment character, MT 56 @cindex MT line comment character 60 If a @samp{#} appears as the first character of a line then the whole 69 character.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
relaxation_macro.h | 19 /* insn32/insn16 may include special characters, for example, blank character */
|
/toolchain/binutils/binutils-2.25/libiberty/ |
index.c | 7 Returns a pointer to the first occurrence of the character @var{c} in
|
rindex.c | 7 Returns a pointer to the last occurrence of the character @var{c} in
|
strnlen.c | 10 '\0' character in the first @var{maxlen} characters, returns
|
/external/bison/lib/ |
string.in.h | 299 GB18030 and the character to be searched is a digit. */ 302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " 459 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " 464 /* Find the first occurrence in S of any character in ACCEPT. */ 491 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " 508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 515 GB18030 and the character to be searched is a digit. */ 518 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " 534 Caveat: The identity of the delimiting character is lost. 550 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 78 rubyCharValueEscape[ i ] = Character.toString( i ); 139 * I W h << 'i' << '_' // the last character in an acronym run of uppers 158 if ( Character.isLetter( cur ) ) { 159 output_buffer.append( Character.toLowerCase( cur ) ); 161 if ( Character.isDigit( next ) || Character.isWhitespace( next ) ) { 163 } else if ( Character.isLowerCase( cur ) && Character.isUpperCase( next ) ) { 166 } else if ( ( i < cliff - 1 ) && Character.isUpperCase( cur ) && Character.isUpperCase( next ) ) [all...] |
/external/pcre/dist/doc/html/ |
pcrepattern.html | 18 <li><a name="TOC3" href="#SEC3">EBCDIC CHARACTER CODES</a> 24 <li><a name="TOC9" href="#SEC9">SQUARE BRACKETS AND CHARACTER CLASSES</a> 25 <li><a name="TOC10" href="#SEC10">POSIX CHARACTER CLASSES</a> 91 extra library that supports 16-bit and UTF-16 character strings, and a 92 third library that supports 32-bit and UTF-32 character strings. To use these 122 such as \d and \w to use Unicode properties to determine character types, 153 strings: a single CR (carriage return) character, a single LF (linefeed) 154 character, the two-character sequence CRLF, any of the three preceding, or any 214 <br><a name="SEC3" href="#TOC1">EBCDIC CHARACTER CODES</a><br [all...] |
/packages/services/Telephony/src/org/apache/commons/io/ |
IOUtils.java | 86 * The Unix directory separator character. 90 * The Windows directory separator character. 94 * The system directory separator character. 223 * using the default character encoding of the platform. 241 * using the specified character encoding. 243 * Character encoding names can be found at 244 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>. 265 * using the default character encoding of the platform. 283 * Get the contents of an <code>InputStream</code> as a character array 284 * using the default character encoding of the platform [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 17 "null character(s) preserved in %select{char|string}0 literal">, 19 def null_in_file : Warning<"null character ignored">, InGroup<NullCharacter>; 40 def trigraph_converted : Warning<"trigraph converted to '%0' character">, 70 "missing terminating %select{'|'\"'}0 character">, InGroup<InvalidPPToken>; 71 def ext_empty_character : ExtWarn<"empty character constant">, 75 "invalid argument to convert to character">; 76 def err_unterminated___pragma : Error<"missing terminating ')' character">; 84 "invalid character '%0' character in raw string delimiter" 93 "multi-character character constant">, InGroup<MultiChar> [all...] |