/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicodedata.py | 99 str(self.db.combining(char)), 174 self.assertEqual(self.db.combining(u'\uFFFE'), 0) 175 self.assertEqual(self.db.combining(u'a'), 0) 176 self.assertEqual(self.db.combining(u'\u20e1'), 230) 177 self.assertEqual(self.db.combining(u'\U00020000'), 0) 179 self.assertRaises(TypeError, self.db.combining) 180 self.assertRaises(TypeError, self.db.combining, u'xx')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicodedata.py | 99 str(self.db.combining(char)), 174 self.assertEqual(self.db.combining(u'\uFFFE'), 0) 175 self.assertEqual(self.db.combining(u'a'), 0) 176 self.assertEqual(self.db.combining(u'\u20e1'), 230) 177 self.assertEqual(self.db.combining(u'\U00020000'), 0) 179 self.assertRaises(TypeError, self.db.combining) 180 self.assertRaises(TypeError, self.db.combining, u'xx')
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
DerivedAge.txt | 64 0300..0345 ; 1.1 # [70] COMBINING GRAVE ACCENT..COMBINING GREEK YPOGEGRAMMENI 65 0360..0361 ; 1.1 # [2] COMBINING DOUBLE TILDE..COMBINING DOUBLE INVERTED BREVE 82 045E..0486 ; 1.1 # [41] CYRILLIC SMALL LETTER SHORT U..COMBINING CYRILLIC PSILI PNEUMATA 278 20D0..20E1 ; 1.1 # [18] COMBINING LEFT HARPOON ABOVE..COMBINING LEFT RIGHT ARROW ABOVE 307 3099..309E ; 1.1 # [6] COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..HIRAGANA VOICED ITERATION MARK 336 FE20..FE23 ; 1.1 # [4] COMBINING LIGATURE LEFT HALF..COMBINING DOUBLE TILDE RIGHT HAL [all...] |
Blocks.txt | 36 0300..036F; Combining Diacritical Marks 92 1DC0..1DFF; Combining Diacritical Marks Supplement 98 20D0..20FF; Combining Diacritical Marks for Symbols 177 FE20..FE2F; Combining Half Marks
|
/external/icu4c/data/brkitr/ |
line.txt | 29 # which says to treat any combining mark that is not attached to a base 117 # Combining Marks. X $CM* behaves as if it were X. Rule LB6. 152 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 183 # CAN_CM is the set of characters that may combine with CM combining chars. 184 # Note that Linebreak UAX 14's concept of a combining char and the rules 234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL 238 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 322 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 483 # LB 9,10 Combining marks. 486 # Stick together any combining sequences that don't match other rules [all...] |
line_fi.txt | 29 # which says to treat any combining mark that is not attached to a base 118 # Combining Marks. X $CM* behaves as if it were X. Rule LB6. 154 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 186 # CAN_CM is the set of characters that may combine with CM combining chars. 187 # Note that Linebreak UAX 14's concept of a combining char and the rules 237 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL 241 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 325 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 490 # LB 9,10 Combining marks. 493 # Stick together any combining sequences that don't match other rules [all...] |
line_ja.txt | 29 # which says to treat any combining mark that is not attached to a base 117 # Combining Marks. X $CM* behaves as if it were X. Rule LB6. 152 # Each class of character can stand by itself as an unbroken token, with trailing combining stuff 183 # CAN_CM is the set of characters that may combine with CM combining chars. 184 # Note that Linebreak UAX 14's concept of a combining char and the rules 234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL 238 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 322 $QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc. 483 # LB 9,10 Combining marks. 486 # Stick together any combining sequences that don't match other rules [all...] |
/external/llvm/include/llvm/ADT/ |
Hashing.h | 33 // programmers in easily and intuitively combining a set of data into 405 /// \brief Implement the combining of integral values into a hash_code. 409 /// combining them, this (as an optimization) directly combines the integers. 445 /// \brief Implement the combining of integral values into a hash_code. 449 /// a hash_code for each object and then combining them, this (as an 496 /// \brief Helper class to manage the recursive combining of hash_combine 500 /// recursive combining of arguments used in hash_combine. It is particularly 509 /// \brief Construct a recursive hash combining helper. 559 /// \brief Recursive, variadic combining method. 561 /// This function recurses through each argument, combining that argumen [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucase.c | 471 * C is followed by one or more characters of combining class 230 (ABOVE) 472 * in the combining character sequence. 475 * The last preceding character with combining class of zero before C 477 * and there is no intervening combining character class 230 (ABOVE). 480 * C is followed by combining dot above (U+0307). 481 * Any sequence of characters with a combining class that is neither 0 nor 230 482 * may intervene between the current character and the combining dot above. 488 * intervening combining character class 230 (ABOVE). 671 * The condition After_I for Turkic-lowercasing of U+0307 combining dot above 683 * < 0307; ; 0307; 0307; tr After_Soft_Dotted; # COMBINING DOT ABOV [all...] |
normalizer2impl.h | 160 * In other words, reorderStart speeds up the insertion of a combining mark 161 * into a multi-combining mark sequence where it does not belong at the end. 562 * bits 15..8 lead combining class 563 * bits 7..0 trail combining class 578 * bits 15..8 lead combining class 579 * bits 7..0 trail combining class 608 * bits 15..8 lead combining class 609 * bits 7..0 trail combining class 697 * canonical combining class, and forms a boundary where text before it and after it
|
/external/icu4c/common/ |
ucase.cpp | 498 * C is followed by one or more characters of combining class 230 (ABOVE) 499 * in the combining character sequence. 502 * The last preceding character with combining class of zero before C 504 * and there is no intervening combining character class 230 (ABOVE). 507 * C is followed by combining dot above (U+0307). 508 * Any sequence of characters with a combining class that is neither 0 nor 230 509 * may intervene between the current character and the combining dot above. 515 * intervening combining character class 230 (ABOVE). 698 * The condition After_I for Turkic-lowercasing of U+0307 combining dot above 710 * < 0307; ; 0307; 0307; tr After_Soft_Dotted; # COMBINING DOT ABOV [all...] |
/external/chromium_org/cc/debug/ |
rendering_stats.cc | 65 // Combine rasterization and analysis time as a precursor to combining
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderRegionSet.h | 40 // By combining runs of same-size columns or pages into a single object, we significantly reduce the number of unique RenderObjects
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-thai.cc | 87 SD, /* Shift combining-mark down */ 88 SL, /* Shift combining-mark left */ 89 SDL, /* Shift combining-mark down-left */ 351 /* Since we decomposed, and NIKHAHIT is combining, merge clusters with the
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
testnorm.txt | 45 D802:2 # surrogates with non-zero combining classes
|
/external/clang/test/Sema/ |
format-strings-non-iso.c | 20 // Combining 'L' with an integer conversion specifier.
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-thai.cc | 87 SD, /* Shift combining-mark down */ 88 SL, /* Shift combining-mark left */ 89 SDL, /* Shift combining-mark down-left */ 351 /* Since we decomposed, and NIKHAHIT is combining, merge clusters with the
|
/external/icu4c/test/testdata/ |
testnorm.txt | 45 D802:2 # surrogates with non-zero combining classes
|
/external/openfst/ |
README | 3 OpenFst is a library for constructing, combining, optimizing, and
|
/external/skia/gm/viewer/ |
module.js | 22 * When the JSON is received, predigest it (combining actual and expected results for each
|
/hardware/ti/omap3/dspbridge/inc/ |
qosti_dspdecl.h | 65 ALLHEAPS = 0x100, /* Get aggregate mem-stat info combining all heaps. */
|
/packages/inputmethods/LatinIME/java/res/xml/ |
key_devanagari_sign_nukta.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|
key_devanagari_vowel_sign_vocalic_r.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|
keystyle_devanagari_vowel_sign_aa.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|
keystyle_devanagari_vowel_sign_ai.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|