Home
last modified time | relevance | path

Searched refs:HEX (Results 1 – 25 of 36) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Dtestutil.cpp23 static const UChar HEX[] = u"0123456789ABCDEF"; variable
28 buf.append(HEX[0xF&(ch>>20)]); in appendHex()
30 buf.append(HEX[0xF&(ch>>16)]); in appendHex()
32 buf.append(HEX[0xF&(ch>>12)]); in appendHex()
33 buf.append(HEX[0xF&(ch>>8)]); in appendHex()
34 buf.append(HEX[0xF&(ch>>4)]); in appendHex()
35 buf.append(HEX[0xF&ch]); in appendHex()
66 buf.append(HEX[0x0F & (bytes[i] >> 4)]); in hex()
67 buf.append(HEX[0x0F & bytes[i]]); in hex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPatternTokenizer.java257 … final int AFTER_QUOTE = -1, NONE = 0, START_QUOTE = 1, NORMAL_QUOTE = 2, SLASH_START = 3, HEX = 4; field in PatternTokenizer
275 quoteStatus = HEX; in next()
280 quoteStatus = HEX; in next()
295 case HEX: in next()
375 case HEX: in next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternTokenizer.java255 … final int AFTER_QUOTE = -1, NONE = 0, START_QUOTE = 1, NORMAL_QUOTE = 2, SLASH_START = 3, HEX = 4; field in PatternTokenizer
273 quoteStatus = HEX; in next()
278 quoteStatus = HEX; in next()
293 case HEX: in next()
373 case HEX: in next()
/third_party/node/src/api/
Dencoding.cc104 return HEX; in ParseEncoding()
106 return HEX; in ParseEncoding()
/third_party/python/Lib/
Dquopri.py11 HEX = b'0123456789ABCDEF' variable
40 return ESCAPE + bytes((HEX[c//16], HEX[c%16]))
/third_party/node/src/
Dstring_decoder.cc232 CHECK(Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1); in DecodeData()
238 if (Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1) { in FlushData()
319 ADD_TO_ENCODINGS_ARRAY(HEX, "hex"); in InitializeStringDecoder()
Dstring_bytes.cc360 case HEX: in Write()
419 case HEX: in StorageSize()
462 case HEX: in Size()
639 case HEX: { in Encode()
Dnode_buffer.cc1410 SetMethodNoSideEffect(context, target, "hexSlice", StringSlice<HEX>); in Initialize()
1418 SetMethod(context, target, "hexWrite", StringWrite<HEX>); in Initialize()
1455 registry->Register(StringSlice<HEX>); in RegisterExternalReferences()
1463 registry->Register(StringWrite<HEX>); in RegisterExternalReferences()
Dnode.h903 HEX, enumerator
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c67 #define HEX 'x' macro
114 static int format = HEX;
239 format = HEX; in parse_options()
804 case HEX: in prt_buf()
/third_party/node/test/addons/parse-encoding/
Dbinding.cc11 V(HEX) \
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod92 of this structure, the format strings B<ASCII> and B<HEX> can be
98 of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
156 by a colon and one of the strings B<ASCII>, B<UTF8>, B<HEX> or B<BITLIST>.
159 specified then the value string must be a valid B<UTF8> string. For B<HEX> the
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_regexes.py22 HEX = r'(?: [0-9a-zA-Z] )' variable
/third_party/node/deps/undici/src/lib/llhttp/
Dconstants.js3 …RS = exports.HEADER_CHARS = exports.TOKEN = exports.STRICT_TOKEN = exports.HEX = exports.URL_CHAR …
230 exports.HEX = exports.NUM.concat(['a', 'b', 'c', 'd', 'e', 'f', 'A', 'B', 'C', 'D', 'E', 'F']);
Dconstants.d.ts153 export declare const HEX: CharList; constant
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DLocaleDistanceMapperTest.java289 checkArgument(HEX.matchesAllOf(s), "invalid binary hex string: %s", s); in decodeHex()
297 private static final CharMatcher HEX = CharMatcher.anyOf("0123456789abcdefABCDEF"); field in LocaleDistanceMapperTest
/third_party/mbedtls/tests/data_files/
Dtest-ca.opensslconf50 hwserial = FORMAT:HEX, OCT:3132338081008180333231
/third_party/e2fsprogs/
D1001-image-make.patch60 + # Change file mode from OCT to HEX.
/third_party/vk-gl-cts/external/amber/src/tools/
Damber.sublime-syntax45 - match: '\b(GLSL|HLSL|SPIRV-ASM|SPIRV-HEX|OPENCL-C)\b'
Damber-syntax.vim66 syn keyword amberFormat GLSL HLSL SPIRV-ASM SPIRV-HEX OPENCL-C
/third_party/node/deps/v8/src/parsing/
Dscanner.cc769 kind = HEX; in ScanNumber()
850 DCHECK(kind != HEX); // 'e'/'E' must be scanned as part of the hex number in ScanNumber()
Dscanner.h462 HEX, enumerator
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md158 The provided `multi` shader can only be used with `SPIRV-ASM` and `SPIRV-HEX`
162 Note, `SPIRV-ASM` and `SPIRV-HEX` can also be used with each of the other shader
170 * `SPIRV-HEX` (decoded straight to SPIR-V)
184 for the full list. The `SPIRV-HEX` shader format is not affected by the target
/third_party/unity/docs/
DUnityAssertionsReference.md313 otherwise showing the HEX escape code for the characters.
/third_party/node/deps/undici/
Dundici.js6647 … exports2.HEADER_CHARS = exports2.TOKEN = exports2.STRICT_TOKEN = exports2.HEX = exports2.URL_CHAR…
6913 … exports2.HEX = exports2.NUM.concat(["a", "b", "c", "d", "e", "f", "A", "B", "C", "D", "E", "F"]);

12