Searched refs:hasDot (Results 1 – 4 of 4) sorted by relevance
98 boolean hasDot = s.indexOf('.') >= 0; in mapValue()100 if (!(hasDot && hasSlash)) { in mapValue()101 if (hasDot) { in mapValue()
592 bool hasDot = false; in wordCheck() local608 hasDot |= isDot; in wordCheck()632 && !hasColon && !hasDot && !hasParen && !fInStdOut && !inCode && !fInConst in wordCheck()643 if (!hasColon && !hasDot && !hasParen && !hasUnderscore in wordCheck()658 hasDot ? fDots : in wordCheck()
167 boolean hasDot = false; in ipStringToBytes()172 hasDot = true; in ipStringToBytes()174 if (hasDot) { in ipStringToBytes()188 if (hasDot) { in ipStringToBytes()198 } else if (hasDot) { in ipStringToBytes()
168 boolean hasDot = false; in ipStringToBytes()173 hasDot = true; in ipStringToBytes()175 if (hasDot) { in ipStringToBytes()189 if (hasDot) { in ipStringToBytes()199 } else if (hasDot) { in ipStringToBytes()