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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java90 static DateFormat getDateTimeFormat(String dtfStr) { argument
94 if (dtfStr.startsWith("SHORT")) {
96 } else if (dtfStr.startsWith("MEDIUM")) {
98 } else if (dtfStr.startsWith("LONG")) {
100 } else if (dtfStr.startsWith("FULL")) {
104 if (dtfStr.endsWith("SHORT")) {
106 } else if (dtfStr.endsWith("MEDIUM")) {
108 } else if (dtfStr.endsWith("LONG")) {
110 } else if (dtfStr.endsWith("FULL")) {
116 } else if (dtfStr
[all...]

Completed in 86 milliseconds