Searched defs:PARSE_FLAG_PLUS_SIGN_ALLOWED (Results 1 – 4 of 4) 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
49 PARSE_FLAG_PLUS_SIGN_ALLOWED = 0x0400, enumerator