Searched refs:UBIDI_NEUTRAL (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 467 UBIDI_NEUTRAL enumerator 1302 * Note - The value <code>UBIDI_NEUTRAL</code> is never returned from this method. 1318 * <code>UBIDI_NEUTRAL</code> is returned. 1332 * <code>UBIDI_NEUTRAL</code> 1573 * never <code>UBIDI_NEUTRAL</code>.
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 467 UBIDI_NEUTRAL enumerator 1302 * Note - The value <code>UBIDI_NEUTRAL</code> is never returned from this method. 1318 * <code>UBIDI_NEUTRAL</code> is returned. 1332 * <code>UBIDI_NEUTRAL</code> 1573 * never <code>UBIDI_NEUTRAL</code>.
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 466 UBIDI_NEUTRAL enumerator 1301 * Note - The value <code>UBIDI_NEUTRAL</code> is never returned from this method. 1317 * <code>UBIDI_NEUTRAL</code> is returned. 1331 * <code>UBIDI_NEUTRAL</code> 1572 * never <code>UBIDI_NEUTRAL</code>.
|
/third_party/icu/icu4c/source/common/ |
H A D | ubiditransform.cpp | 397 *pInLevel = static_cast<UBiDiLevel>(level != UBIDI_NEUTRAL) ? level in resolveBaseDirection()
|
H A D | ubidi.cpp | 348 return UBIDI_NEUTRAL; in ubidi_getBaseDirection() 364 return UBIDI_NEUTRAL; in ubidi_getBaseDirection()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubiditransform.cpp | 397 *pInLevel = static_cast<UBiDiLevel>(level != UBIDI_NEUTRAL) ? level in resolveBaseDirection()
|
H A D | ubidi.cpp | 348 return UBIDI_NEUTRAL; in ubidi_getBaseDirection() 364 return UBIDI_NEUTRAL; in ubidi_getBaseDirection()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubiditransform.cpp | 397 *pInLevel = static_cast<UBiDiLevel>(level != UBIDI_NEUTRAL) ? level in resolveBaseDirection()
|
H A D | ubidi.cpp | 348 return UBIDI_NEUTRAL; in ubidi_getBaseDirection() 364 return UBIDI_NEUTRAL; in ubidi_getBaseDirection()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 1364 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1365 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL, in testGetBaseDirection() 1366 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1383 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1385 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1388 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1390 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, dir); in testGetBaseDirection() 1408 if (dir != UBIDI_NEUTRAL ) in testGetBaseDirection() 1410 "\nExpected %d \nReceived %d", UBIDI_NEUTRAL, di in testGetBaseDirection() [all...] |
Completed in 26 milliseconds