Searched refs:UBIDI_NEUTRAL (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 455 UBIDI_NEUTRAL enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1353 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1354 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL, in testGetBaseDirection() 1355 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1372 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1374 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1377 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1379 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1397 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1399 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1402 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() [all …]
|
/external/icu/icu4c/source/common/ |
D | ubidi.c | 349 return UBIDI_NEUTRAL; in ubidi_getBaseDirection() 365 return UBIDI_NEUTRAL; in ubidi_getBaseDirection()
|