Searched refs:hexDigits (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | writer.h | 245 …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 …]
|
D | pointer.h | 993 …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/apps/TV/libs/ |
D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |