Home | History | Annotate | Download | only in lib

Lines Matching defs:from

152     graph = PROPSET FROM TO [TOKENTYPE] [TOKENSUBTYPE] [VALUE] [LOWERCASE] [GRAPHSUBS1] [GRAPHSUBS2]
154 FROM : 1..4 unsigned bytes, UTF8 character without terminating 0
181 /* bitmasks to extract the grapheme properties info from the property set */
298 n = n + picobase_det_utf8_length(g->graphTable[graphsOffset+n]); /* overread FROM field */
374 picobase_utf8char from;
396 /* get FROM and TO field of graph[m] */
397 ktab_getStrProp(this, graphsOffset, 1, from);
403 picoos_strcpy((picoos_char *)to, (picoos_char *)from);
406 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i '%s' '%s' '%s'", a, m, b, from, utf8graph, to));
408 utfGEfrom = picoos_strcmp((picoos_char *)utf8graph, (picoos_char *)from) >= 0;
575 picoos_uint16 graphIndex, picoos_uchar * from, picoos_uchar * to,
595 pos++; /* advance to FROM */
596 ktab_getUtf8(&pos, from); /* get FROM and advance */
600 picoos_strcpy((picoos_char *)to, (picoos_char *)from);
687 /* bitmasks to extract the property info from props */