Searched refs:valueAscii (Results 1 – 1 of 1) sorted by relevance
203 private final byte[] valueAscii; field in Status.Code207 this.valueAscii = Integer.toString(value).getBytes(US_ASCII); in Code()224 private byte[] valueAscii() { in valueAscii() method in Status.Code225 return valueAscii; in valueAscii()558 return status.getCode().valueAscii(); in toAsciiString()