Searched defs:isSafe (Results 1 – 6 of 6) sorted by relevance
47 bool isSafe = (start <= end) && (end <= this->size()); in zeroRange() local57 bool isSafe = (start <= end) && (end <= this->size()); in copyToRange() local
52 bool isSafe = (sourceChannel && sourceChannel->length() >= length()); in copyFrom() local82 bool isSafe = sourceChannel && sourceChannel->length() >= length(); in sumFrom() local
96 …bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && number… in accumulate() local
180 …bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess &&… in process() local
1621 UBool isSafe = TRUE; // indication flag for position in safe zone in doNextCanonicalSuffixMatch() local2284 UBool isSafe = TRUE; // safe zone indication flag for position in doPreviousCanonicalPrefixMatch() local
2190 bool isSafe = false; in optimizeCompareInstr() local