Searched refs:checkBiDi (Results 1 – 8 of 8) sorted by relevance
227 private boolean checkBiDi; field in StringPrep277 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep()288 if(checkBiDi) { in StringPrep()532 if(checkBiDi) { in prepare()547 if(checkBiDi == true){ in prepare()
239 private boolean checkBiDi; field in StringPrep290 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep()301 if(checkBiDi) { in StringPrep()546 if(checkBiDi) { in prepare()561 if(checkBiDi == true){ in prepare()
96 UBool checkBiDi; member
349 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()734 if(profile->checkBiDi) { in usprep_prepare()749 if(profile->checkBiDi){ in usprep_prepare()
349 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()734 if(profile->checkBiDi) { in usprep_prepare()749 if(profile->checkBiDi == true){ in usprep_prepare()
110 - if(profile->checkBiDi == true){111 + if(profile->checkBiDi){