Searched defs:PARSE_FLAG_PLUS_SIGN_ALLOWED (Results 1 – 3 of 3) sorted by relevance
23 public static final int PARSE_FLAG_PLUS_SIGN_ALLOWED = 0x0400; field in ParsingUtils
25 public static final int PARSE_FLAG_PLUS_SIGN_ALLOWED = 0x0400; field in ParsingUtils
48 PARSE_FLAG_PLUS_SIGN_ALLOWED = 0x0400, enumerator