HomeSort by relevance Sort by last modified time
    Searched refs:composed (Results 1 - 17 of 17) sorted by null

  /art/test/092-locale/src/
Main.java 122 String composed = "Bl\u00c1ah"; local
126 res = Normalizer.normalize(composed, Normalizer.Form.NFD);
128 System.err.println("Bad decompose: '" + composed + "' --> '"
133 if (!composed.equals(res)) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 40 * Each shaper specifies whether it prefers decomposed (NFD) or composed (NFC).
53 * we skip some cases. For example, if composed is desired, we simply
375 hb_codepoint_t composed, glyph; local
379 * fonts are not designed to mix-and-match pre-composed syllables and Jamo. */
389 &composed) &&
391 font->get_glyph (composed, 0, &glyph))
400 buffer->out_info[starter].codepoint = composed;
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 40 * Each shaper specifies whether it prefers decomposed (NFD) or composed (NFC).
53 * we skip some cases. For example, if composed is desired, we simply
373 hb_codepoint_t composed, glyph; local
377 * fonts are not designed to mix-and-match pre-composed syllables and Jamo. */
387 &composed) &&
389 font->get_glyph (composed, 0, &glyph))
398 buffer->out_info[starter].codepoint = composed;
  /external/lldb/utils/test/
ras.py 86 help="""Print the composed message to FILE instead of
164 composed = outer.as_string()
167 fp.write(composed)
171 s.sendmail(opts.sender, opts.recipients, composed)
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 178 int composed = event.getDeadChar(accent, i); local
180 if (composed != 0) {
181 i = composed;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 340 int composed = KeyEvent.getDeadChar(accent, c); local
342 if (composed != 0) {
343 c = composed;
440 * Helper function to commit any text being composed in to the editor.
  /external/nist-pkits/
extract-pkits-tests.pl 215 if ($_ =~ /The certification path is composed of the following objects:(.*)$/) {
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 1258 UCAElements *composed = (UCAElements *)uprv_malloc(sizeof(UCAElements)); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161",
198 for text in composed:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161",
198 for text in composed:
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 152 std::string* composed);
httpcommon.cc 237 std::string* composed) {
248 *composed = ss.str();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 387 In ANTLR terminology, a rule is composed of one or more _alternatives_,
388 specifications seperated by <tt>|</tt> characters. An alternative is composed of
  /external/oprofile/events/i386/nehalem/
events 82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
  /external/chromium_org/ui/gfx/
transform_unittest.cc 1332 Transform composed = ComposeTransform(decomp); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1088 milliseconds