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

  /packages/apps/Email/src/com/android/email/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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 572 boolean firstDot = true;
576 if (!firstDot) {
580 firstDot = false;
  /frameworks/base/tools/aapt/
Resource.cpp 38 const char* firstDot = strchr(leaf.string(), '.');
41 if (firstDot) {
42 return String8(str, firstDot-str);
    [all...]

Completed in 1078 milliseconds