Searched refs:hyphen (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java499 int hyphen = (c=='-') ? 1: 0; // count of consequent hyphens
500 int last = (c=='-') ? -1: c; // the char before hyphen
509 hyphen++;
511 hyphen = 0;
514 if (hyphen == 5 && (last==-1 || last=='\r' || last=='\n')) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java51 public final Name hyphen; field in class:Names
160 hyphen = fromString("-");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java66 opname[JCTree.NEG - JCTree.POS] = names.hyphen;
89 opname[JCTree.MINUS - JCTree.POS] = names.hyphen;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java893 t = literal(names.hyphen, pos);

Completed in 303 milliseconds