Searched refs:encodeInteger (Results 1 – 4 of 4) sorted by relevance
74 EncoderError encodeInteger(const char *chars, int len);
39 EncoderError WbxmlEncoder::encodeInteger(const char *chars, int len) in encodeInteger() function in WbxmlEncoder
124 return encodeInteger(chars, len); in characters()
758 public static byte[] encodeInteger(BigInteger bigInt) { in encodeInteger() method in Base64