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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java76 public static final int QUOTE = 42; field in interface:DebugVC50X86RegisterEnums
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2583 #define QUOTE(x) #x macro
2591 { QUOTE(typeName), QUOTE(fieldName), QUOTE(type), 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
2595 { QUOTE(typeName), QUOTE(fieldName), QUOTE(type), 1, 0, &typeName::fieldName },
2601 { QUOTE(typeName), QUOTE(fieldName), NULL, 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
2607 { QUOTE(typeNam
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1998 * pattern are literal unless prefixed by QUOTE. The following characters
1999 * after QUOTE are recognized: PATTERN_PERCENT, PATTERN_PER_MILLE,
2000 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE +
2002 * currency code. Any other character after a QUOTE represents itself.
2003 * QUOTE must be followed by another character; QUOTE may not occur by
2014 if (c == QUOTE) {
2046 * pattern are literal unless prefixed by QUOTE. The following characters
2047 * after QUOTE are recognized: PATTERN_PERCENT, PATTERN_PER_MILLE,
2048 * PATTERN_MINUS, and CURRENCY_SIGN. If CURRENCY_SIGN is doubled (QUOTE
3258 private static final char QUOTE = '\\''; field in class:DecimalFormat
[all...]
/openjdk7/jdk/test/sun/security/util/Resources/
H A DNewResourcesNames.java419 case '\'': case '"': return "QUOTE";

Completed in 144 milliseconds