HomeSort by relevance Sort by last modified time
    Searched defs:firstDot (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 173 int firstDot = address.indexOf('.', lastAt + 1);
175 return firstAt > 0 && firstAt == lastAt && lastAt + 1 < firstDot
176 && firstDot <= lastDot && lastDot < len - 1;
  /frameworks/base/tools/aapt/
Resource.cpp 55 const char* firstDot = strchr(leaf.string(), '.');
58 if (firstDot) {
59 return String8(str, firstDot-str);
    [all...]

Completed in 72 milliseconds