Searched refs:UBIDI_NEUTRAL (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cbiditst.c | 1209 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1210 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL, in testGetBaseDirection() 1211 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1228 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1230 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1233 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1235 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1253 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1255 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1258 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() [all …]
|
/external/icu4c/common/unicode/ |
D | ubidi.h | 455 UBIDI_NEUTRAL enumerator
|
/external/icu4c/common/ |
D | ubidi.c | 337 return UBIDI_NEUTRAL; in ubidi_getBaseDirection() 353 return UBIDI_NEUTRAL; in ubidi_getBaseDirection()
|