Home
last modified time | relevance | path

Searched refs:hexDigits (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dwriter.h245 …static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C… in WriteString() local
270 os_->Put(hexDigits[(codepoint >> 12) & 15]); in WriteString()
271 os_->Put(hexDigits[(codepoint >> 8) & 15]); in WriteString()
272 os_->Put(hexDigits[(codepoint >> 4) & 15]); in WriteString()
273 os_->Put(hexDigits[(codepoint ) & 15]); in WriteString()
281 os_->Put(hexDigits[(lead >> 12) & 15]); in WriteString()
282 os_->Put(hexDigits[(lead >> 8) & 15]); in WriteString()
283 os_->Put(hexDigits[(lead >> 4) & 15]); in WriteString()
284 os_->Put(hexDigits[(lead ) & 15]); in WriteString()
287 os_->Put(hexDigits[(trail >> 12) & 15]); in WriteString()
[all …]
Dpointer.h993 …static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C… in Put() local
995 os_.Put(hexDigits[u >> 4]); in Put()
996 os_.Put(hexDigits[u & 15]); in Put()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...