Home
last modified time | relevance | path

Searched defs:hexadecimal (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-java.c1113 bool hexadecimal = false; in phase5_get() local
Dx-csharp.c1549 bool hexadecimal = false; in phase6_get() local
/third_party/node/tools/
Dlint-md.mjs9246hexadecimal: function (obj) { return obj >= 0 ? '0x' + obj.toString(16).toUpperCase() : '-0x' + o… method
9253 hexadecimal: [ 16, 'hex' ] property