Home | History | Annotate | Download | only in utils

Lines Matching defs:USERINFO_CHARACTERS

110   private static final String USERINFO_CHARACTERS = ";:&=+$,";
1096 && USERINFO_CHARACTERS.indexOf(testChar) == -1)