Home
last modified time | relevance | path

Searched defs:CHAR_COLON (Results 1 – 5 of 5) sorted by relevance

/third_party/node/lib/internal/
Dconstants.js21 CHAR_COLON: 58, /* : */ property
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DJSON.kt772 private const val CHAR_COLON = ':'.toByte() constant
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h712 #define CHAR_COLON ':' macro
1002 #define CHAR_COLON '\072' macro
/third_party/glib/glib/pcre/
Dpcre_internal.h991 #define CHAR_COLON ':' macro
1256 #define CHAR_COLON '\072' macro
/third_party/node/tools/
Dlint-md.mjs2047 CHAR_COLON: 58, /* : */ property
5396 CHAR_COLON: ':', /* : */ property
11463 var CHAR_COLON = 0x3A; /* : */ variable