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

  /external/harfbuzz_ng/src/
hb-ot-cff1-table.cc 273 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); local
276 if (likely (!env.in_seac && base && accent
278 && _get_bounds (param.cff, accent, accent_bounds, true)))
343 accent = 0;
346 bool has_seac () const { return base && accent; }
350 hb_codepoint_t accent; member in struct:GetSeacParam
362 param.accent = param.cff->std_code_to_glyph (accent_char);
366 bool OT::cff1::accelerator_t::get_seac_components (hb_codepoint_t glyph, hb_codepoint_t *base, hb_codepoint_t *accent) const
381 *accent = param.accent;
    [all...]
hb-ot-cff1-table.hh     [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 339 char accent = mComposing.charAt(mComposing.length() -1 ); local
340 int composed = KeyEvent.getDeadChar(accent, c);
  /external/icu/icu4c/source/i18n/
usearch.cpp 537 * for the canonical match will take the size of either end's accent into
663 * Getting the next base character offset if current offset is an accent,
758 // * next character is a accent: shift to the next base character
959 UBool accent = getFCD(strsrch->search->text, &temp, local
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]

Completed in 484 milliseconds