Searched refs:TEXT_MAX (Results 1 – 1 of 1) sorted by relevance
76 static private final int TEXT_MAX = 127; field in PduComposer291 if (((text[0])&0xff) > TEXT_MAX) { // No need to check for <= 255 in appendTextString()292 append(TEXT_MAX); in appendTextString()