Lines Matching full:delta
77 15..13 signed delta to bidi mirroring code point
78 (add delta to input code point)
80 -3..-1, 1..3 delta
94 delta stored in the trie data value. Only those where the delta does not fit
161 int32_t delta;
163 delta=mirror-src;
164 if(delta==0) {
168 if(delta<UBIDI_MIN_MIRROR_DELTA || UBIDI_MAX_MIRROR_DELTA<delta) {
169 /* delta does not fit into the trie properties value, store in the mirrors[] table */
182 delta=UBIDI_ESC_MIRROR_DELTA;
188 (uint32_t)delta<<UBIDI_MIRROR_DELTA_SHIFT, (uint32_t)(-1)<<UBIDI_MIRROR_DELTA_SHIFT,
191 fprintf(stderr, "genbidi error: unable to set mirroring delta, code: %s\n",