Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DNamePrepTransform.java132 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
146 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
147 firstCharDir = direction; in prepare()
167 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java131 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
145 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
146 firstCharDir = direction; in prepare()
166 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp207 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()
261 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in process()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java533 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
548 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
549 firstCharDir = direction; in prepare()
571 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java515 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
530 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
531 firstCharDir = direction; in prepare()
553 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4c/source/common/
Dusprep.cpp714 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; in usprep_prepare() local
739 if(firstCharDir == U_CHAR_DIRECTION_COUNT){ in usprep_prepare()
740 firstCharDir = direction; in usprep_prepare()
762 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in usprep_prepare()