Home
last modified time | relevance | path

Searched defs:MINUS (Results 1 – 22 of 22) sorted by relevance

/third_party/gn/src/gn/
Dtoken.h24 MINUS, enumerator
/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py24 MINUS = 15 variable
/third_party/python/Include/
Dtoken.h28 #define MINUS 15 macro
/third_party/python/Lib/
Dtoken.py21 MINUS = 15 variable
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF7.java75 private static final byte MINUS=45; field in CharsetUTF7
/third_party/icu/icu4c/source/common/
Ducnv_u7.cpp93 #define MINUS 45 macro
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp93 #define MINUS 45 macro
/third_party/node/deps/icu-small/source/common/
Ducnv_u7.cpp93 #define MINUS 45 macro
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp64 MINUS, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dchoicfmt.cpp59 #define MINUS ((char16_t)0x002D) /*-*/ macro
Dtimezone.cpp101 #define MINUS 0x002D macro
Dvtzone.cpp33 static const char16_t MINUS = 0x2D; /* - */ variable
Dtzfmt.cpp122 static const char16_t MINUS = 0x002D; variable
/third_party/icu/icu4c/source/i18n/
Dchoicfmt.cpp59 #define MINUS ((UChar)0x002D) /*-*/ macro
Dtimezone.cpp101 #define MINUS 0x002D macro
Dvtzone.cpp33 static const UChar MINUS = 0x2D; /* - */ variable
Dtzfmt.cpp122 static const UChar MINUS = 0x002D; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp59 #define MINUS ((UChar)0x002D) /*-*/ macro
Dtimezone.cpp101 #define MINUS 0x002D macro
Dvtzone.cpp41 static const UChar MINUS = 0x2D; /* - */ variable
Dtzfmt.cpp122 static const UChar MINUS = 0x002D; variable
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp2070 enum Sign { PLUS=1, MINUS=2 }; enumerator