Lines Matching refs:UBool
198 U_CFUNC UBool
199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) {
270 ubidi_setInverse(UBiDi *pBiDi, UBool isInverse) {
278 U_CAPI UBool U_EXPORT2
307 pBiDi->isInverse = (UBool)(reorderingMode == UBIDI_REORDER_INVERSE_NUMBERS_AS_L);
401 static UBool
427 static UBool
436 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel);
439 UBool isDefaultLevelInverse=isDefaultLevel && (UBool)
444 UBool removeBiDiControls = (UBool)(pBiDi->reorderingOptions &
746 static UBool /* return TRUE if success */
803 UBool stable;
876 static UBool /* return TRUE if success */
2135 UBool inverseRTL;
2146 inverseRTL=(UBool)
2297 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR;
2376 UBool saveMayAllocateText;
2861 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) {
2867 U_CAPI UBool U_EXPORT2