Searched refs:CODE_COMMERCIAL_AT (Results 1 – 3 of 3) sorted by relevance
213 public static final int CODE_COMMERCIAL_AT = '@'; field in Constants
218 if (TextUtils.isEmpty(name) || name.indexOf(Constants.CODE_COMMERCIAL_AT) != -1) { in isValidName()
165 if (Constants.CODE_COMMERCIAL_AT == codePoint || Constants.CODE_SLASH == codePoint) { in getCheckabilityInScript()