Home | History | Annotate | Download | only in toolutil

Lines Matching defs:fallback

587 /* find a fallback for this offset; return the index or -1 if not found */
598 /* do a linear search for the fallback mapping (the table is not yet sorted) */
621 int32_t i, j, leadState, trailState, newState, fallback;
774 * Note that fallback mappings need to get their offset values adjusted.
792 /* copy assigned-character code units and adjust fallback offsets */
799 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
800 toUFallbacks[fallback].offset=0x80000000|offset;
820 /* remove temporary flags from fallback offsets that protected them from being modified twice */