Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 25 of 137) sorted by relevance

123456

/external/icu/icu4c/source/test/intltest/
Dtestutil.cpp32 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility
38 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility
42 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility
56 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTestUtility.java17 public static String hex(char ch) { in hex() method in TestUtility
22 public static String hex(int ch) { in hex() method in TestUtility
27 public static String hex(String s) { in hex() method in TestUtility
31 public static String hex(String s, String sep) { in hex() method in TestUtility
DRegexUtilitiesTest.java56 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUtility.java16 public static String hex(char ch) { in hex() method in TestUtility
21 public static String hex(int ch) { in hex() method in TestUtility
26 public static String hex(String s) { in hex() method in TestUtility
30 public static String hex(String s, String sep) { in hex() method in TestUtility
DRegexUtilitiesTest.java55 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/external/okhttp/okio/okio/src/test/java/okio/
DUtf8Test.java189 private void assertEncoded(String hex, int... codePoints) throws Exception { in assertEncoded()
195 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { in assertCodePointEncoded()
203 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { in assertCodePointDecoded()
211 private void assertStringEncoded(String hex, String string) throws Exception { in assertStringEncoded()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpParsingTest.java52 String hex = Integer.toHexString(i); in testNormalCharacters() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java485 static public String hex(int i) { in hex() method in NormalizerBuilder
493 static public String hex(char i) { in hex() method in NormalizerBuilder
501 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java486 static public String hex(int i) { in hex() method in NormalizerBuilder
494 static public String hex(char i) { in hex() method in NormalizerBuilder
502 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DPerl5Target.java63 String hex = Integer.toHexString(c | 0x10000).toUpperCase().substring(1, 5); in getTargetCharLiteralFromANTLRCharLiteral() local
DJavaScriptTarget.java40 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
DTarget.java187 String hex = Integer.toHexString(c|0x10000).toUpperCase().substring(1,5); in getTargetCharLiteralFromANTLRCharLiteral() local
342 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
DActionScriptTarget.java83 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
/external/boringssl/src/crypto/test/
Dtest_util.cc34 static const char hex[] = "0123456789abcdef"; in operator <<() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java177 String hex = Integer.toHexString(c.intValue() + 128); in nextHexString() local
286 String hex = Integer.toHexString(c.intValue() + 128); in nextSecureHexString() local
/external/boringssl/src/tool/
Drand.cc38 bool forever = true, hex = false; in Rand() local
/external/skia/gm/
Dmultipicturedraw.cpp32 SkPath hex; in make_hex_path() local
49 SkPath hex = make_hex_path(0, 0); in make_hex_plane_picture() local
94 SkPath hex = make_hex_path(0, 0); in make_single_layer_hex_plane_picture() local
306 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in path_clip() local
318 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in invpath_clip() local
/external/libvpx/libvpx/test/
Dmd5_helper.h51 static const char hex[16] = { in Get() local
/external/wycheproof/java/com/google/security/wycheproof/
DTestUtil.java56 public static byte[] hexToBytes(String hex) throws IllegalArgumentException { in hexToBytes()
/external/iw/
Dutil.c115 unsigned char *parse_hex(char *hex, size_t *outlen) in parse_hex()
345 static int hex2byte(char *hex) in hex2byte()
358 static char *hex2bin(char *hex, char *buf) in hex2bin()
/external/boringssl/src/crypto/x509/
Dx509_obj.c86 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
/external/webrtc/webrtc/examples/turnserver/
Dturnserver_main.cc31 std::string hex; in GetKey() local
/external/ltp/testcases/kernel/syscalls/gethostid/
Dgethostid01.c145 hostid2[HOSTIDLEN], *hostid3, hex[2] = "0x"; in main() local
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dpoloutil.cc26 char* hex = BN_bn2hex(bn); in BytesToHexString() local
/external/libcups/cups/
Dhash.c295 static const char *hex = "0123456789abcdef"; in cupsHashString() local

123456