Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java129 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
143 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
144 firstCharDir = direction; in prepare()
164 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DNamePrepTransform.java130 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
144 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
145 firstCharDir = direction; in prepare()
165 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp205 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; in process() local
239 if(firstCharDir==U_CHAR_DIRECTION_COUNT){ in process()
240 firstCharDir = direction; in process()
259 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in process()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java518 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
533 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
534 firstCharDir = direction; in prepare()
556 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java536 firstCharDir=UCharacterDirection.CHAR_DIRECTION_COUNT; in prepare() local
551 if(firstCharDir == UCharacterDirection.CHAR_DIRECTION_COUNT){ in prepare()
552 firstCharDir = direction; in prepare()
574 …!((firstCharDir == UCharacterDirection.RIGHT_TO_LEFT || firstCharDir == UCharacterDirection.RIGHT_… in prepare()
/external/icu/icu4c/source/common/
Dusprep.cpp712 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; in usprep_prepare() local
737 if(firstCharDir == U_CHAR_DIRECTION_COUNT){ in usprep_prepare()
738 firstCharDir = direction; in usprep_prepare()
760 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in usprep_prepare()