Home
last modified time | relevance | path

Searched refs:hasDot (Results 1 – 4 of 4) sorted by relevance

/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java98 boolean hasDot = s.indexOf('.') >= 0; in mapValue()
100 if (!(hasDot && hasSlash)) { in mapValue()
101 if (hasDot) { in mapValue()
/external/skqp/tools/bookmaker/
DspellCheck.cpp592 bool hasDot = false; in wordCheck() local
608 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()
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java167 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()
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java168 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()