Home | History | Annotate | Download | only in pdu

Lines Matching refs:TEXT_MAX

76     static private final int TEXT_MAX = 127;
291 if (((text[0])&0xff) > TEXT_MAX) { // No need to check for <= 255
292 append(TEXT_MAX);