Home
last modified time | relevance | path

Searched defs:CHAR_MINUS (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DJSON.kt802 private const val CHAR_MINUS = '-'.toByte() constant
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h699 #define CHAR_MINUS '-' macro
989 #define CHAR_MINUS '\055' macro
/third_party/glib/glib/pcre/
Dpcre_internal.h978 #define CHAR_MINUS '-' macro
1243 #define CHAR_MINUS '\055' macro
/third_party/node/tools/
Dlint-md.mjs11462 var CHAR_MINUS = 0x2D; /* - */ variable