Home | History | Annotate | Download | only in pdu

Lines Matching defs:QUOTE

42     private static final int QUOTE = 127;
1029 * Value-length = Short-length | (Length-quote Length)
1031 * Length-quote = <Octet 31>
1106 * Text-string = [Quote] *TEXT End-of-string
1108 * a Quote character must precede it.
1109 * Otherwise the Quote character must be omitted.
1110 * The Quote is not part of the contents.
1111 * Quote = <Octet 127>
1120 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1131 (QUOTE == temp)) {
1132 // Mark again if QUOTE and ignore it
1141 * Return *TOKEN or *TEXT (Text-String without QUOTE,