Searched refs:isOk (Results 1 – 3 of 3) sorted by relevance
388 UBool isOk=TRUE; in checkLevels() local392 isOk=FALSE; in checkLevels()405 isOk=FALSE; in checkLevels()411 if(!isOk) { in checkLevels()425 return isOk; in checkLevels()434 UBool isOk=TRUE; in checkOrdering() local452 isOk=FALSE; in checkOrdering()459 if(isOk && orderingCount!=visualIndex) { in checkOrdering()462 isOk=FALSE; in checkOrdering()464 if(!isOk) { in checkOrdering()[all …]
803 bool isOk = false; in toIntegralType() local864 isOk = true; in toIntegralType()867 *ok = isOk; in toIntegralType()868 return isOk ? value : 0; in toIntegralType()
6737 bool isOk = false; in CheckForMaskedLoad() local6740 isOk = true; in CheckForMaskedLoad()6743 if (!isOk) return Result; in CheckForMaskedLoad()