HomeSort by relevance Sort by last modified time
    Searched refs:combining (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 186 * Maps Unicode combining diacritical to display-form dead key.
235 private static void addCombining(int combining, int accent) {
236 sCombiningToAccent.append(combining, accent);
237 sAccentToCombining.append(accent, combining);
241 * Maps combinations of (display-form) combining key and second character
267 final int combining = sAccentToCombining.get(accent); local
268 if (combining == 0) {
271 final int combination = (combining << 16) | c;
364 * @return The associated character or combining accent, or 0 if none.
478 * Get the character that is produced by combining the dead key producing accen
495 int combining = sAccentToCombining.get(accent); local
    [all...]
  /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/sqlite/src/ext/fts2/
mkfts2amal.tcl 29 ** Full Text Search extension 2 (fts2). By combining all the individual C
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 29 ** Full Text Search extension 2 (fts3). By combining all the individual C
  /external/chromium_org/v8/test/intl/collator/
normalization.js 30 // We need a character with two combining marks, from two different classes,
32 // We will just switch order of combining characters to try to induce failure.
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 24 unsigned char combining; member in struct:__anon20473
175 return get_ucd_record(code)->combining;
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 53 ** version $VERSION. By combining all the individual C code files into this
  /external/chromium_org/tools/checkdeps/
checkdeps.py 178 Returns: A new set of rules combining the existing_rules with the other
  /external/chromium_org/remoting/webapp/
connection_history.js 116 // TODO(jamiewalch): Find a way of combining date and time such both align
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 124 * @return {!string} ID created by combining the tab ID and frame ID (as the
  /external/oprofile/events/x86-64/family11h/
unit_masks 172 0x02 Requests to write-combining (WC) memory or WC buffer flushes to WB memory
  /external/oprofile/events/x86-64/hammer/
unit_masks 166 0x02 Requests to write-combining (WC) memory or WC buffer flushes to WB memory
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 131 * @return {!string} ID created by combining the source tab ID and frame ID
  /external/oprofile/events/x86-64/family10/
unit_masks 185 0x02 Requests to write-combining (WC) memory or WC buffer flushes to WB memory
  /external/blktrace/doc/
blktrace.tex 442 of blktrace, and blkparse is combining event streams and dumping
446 blktrace by specifying \emph{-i -} to blkparse, and combining it with
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp     [all...]
  /external/icu4c/i18n/
usearch.cpp     [all...]
  /external/libvorbis/doc/
01-introduction.tex 438 combining generation and the dot product into one step and eliminating
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/blktrace/btt/doc/
btt.tex 228 we see that (on average) the block IO layer is combining upwards of
    [all...]

Completed in 1190 milliseconds

1 2