Lines Matching full:props
401 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
402 return (UCharDirection)UBIDI_GET_CLASS(props);
407 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
408 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT);
413 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
414 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT;
446 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
447 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT);
452 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
453 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT);
458 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
459 return (UJoiningType)((props&UBIDI_JT_MASK)>>UBIDI_JT_SHIFT);