Searched defs:COMMA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java60 private static final char COMMA = ','; field in class:CookieManager
875 if (cookieString.charAt(index) == COMMA) {
909 int comaIndex = cookieString.indexOf(COMMA, equalIndex);
920 int commaIndex = cookieString.indexOf(COMMA, index);

Completed in 12 milliseconds