Home
last modified time | relevance | path

Searched refs:firstCharDir (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dnptrans.cpp205 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; in process() local
241 if(firstCharDir==U_CHAR_DIRECTION_COUNT){ in process()
242 firstCharDir = direction; in process()
260 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in process()
/external/icu4c/common/
Dusprep.cpp696 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; in usprep_prepare() local
777 if(firstCharDir == U_CHAR_DIRECTION_COUNT){ in usprep_prepare()
778 firstCharDir = direction; in usprep_prepare()
800 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in usprep_prepare()