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

  /dalvik/tests/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/harfbuzz/src/
harfbuzz-hangul.c 35 // syllables can also be expressed as jamo, and should be composed
148 HB_UChar16 composed = 0; local
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase;
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase;
168 /* if we have a modern hangul use the composed form */
169 if (composed) {
170 ch = &composed;
188 if (!composed && openType) {
harfbuzz-greek.c 44 HB_UChar16 composed; member in struct:_hb_greek_decomposition
84 return d->composed;
124 return d->composed;
143 return d->composed;
161 return d->composed;
178 return d->composed;
205 return d->composed;
233 return d->composed;
273 return d->composed;
348 return d->composed;
    [all...]
  /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 330 int composed = KeyEvent.getDeadChar(accent, c); local
332 if (composed != 0) {
333 c = composed;
430 * Helper function to commit any text being composed in to the editor.
  /external/icu4c/i18n/
ucol_elm.cpp 1249 UCAElements *composed = (UCAElements *)uprv_malloc(sizeof(UCAElements)); local
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_textparseintolistofelements.js 79 second employee. That node is composed of two
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textparseintolistofelements.js 79 second employee. That node is composed of two
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 169 std::string* composed);
httpcommon.cc 254 std::string* composed) {
265 *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/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 116 // Now the page is composed with the authored content, we fetch the schema
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 432 are strings composed of individual option descriptions. Several
  /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/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1685 milliseconds