HomeSort by relevance Sort by last modified time
    Searched full:stem (Results 1 - 25 of 40) sorted by null

1 2

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnClause.java 45 * @param stem The independent word part of the clause
47 public WnnClause (String stroke, WnnWord stem) {
48 super(stem.id,
49 stem.candidate,
51 stem.partOfSpeech,
52 stem.frequency,
60 * @param stem The independent word part of the clause
63 public WnnClause (String stroke, WnnWord stem, WnnWord fzk) {
64 super(stem.id,
65 stem.candidate + fzk.candidate
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 253 } stem; member in struct:__anon11185
277 } stem; member in struct:__anon11188
287 #define NJ_GET_FPOS_FROM_STEM(s) ((NJ_UINT16)((s)->stem.info1 >> 7))
288 #define NJ_GET_BPOS_FROM_STEM(s) ((NJ_UINT16)((s)->stem.info2 >> 7))
291 #define NJ_SET_FPOS_TO_STEM(s,v) ((s)->stem.info1 = ((s)->stem.info1 & 0x007F) | (NJ_UINT16)((v) << 7))
292 #define NJ_GET_YLEN_FROM_STEM(s) ((NJ_UINT8)((s)->stem.info1 & 0x7F))
293 #define NJ_GET_KLEN_FROM_STEM(s) ((NJ_UINT8)((s)->stem.info2 & 0x7F))
294 #define NJ_SET_YLEN_TO_STEM(s,v) ((s)->stem.info1 = ((s)->stem.info1 & 0xFF80) | (NJ_UINT16)((v) & 0x7F)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 264 WnnWord stem = stemsi.next(); local
265 if (addClause(clauseList, input, stem, null, terminal, all)) {
281 /* get candidates of stem in a clause */
294 WnnWord stem = stemsi.next(); local
295 if (all || stem.frequency > max) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
301 max = stem.frequency;
315 * @param stem Stem of the clause (a independent word)
321 private boolean addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fzk
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 225 tmp_word.stem.info1 = cursor->cond.ylen;
227 tmp_result.word.stem.info1 = cursor->cond.ylen;
291 ((j == max_len) && (loctset->cache_freq > result->word.stem.hindo)) ||
486 if (result->word.stem.loc.handle == NULL) {
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) {
544 if (result->word.stem.loc.handle == NULL) {
548 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle)
    [all...]
ndfdic.c 334 word->stem.loc = loctset->loct;
339 word->stem.info1 = yomilen;
340 word->stem.info1 |= (NJ_UINT16)(DATA_FHINSI(data) << HINSI_OFFSET);
341 word->stem.info2 = (NJ_UINT16)(DATA_BHINSI(data) << HINSI_OFFSET);
347 word->stem.info2 |= kouholen;
348 word->stem.hindo = CALCULATE_HINDO(DATA_HINDO(data), loctset->dic_freq.base,
352 word->stem.type = 0;
369 loc = &word->stem.loc;
412 loc = &word->stem.loc;
ndbdic.c     [all...]
ndldic.c     [all...]
  /external/freetype/include/freetype/internal/
pshints.h 93 * method (`stem', `stem3', or `reset'). Note that these functions do
149 * vertical stem. This corresponds to the Type 1 `hstem' and `vstem'
161 * stem descriptor.
167 * `coords[0]' is the absolute stem position (lowest coordinate);
171 * -21. It is interpreted as a `ghost' stem, according to the Type 1
174 * If the length is -21 (corresponding to a bottom ghost stem), then
175 * the real stem position is `coords[0]+coords[1]'.
329 * stem ::
330 * The function to set a simple stem.
336 * The function to reset stem hints
347 T1_Hints_SetStemFunc stem; member in struct:T1_Hints_FuncsRec_
    [all...]
  /external/freetype/src/autofit/
aflatin.h 155 AF_LATIN_HINTS_HORZ_SNAP = 1 << 0, /* enable stem width snapping */
156 AF_LATIN_HINTS_VERT_SNAP = 1 << 1, /* enable stem height snapping */
157 AF_LATIN_HINTS_STEM_ADJUST = 1 << 2, /* enable stem width/height */
afhints.h 134 AF_Segment link; /* (stem) link segment */
137 FT_Pos score; /* used during stem matching */
138 FT_Pos len; /* used during stem matching */
afcjk.c 465 /* - stem edge, serif edge or both (which defaults to stem then) */
722 /* compute the snapped width of a given stem */
753 /* smooth hinting process: very lightly quantize the stem width */
791 /* strong hinting process: snap the stem width to integer pixels */
798 /* the stem heights to integer pixels */
843 /* align one stem edge relative to the previous stem edge */
1030 /* now we align all stem edges. */
1039 /* skip all non-stem edges *
    [all...]
aflatin2.c 114 /* we only consider stem segments there! */
1108 /* unlink this serif, it is too distant from its reference stem */
    [all...]
aflatin.c 107 /* we only consider stem segments there! */
1097 /* - stem edge, serif edge or both (which defaults to stem then) */
    [all...]
  /external/freetype/src/pshinter/
pshglob.h 163 /* snap a stem width to fitter coordinates. `org_width' is in font */
177 /* snap a stem to one or two blue zones */
pshalgo.c 54 /* return true if two stem hints overlap */
460 /* ignore stem alignments when requested through the hint flags */
471 /* perform stem snapping when requested - this is necessary
492 /* the top of the stem is aligned against a blue zone */
497 /* the bottom of the stem is aligned against a blue zone */
502 /* both edges of the stem are aligned against blue zones */
536 /* Stem adjustment tries to snap stem widths to standard
544 /* the stem is less than one pixel; we will center it
549 /* This is a special case where we also widen the stem
    [all...]
pshalgo.h 141 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */
142 PSH_POINT_EDGE_MAX = 1024 /* point is aligned to top/right stem edge */
pshrec.c 641 /* add a new single stem (called from "T1Stem" method) */
653 /* detect ghost stem */
668 /* now, lookup stem in the current hints table */
872 FT_ERROR(( "ps_hints_stem: could not add stem"
891 /* add one Type1 counter stem to the current hints table */
918 /* there must be 6 elements in the 'stem' array */
1151 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1191 /* compute integer stem positions in font units */
pshglob.c 542 /* look up stem top in top zones table */
564 /* look up stem bottom in bottom zones table */
  /external/freetype/src/truetype/
ttobjs.h 207 /* capitals, all lowercase letter, default spacing or stem width/height. */
  /external/libvpx/examples/includes/geshi/geshi/
matlab.php 134 'sprintf','sqrt','sqrtm','squeeze','sscanf','stairs','std','stem',
  /external/webkit/WebCore/css/
CSSValueKeywords.in 265 cjk-heavenly-stem
  /external/bluetooth/glib/gio/
gdrive.c 42 * #GDrive is a container class for #GVolume objects that stem from
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 173 // Get preceeding word stem
  /external/freetype/src/psaux/
t1decode.c     [all...]
  /external/dbus/bus/
dbus-daemon.1 

Completed in 672 milliseconds

1 2