/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mac_centeuro.py | 1 """ Python Character Mapping Codec mac_centeuro generated from 'MAPPINGS/VENDORS/APPLE/CENTEURO.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...] |
mac_croatian.py | 1 """ Python Character Mapping Codec mac_croatian generated from 'MAPPINGS/VENDORS/APPLE/CROATIAN.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...] |
mac_cyrillic.py | 1 """ Python Character Mapping Codec mac_cyrillic generated from 'MAPPINGS/VENDORS/APPLE/CYRILLIC.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...] |
mac_greek.py | 1 """ Python Character Mapping Codec mac_greek generated from 'MAPPINGS/VENDORS/APPLE/GREEK.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...] |
mac_iceland.py | 1 """ Python Character Mapping Codec mac_iceland generated from 'MAPPINGS/VENDORS/APPLE/ICELAND.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...] |
mac_roman.py | 1 """ Python Character Mapping Codec mac_roman generated from 'MAPPINGS/VENDORS/APPLE/ROMAN.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...] |
mac_romanian.py | 1 """ Python Character Mapping Codec mac_romanian generated from 'MAPPINGS/VENDORS/APPLE/ROMANIAN.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...] |
mac_turkish.py | 1 """ Python Character Mapping Codec mac_turkish generated from 'MAPPINGS/VENDORS/APPLE/TURKISH.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/icu/icu4c/source/common/ |
brkeng.h | 50 * <p>Indicate whether this engine handles a particular character for 53 * @param c A character which begins a run that the engine might handle 55 * @return TRUE if this engine handles the particular character and break 123 * character belongs. It is up to the set of available engines to 126 * @param c A character that begins a run for which a LanguageBreakEngine is 143 * handle. It is told the character and the type of break; at its 144 * discretion it may handle more than the specified character (e.g., 145 * the entire script to which that character belongs.</p> 175 * <p>Indicate whether this engine handles a particular character for 178 * @param c A character which begins a run that the engine might handl [all...] |
/libcore/ojluni/src/main/java/java/io/ |
StringWriter.java | 30 * A character stream that collects its output in a string buffer, which can 74 * Write a single character. 116 * Appends the specified character sequence to this writer. 125 * character sequence <tt>csq</tt>, the entire sequence may not be 127 * character buffer will return a subsequence whose content depends upon 131 * The character sequence to append. If <tt>csq</tt> is 148 * Appends a subsequence of the specified character sequence to this writer. 158 * The character sequence from which a subsequence will be 164 * The index of the first character in the subsequence 167 * The index of the character following the last character in th [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
SearchUtil.java | 103 final int codePoint = Character.codePointAt(substring, i); 106 i += Character.charCount(codePoint); 112 int valueCp = Character.toLowerCase(value.codePointAt(j)); 117 j += Character.charCount(valueCp); 128 * character are considered delimiters. 145 if (!Character.isLetterOrDigit(codePoint)) { 148 index += Character.charCount(codePoint); 157 if (Character.isLetterOrDigit(codePoint)) { 160 index += Character.charCount(codePoint); 177 if (Character.isLetterOrDigit(codePoint)) [all...] |
/prebuilts/go/darwin-x86/src/path/ |
match.go | 23 // '?' matches any single non-/ character 24 // '[' [ '^' ] { character-range } ']' 25 // character class (must be non-empty) 26 // c matches character c (c != '*', '?', '\\', '[') 27 // '\\' c matches character c 29 // character-range: 30 // c matches character c (c != '\\', '-', ']') 31 // '\\' c matches character c 32 // lo '-' hi matches character c for lo <= c <= hi 115 // Chunk is all single-character operators: literals, char classes, and ? [all...] |
/prebuilts/go/linux-x86/src/path/ |
match.go | 23 // '?' matches any single non-/ character 24 // '[' [ '^' ] { character-range } ']' 25 // character class (must be non-empty) 26 // c matches character c (c != '*', '?', '\\', '[') 27 // '\\' c matches character c 29 // character-range: 30 // c matches character c (c != '\\', '-', ']') 31 // '\\' c matches character c 32 // lo '-' hi matches character c for lo <= c <= hi 115 // Chunk is all single-character operators: literals, char classes, and ? [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameLookupBuilder.java | 178 int character; local 183 character = name.codePointAt(position++); 184 if ((character == 0x20) || (character == 0x2c) || (character == 0x2E)) { 190 if ((character < 0x1100) || (character > 0x1112 && character < 0x3131) || 191 (character > 0x314E && character < 0xAC00) | [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderUtils.java | 114 * A class grouping utility function for our specific character encoding. 121 private static boolean fitsOnOneByte(final int character, 123 int codePoint = character; 125 if (codePointToOneByteCodeMap.containsKey(character)) { 126 codePoint = codePointToOneByteCodeMap.get(character); 134 * Compute the size of a character given its character code. 147 * @param character the character code. 150 static int getCharSize(final int character, 267 int character = readChar(dictBuffer); local 284 int character = dictBuffer.readUnsignedByte(); local [all...] |
/docs/source.android.com/src/devices/input/ |
key-character-map-files.jd | 1 page.title=Key Character Map Files 27 <p>Key character map files (<code>.kcm</code> files) are responsible for mapping combinations 33 often aren't needed at all. The system provides a generic key character map 38 <p>Key character map files are located by USB vendor, product (and optionally version) 55 <h2 id="generic-key-character-map-file">Generic Key Character Map File</h2> 56 <p>The system provides a special built-in key character map file called <code>Generic.kcm</code>. 57 This key character map is intended to support a variety of standard external 59 <p><em>Do not modify the generic key character map!</em></p> 60 <h2 id="virtual-key-character-map-file">Virtual Key Character Map File</h2 [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormatSymbols.java | 167 * Return the character used for zero. Different for Arabic, etc. 168 * @return the character 176 * Set the character used for zero. 177 * @param zeroDigit the zero character. 185 // * Returns the character used to represent a significant digit in a pattern. 186 // * @return the significant digit pattern character 194 // * Sets the character used to represent a significant digit in a pattern. 195 // * @param sigDigit the significant digit pattern character 203 * Return the character used for thousands separator. Different for French, etc. 204 * @return the thousands character [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
SecurityPatchTest.java | 67 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(0))); 68 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(1))); 69 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(2))); 70 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(3))); 72 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(5))); 73 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(6))); 75 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(8))); 76 assertTrue(error, Character.isDigit(buildSecurityPatch.charAt(9)));
|
/external/clang/test/Preprocessor/ |
ucn-pp-identifier.c | 19 #if \uarecool // expected-warning{{incomplete universal character name; treating as '\' followed by identifier}} expected-error {{invalid token at start of a preprocessor expression}} 23 #if \U0001000 // expected-warning{{incomplete universal character name; treating as '\' followed by identifier}} expected-error {{invalid token at start of a preprocessor expression}} 29 #define \u0061 // expected-error {{character 'a' cannot be specified by a universal character name}} expected-error {{macro name must be an identifier}} 49 // expected-error@+4 {{character 'a' cannot be specified by a universal character name}} 63 extern int PASTE(\u0, 0FD); // expected-warning{{incomplete universal character name}} 102 // expected-warning@-1 {{incomplete universal character name}} expected-note@-1 {{did you mean to use '\u'?}} expected-warning@-1 {{whitespace}}
|
/external/guava/guava-testlib/src/com/google/common/escape/testing/ |
EscaperAsserts.java | 61 * Asserts that an escaper escapes the given character into the expected 66 * @param c the character to escape 77 * Asserts that an escaper does not escape the given character. 80 * @param c the character to test 103 * Asserts that a Unicode escaper does not escape the given character. 118 * @param hi the high surrogate pair character 119 * @param lo the low surrogate pair character 124 int cp = Character.toCodePoint(hi, lo);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestAll.java | 15 * Top level test used to run character property tests. 32 "Character and Script Tests");
|
/external/icu/icu4c/source/layout/ |
ThaiLayoutEngine.h | 23 * All existing Thai fonts use an encoding which assigns character codes to all 82 * The character used as a base for vowels and 95 * generate the correct contextual character codes, and then calls 99 * @param chars - the input character context 100 * @param offset - the index of the first character to process 124 * it can use the character codes to determine glyph types if that information 128 * @param chars - the input character context 129 * @param offset - the offset of the first character to process
|
/external/icu/icu4c/source/tools/genrb/ |
read.h | 31 TOK_OPEN_BRACE, /* An opening brace character */ 32 TOK_CLOSE_BRACE, /* A closing brace character */
|
/external/icu/icu4j/eclipse-build/misc/ |
ICUConfig.properties | 16 # By default, DecimalFormat uses some internal equivalent character 20 # and does not try to find a match in the internal equivalent character
|
/external/llvm/autoconf/m4/ |
c_printf_a.m4 | 2 # Determine if the printf() functions have the %a format character. 6 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a],
|