Home | History | Annotate | Download | only in pdu

Lines Matching defs:QUOTE

32     private static final int QUOTE = 127;
995 * Value-length = Short-length | (Length-quote Length)
997 * Length-quote = <Octet 31>
1071 * Text-string = [Quote] *TEXT End-of-string
1073 * a Quote character must precede it.
1074 * Otherwise the Quote character must be omitted.
1075 * The Quote is not part of the contents.
1076 * Quote = <Octet 127>
1085 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1096 (QUOTE == temp)) {
1097 // Mark again if QUOTE and ignore it
1106 * Return *TOKEN or *TEXT (Text-String without QUOTE,