Home
last modified time | relevance | path

Searched refs:UPROPS_SRC_BIDI (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duprops.cpp222 { UPROPS_SRC_BIDI, 0, isBidiControl },
223 { UPROPS_SRC_BIDI, 0, isMirrored },
240 { UPROPS_SRC_BIDI, 0, isJoinControl },
453 { UPROPS_SRC_BIDI, 0, 0, getBiDiClass, biDiGetMaxValue },
459 { UPROPS_SRC_BIDI, 0, 0, getJoiningGroup, biDiGetMaxValue },
460 { UPROPS_SRC_BIDI, 0, 0, getJoiningType, biDiGetMaxValue },
549 return UPROPS_SRC_BIDI; in uprops_getSource()
Duprops.h347 UPROPS_SRC_BIDI, enumerator
Duniset_props.cpp249 case UPROPS_SRC_BIDI: in getInclusions()