Home
last modified time | relevance | path

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

12345678910

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTestUtility.java19 public static String hex(char ch) { in hex() method in TestUtility
24 public static String hex(int ch) { in hex() method in TestUtility
29 public static String hex(String s) { in hex() method in TestUtility
33 public static String hex(String s, String sep) { in hex() method in TestUtility
DRegexUtilitiesTest.java61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/third_party/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.java58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/third_party/musl/libc-test/src/functional/
Dinet_pton.c29 #define V6(src,ret,hex) do{\ argument
56 #define V4(src,ret,hex) do{\ argument
/third_party/boost/libs/convert/example/
Dalgorithms.cpp30 cnv(std::hex)(std::skipws); in introduction() local
163 cnv(std::hex)(std::uppercase)(std::showbase); in example5() local
/third_party/typescript/src/testRunner/unittests/
DparsePseudoBigInt.ts42 const hex = "0".repeat(leadingZeros) + testNumber.toString(16) + "n"; constant
44 for (const hexCase of [hex.toLowerCase(), hex.toUpperCase()]) { constant
/third_party/node/src/
Dnode_report.h36 std::stringstream hex; in ValueToHexString() local
Dnode_url_tables.cc8 const char hex[1024] = variable
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.cpp39 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility
45 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility
49 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility
63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
/third_party/boost/boost/algorithm/
Dhex.hpp152 hex ( InputIterator first, InputIterator last, OutputIterator out ) { in hex() function
185 hex ( const T *ptr, OutputIterator out ) { in hex() function
217 hex ( const Range &r, OutputIterator out ) { in hex() function
289 String hex ( const String &input ) { in hex() function
/third_party/boost/libs/filesystem/src/
Dunique_path.cpp225 BOOST_CONSTEXPR_OR_CONST wchar_t hex[] = L"0123456789abcdef"; variable
228 BOOST_CONSTEXPR_OR_CONST char hex[] = "0123456789abcdef"; variable
/third_party/node/test/parallel/
Dtest-crypto-ecb.js39 let hex = encrypt.update('Hello World!', 'ascii', 'hex'); variable
Dtest-buffer-badhex.js43 const hex = buf.toString('hex'); constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/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
/third_party/boost/libs/geometry/example/with_external_libs/
Dx03_d_soci_example.cpp64 std::string const& hex = *it; in main() local
/third_party/libpsl/include/
Dmeson.build13 hex = '0123456789abcdef' variable
/third_party/abseil-cpp/absl/strings/
Dcharconv.h32 hex = 4, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.h32 hex = 4, enumerator
/third_party/mesa3d/src/asahi/lib/
Dhexdump.h28 hexdump(FILE *fp, const uint8_t *hex, size_t cnt, bool with_strings) in hexdump()
/third_party/node/deps/npm/node_modules/ecc-jsbn/
Dindex.js8 function unstupid(hex,len) argument
/third_party/curl/lib/vquic/
Dvquic.c65 char hex[3]; in Curl_qlogdir() local
/third_party/flutter/skia/gm/
Dmultipicturedraw.cpp47 SkPath hex; in make_hex_path() local
64 SkPath hex = make_hex_path(0, 0); in make_hex_plane_picture() local
109 SkPath hex = make_hex_path(0, 0); in make_single_layer_hex_plane_picture() local
316 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in path_clip() local
328 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in invpath_clip() local
/third_party/flutter/engine/flutter/fml/
Dpaths.cc39 const std::string hex = str.substr(i + 1, 2); in SanitizeURIEscapedCharacters() local

12345678910