/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
istream | 49 * @tparam _CharT Type of character stream. 50 * @tparam _Traits Traits for character type, defaults to 253 * character that would have been inserted is not extracted), or 264 * @brief Character counting 296 * @return A character, or eof(). 298 * Tries to extract a character. If none are available, sets failbit 306 * @param __c The character in which to store data. 309 * Tries to extract a character and store it in @a __c. If none are 319 * @brief Simple multiple-character extraction. 322 * @param __delim A "stop" character [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
istream | 49 * @tparam _CharT Type of character stream. 50 * @tparam _Traits Traits for character type, defaults to 253 * character that would have been inserted is not extracted), or 264 * @brief Character counting 296 * @return A character, or eof(). 298 * Tries to extract a character. If none are available, sets failbit 306 * @param __c The character in which to store data. 309 * Tries to extract a character and store it in @a __c. If none are 319 * @brief Simple multiple-character extraction. 322 * @param __delim A "stop" character [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
istream | 49 * @tparam _CharT Type of character stream. 50 * @tparam _Traits Traits for character type, defaults to 253 * character that would have been inserted is not extracted), or 264 * @brief Character counting 296 * @return A character, or eof(). 298 * Tries to extract a character. If none are available, sets failbit 306 * @param __c The character in which to store data. 309 * Tries to extract a character and store it in @a __c. If none are 319 * @brief Simple multiple-character extraction. 322 * @param __delim A "stop" character [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
istream | 49 * @tparam _CharT Type of character stream. 50 * @tparam _Traits Traits for character type, defaults to 253 * character that would have been inserted is not extracted), or 264 * @brief Character counting 296 * @return A character, or eof(). 298 * Tries to extract a character. If none are available, sets failbit 306 * @param __c The character in which to store data. 309 * Tries to extract a character and store it in @a __c. If none are 319 * @brief Simple multiple-character extraction. 322 * @param __delim A "stop" character [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
mac_farsi.py | 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py. 48 u'\x00' # 0x00 -> CONTROL CHARACTER 49 u'\x01' # 0x01 -> CONTROL CHARACTER 50 u'\x02' # 0x02 -> CONTROL CHARACTER 51 u'\x03' # 0x03 -> CONTROL CHARACTER 52 u'\x04' # 0x04 -> CONTROL CHARACTER 53 u'\x05' # 0x05 -> CONTROL CHARACTER 54 u'\x06' # 0x06 -> CONTROL CHARACTER 55 u'\x07' # 0x07 -> CONTROL CHARACTER 56 u'\x08' # 0x08 -> CONTROL CHARACTER [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
mac_farsi.py | 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py. 48 u'\x00' # 0x00 -> CONTROL CHARACTER 49 u'\x01' # 0x01 -> CONTROL CHARACTER 50 u'\x02' # 0x02 -> CONTROL CHARACTER 51 u'\x03' # 0x03 -> CONTROL CHARACTER 52 u'\x04' # 0x04 -> CONTROL CHARACTER 53 u'\x05' # 0x05 -> CONTROL CHARACTER 54 u'\x06' # 0x06 -> CONTROL CHARACTER 55 u'\x07' # 0x07 -> CONTROL CHARACTER 56 u'\x08' # 0x08 -> CONTROL CHARACTER [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mac_farsi.py | 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py. 48 u'\x00' # 0x00 -> CONTROL CHARACTER 49 u'\x01' # 0x01 -> CONTROL CHARACTER 50 u'\x02' # 0x02 -> CONTROL CHARACTER 51 u'\x03' # 0x03 -> CONTROL CHARACTER 52 u'\x04' # 0x04 -> CONTROL CHARACTER 53 u'\x05' # 0x05 -> CONTROL CHARACTER 54 u'\x06' # 0x06 -> CONTROL CHARACTER 55 u'\x07' # 0x07 -> CONTROL CHARACTER 56 u'\x08' # 0x08 -> CONTROL CHARACTER [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mac_farsi.py | 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py. 48 u'\x00' # 0x00 -> CONTROL CHARACTER 49 u'\x01' # 0x01 -> CONTROL CHARACTER 50 u'\x02' # 0x02 -> CONTROL CHARACTER 51 u'\x03' # 0x03 -> CONTROL CHARACTER 52 u'\x04' # 0x04 -> CONTROL CHARACTER 53 u'\x05' # 0x05 -> CONTROL CHARACTER 54 u'\x06' # 0x06 -> CONTROL CHARACTER 55 u'\x07' # 0x07 -> CONTROL CHARACTER 56 u'\x08' # 0x08 -> CONTROL CHARACTER [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 37 * A lexer is recognizer that draws input symbols from a character stream. 258 /** <summary>What is the index of the current character of lookahead?</summary> */ 284 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting); 290 msg = "no viable alternative at character " + GetCharErrorDisplay(e.Character); 294 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay(e.Character); 297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 38 * A lexer is recognizer that draws input symbols from a character stream. 311 /** <summary>What is the index of the current character of lookahead?</summary> */ 342 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); 350 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character ); 356 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character ); 361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
IndicInputMethodImpl.java | 30 // Invalid character. 59 * Returns the index of the given character in the JOIN_WITH_NUKTA array. 60 * If character is not found, -1 is returned. 90 * Returns the equivalent character for hindi locale. 91 * @param originalChar The original character. 102 // If the last character was not committed it is stored in text[0]. 104 // character was committed or not. If at any time ( but not within a 106 // only be 1 otherwise ) the last character was not committed. 109 // this is always 0 before and after call to dispatchEvent. This character assumes 218 // the last character was committed, commit just Nukta [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
Utf8Test.java | 28 assertEncoded("00", 0x00); // Smallest 1-byte character. 31 assertEncoded("7f", 0x7f); // Largest 1-byte character. 35 assertEncoded("c280", 0x0080); // Smallest 2-byte character. 38 assertEncoded("dfbf", 0x07ff); // Largest 2-byte character. 42 assertEncoded("e0a080", 0x0800); // Smallest 3-byte character. 47 assertEncoded("ed9fbf", 0xd7ff); // Largest character lower than the min surrogate. 48 assertEncoded("ee8080", 0xe000); // Smallest character greater than the max surrogate. 51 assertEncoded("efbfbf", 0xffff); // Largest 3-byte character. 68 assertStringEncoded("3f61", "\ud800\u0061"); // "?a": Following character is too low. 69 assertStringEncoded("3fee8080", "\ud800\ue000"); // "?\ue000": Following character is too high [all...] |
/external/pcre/dist/doc/ |
pcreperform.3 | 86 than others. It is more efficient to use a character class like [aeiou] than a 87 set of single-character alternatives such as (a|e|i|o|u). In general, the 93 Using Unicode character properties (the \ep, \eP, and \eX escapes) is slow, 95 character's property. If you can find an alternative pattern that does not use 96 character properties, it will probably be faster. 99 character classes such as [:alpha:] do not use Unicode properties, partly for 101 set PCRE_UCP if you want Unicode character properties to be used. This can 112 the subject string contains newlines, the pattern may match from the character 119 character), with the match starting at the seventh character. In order to d [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
SourceCodeEscapers.java | 52 * string so it can safely be included in either a Java character literal or 54 * use in String or character literals. 57 * Character and String Literals</a> in The Java Language Specification. 65 * string so it can safely be included in either a Java character literal or 78 * Character and String Literals</a> in The Java Language Specification. 89 * use this escaper for escaping character literals. 100 * Character and String Literals</a> in The Java Language Specification. 110 Map<Character, String> javaMap = new HashMap<Character, String>(); 131 JavaCharEscaper(Map<Character, String> replacements) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring.h | 67 * character-like objects. 188 * @param __pos Index of first character to copy from. 202 * @param __pos Index of first character to copy from. 215 * @brief Construct string initialized by a character array. 216 * @param __s Source character array. 239 * @param __c Character to use. 312 * @param __c Source character. 314 * Assigning to a character makes this string length 1 and 326 * Returns a read/write iterator that points to the first character in 338 * character in the %string [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | 36 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.lang.Character}. Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'. 38 * <p>The UCharacter class provides extensions to the {@link java.lang.Character} class. 45 * how the Character class methods and constants were widened later. 46 * In particular, {@link Character#MAX_VALUE} is still a char with the value U+FFFF, 54 * properties, the main differences between UCharacter and Character are: 61 * <li> int compareTo(java.lang.Character, java.lang.Character), etc. 63 * <li> UCharacter does not include Character APIs that are deprecated, nor 64 * does it include the Java-specific character information, such as 66 * <li> Character maps characters 'A' - 'Z' and 'a' - 'z' to the numeri [all...] |
UScriptRun.java | 25 * opening punctuation character, it will remember the script that 26 * was assigned to that character, and assign the same script to the 92 * @param start the index of the first character over which to iterate 124 * @param start the index of the first character over which to iterate 166 * character array. 168 * @param start the index of the new first character over which to iterate 201 * @param start the index of the first character over which to iterate. 246 * @param start the index of the first character over which to iterate. 290 * @return the index of the first character in the current script run. 302 * Get the index of the first character after the current script run [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 52 * character-like objects. 177 * @param __pos Index of first character to copy from. 191 * @param __pos Index of first character to copy from. 204 * @brief Construct string initialized by a character array. 205 * @param __s Source character array. 228 * @param __c Character to use. 301 * @param __c Source character. 303 * Assigning to a character makes this string length 1 and 315 * Returns a read/write iterator that points to the first character in 327 * character in the %string [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 52 * character-like objects. 177 * @param __pos Index of first character to copy from. 191 * @param __pos Index of first character to copy from. 204 * @brief Construct string initialized by a character array. 205 * @param __s Source character array. 228 * @param __c Character to use. 301 * @param __c Source character. 303 * Assigning to a character makes this string length 1 and 315 * Returns a read/write iterator that points to the first character in 327 * character in the %string [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring.h | 52 * character-like objects. 177 * @param __pos Index of first character to copy from. 191 * @param __pos Index of first character to copy from. 204 * @brief Construct string initialized by a character array. 205 * @param __s Source character array. 228 * @param __c Character to use. 301 * @param __c Source character. 303 * Assigning to a character makes this string length 1 and 315 * Returns a read/write iterator that points to the first character in 327 * character in the %string [all...] |
/external/bison/lib/ |
mbchar.h | 1 /* Multibyte character data type. 19 /* A multibyte character is a short subsequence of a char* string, 20 representing a single wide character. 44 returns true if mbc is the standard ASCII character sc. 47 returns true if mbc is the nul character. 76 returns true if mbc is a control character. 82 returns true if mbc is a graphic character. 88 returns true if mbc is a printable character. 91 returns true if mbc is a punctuation character. 94 returns true if mbc is a space character [all...] |
/external/icu/icu4c/source/layout/ |
OpenTypeLayoutEngine.h | 27 * 1) Character processing - this step analyses the characters and assigns a list of OpenType 31 * 2) Glyph processing - This step performs character to glyph mapping,and uses the GSUB 255 * This method does the OpenType character processing. It assigns the OpenType feature 258 * generate an output character index array reflecting these changes. 263 * @param chars - the input character context 264 * @param offset - the index of the first character to process 270 * @param outChars - the output character array, if different from the input 271 * @param charIndices - the output character index array 275 * @return the output character count (input character count if no change [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UScriptRun.java | 24 * opening punctuation character, it will remember the script that 25 * was assigned to that character, and assign the same script to the 90 * @param start the index of the first character over which to iterate 122 * @param start the index of the first character over which to iterate 164 * character array. 166 * @param start the index of the new first character over which to iterate 199 * @param start the index of the first character over which to iterate. 244 * @param start the index of the first character over which to iterate. 288 * @return the index of the first character in the current script run. 300 * Get the index of the first character after the current script run [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-xmlunicode.html | 5 <title>xmlunicode: Unicode character APIs</title> 41 <p>xmlunicode - Unicode character APIs</p> 42 <p>API for the Unicode character APIs This file is automatically generated from the UCS description files of the Unicode Character Database</p> 221 </pre><p>Check whether the character is part of AegeanNumbers UCS Block</p> 225 </pre><p>Check whether the character is part of AlphabeticPresentationForms UCS Block</p> 229 </pre><p>Check whether the character is part of Arabic UCS Block</p> 233 </pre><p>Check whether the character is part of ArabicPresentationForms-A UCS Block</p> 237 </pre><p>Check whether the character is part of ArabicPresentationForms-B UCS Block</p> 241 </pre><p>Check whether the character is part of Armenian UCS Block</p [all...] |
/external/libxml2/doc/html/ |
libxml-xmlunicode.html | 13 </style><title>Module xmlunicode from libxml2</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="../epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="../gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="../w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="../redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="../Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1></h1><h2>Module xmlunicode from libxml2</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="../search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a style="font-weight:bold" href="../index.html">Main Menu</a></li><li><a style="font-weight:bold" href="../docs.html">Developer Menu</a></li><li><a style="font-weight:bold" href="../examples/index.html">Code Examples</a></li><li><a style="font-weight:bold" href="index.html">API Menu</a></li><li><a href="libxml-parser.html">Parser API</a></li><li><a href="libxml-tree.html">Tree API</a></li><li><a href="libxml-xmlreader.html">Reader API</a></li><li><a href="../guidelines.html">XML Guidelines</a></li><li><a href="../ChangeLog.html">ChangeLog</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="../APIchunk0.html">Alphabetic</a></li><li><a href="../APIconstructors.html">Constructors</a></li><li><a href="../APIfunctions.html">Functions/Types</a></li><li><a href="../APIfiles.html">Modules</a></li><li><a href="../APIsymbols.html">Symbols</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://opencsw.org/packages/libxml2">Solaris binaries</a></li><li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://lxml.de/">lxml Python bindings</a></li><li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl bindings</a></li><li><a href="http://libxmlplusplus.sourceforge.net/">C++ bindings</a></li><li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading4">PHP bindings</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://libxml.rubyforge.org/">Ruby bindings</a></li><li><a href="http://tclxml.sourceforge.net/">Tcl bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libxml-xmlstring.html"><img src="left.png" width="24" height="24" border="0" alt="Prev" /></a></td><th align="left"><a href="libxml-xmlstring.html">xmlstring</a></th><td><a accesskey="u" href="index.html"><img src="up.png" width="24" height="24" border="0" alt="Up" /></a></td><th align="left"><a href="index.html">API documentation</a></th><td><a accesskey="h" href="../index.html"><img src="home.png" width="24" height="24" border="0" alt="Home" /></a></td><th align="center"><a href="../index.html">The XML C parser and toolkit of Gnome</a></th><th align="right"><a href="libxml-xmlversion.html">xmlversion</a></th><td><a accesskey="n" href="libxml-xmlversion.html"><img src="right.png" width="24" height="24" border="0" alt="Next" /></a></td></tr></table><p>API for the Unicode character APIs This file is automatically generated from the UCS description files of the Unicode Character Database</p><h2>Table of Contents</h2><pre class="programlisting">int <a href="#xmlUCSIsAegeanNumbers">xmlUCSIsAegeanNumbers</a> (int code)</pre> 181 </pre><p>Check whether the character is part of AegeanNumbers UCS Block</p> 183 </pre><p>Check whether the character is part of AlphabeticPresentationForms UCS Block</p> 185 </pre><p>Check whether the character is part of Arabic UCS Block</p> 187 </pre><p>Check whether the character is part of ArabicPresentationForms-A UCS Block</p> 189 </pre><p>Check whether the character is part of ArabicPresentationForms-B UCS Block</p> 191 </pre><p>Check whether the character is part of Armenian UCS Block</p> 193 </pre><p>Check whether the character is part of Arrows UCS Block</p> 195 </pre><p>Check whether the character is part of BasicLatin UCS Block</p [all...] |