Home
last modified time | relevance | path

Searched defs:high (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java387 private static byte[] toUTF8(int high, int low) { in toUTF8()
/thrift-3.4.0/lib/py/src/protocol/
DTJSONProtocol.py264 def _toChar(self, high, low=None): argument