Home
last modified time | relevance | path

Searched refs:MINUS (Results 1 - 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/common/
H A Ducnv_u7.cpp93 #define MINUS 45 macro
521 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
577 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
710 /* Add final MINUS to terminate unicodeMode */ in _UTF7FromUnicodeWithOffsets()
712 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
717 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets()
1220 *target++=MINUS; in _IMAPFromUnicodeWithOffsets()
1231 cnv->charErrorBuffer[0]=MINUS; in _IMAPFromUnicodeWithOffsets()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u7.cpp93 #define MINUS 45 macro
521 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
577 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
710 /* Add final MINUS to terminate unicodeMode */ in _UTF7FromUnicodeWithOffsets()
712 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
717 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets()
1220 *target++=MINUS; in _IMAPFromUnicodeWithOffsets()
1231 cnv->charErrorBuffer[0]=MINUS; in _IMAPFromUnicodeWithOffsets()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u7.cpp93 #define MINUS 45 macro
521 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
577 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
710 /* Add final MINUS to terminate unicodeMode */ in _UTF7FromUnicodeWithOffsets()
712 *target++=MINUS; in _UTF7FromUnicodeWithOffsets()
717 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets()
1220 *target++=MINUS; in _IMAPFromUnicodeWithOffsets()
1231 cnv->charErrorBuffer[0]=MINUS; in _IMAPFromUnicodeWithOffsets()
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF7.java75 private static final byte MINUS=45; field in CharsetUTF7
540 target.put(MINUS); in encodeLoop()
551 errorBuffer[0]=MINUS; in encodeLoop()
597 target.put(MINUS); in encodeLoop()
602 errorBuffer[0]=MINUS; in encodeLoop()
750 target.put(MINUS); in encodeLoop()
755 errorBuffer[errorBufferLength++]=MINUS; in encodeLoop()
/third_party/python/Lib/test/
H A Dtest_tokenize.py1400 self.assertExactTypeEqual('-', token.MINUS)
1703 MINUS '-' (1, 1) (1, 2)
1705 MINUS '-' (1, 8) (1, 9)
1715 MINUS '-' (1, 14) (1, 15)
2068 MINUS '-' (1, 6) (1, 7)
2072 MINUS '-' (1, 15) (1, 16)
2117 MINUS '-' (1, 16) (1, 17)
2122 MINUS '-' (1, 0) (1, 1)
2134 MINUS '-' (1, 14) (1, 15)
2135 MINUS '
[all...]
/third_party/python/Lib/
H A Dtoken.py21 MINUS = 15 variable
95 '-': MINUS,
/third_party/gn/src/gn/
H A Dtoken.h24 MINUS, enumerator
H A Doperators_unittest.cc247 TestBinaryOpNode node(Token::MINUS, "-"); in TEST()
281 TestBinaryOpNode node(Token::MINUS, "-"); in TEST()
H A Dtokenizer.cc41 return Token::MINUS; in GetSpecificOperatorType()
H A Dtokenizer_unittest.cc82 {Token::MINUS, "-"}, in TEST()
/third_party/python/Include/
H A Dtoken.h28 #define MINUS 15 macro
/third_party/python/Parser/
H A Dtoken.c24 "MINUS",
89 case '-': return MINUS; in PyToken_OneChar()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py24 MINUS = 15 variable
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp2070 enum Sign { PLUS=1, MINUS=2 }; enumerator
2078 int8_t signMask; // PLUS or MINUS or both
2209 #define PLUS_MINUS PLUS|MINUS in TestJ81()
2214 { UCAL_WEEK_OF_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY }, in TestJ81()
2215 { UCAL_DATE, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY }, in TestJ81()
2220 { UCAL_DAY_OF_YEAR, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY }, in TestJ81()
2221 { UCAL_DAY_OF_WEEK, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY }, in TestJ81()
2222 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY }, in TestJ81()
2223 { UCAL_AM_PM, ADD, PLUS|MINUS, 4, -12*ONE_HOUR, +36*ONE_HOUR }, in TestJ81()
2224 { UCAL_HOUR, ADD, PLUS|MINUS, 4 in TestJ81()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.hpp64 MINUS, enumerator
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y367 %token PLUS MINUS
479 %left PLUS MINUS
1089 | MINUS LONG { $$ = -$2; }
1474 | MINUS INTEGER { $$ = -$2; }
1476 | MINUS LONG { $$ = -$2; }
2195 | MINUS { $$ = 1; }
2221 | MINUS { $$ = 1; }
/third_party/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp59 #define MINUS ((UChar)0x002D) /*-*/ macro
70 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
299 result += MINUS; in setChoices()
H A Dvtzone.cpp33 static const UChar MINUS = 0x2D; /* - */ variable
95 } else if (str.charAt(start) == MINUS) { in parseAsciiDigits()
139 str.append(MINUS); in appendAsciiDigits()
171 str.append(MINUS); in appendMillis()
301 } else if (s == MINUS) { in offsetStrToMillis()
334 str.append(MINUS); in millisToOffset()
449 } else if (value.charAt(0) == MINUS) { in parseRRULE()
H A Dtzfmt.cpp122 static const UChar MINUS = 0x002D; variable
1540 sign = MINUS;
1661 } else if (firstChar == MINUS) {
2029 } else if (c == MINUS) {
2174 sign = MINUS;
/third_party/node/deps/icu-small/source/i18n/
H A Dchoicfmt.cpp59 #define MINUS ((char16_t)0x002D) /*-*/ macro
70 //static const char16_t gNegativeInfinity[] = {MINUS, INFINITY, 0};
299 result += MINUS; in setChoices()
H A Dvtzone.cpp33 static const char16_t MINUS = 0x2D; /* - */ variable
95 } else if (str.charAt(start) == MINUS) { in parseAsciiDigits()
139 str.append(MINUS); in appendAsciiDigits()
171 str.append(MINUS); in appendMillis()
301 } else if (s == MINUS) { in offsetStrToMillis()
334 str.append(MINUS); in millisToOffset()
449 } else if (value.charAt(0) == MINUS) { in parseRRULE()
H A Dtzfmt.cpp122 static const char16_t MINUS = 0x002D; variable
1540 sign = MINUS;
1661 } else if (firstChar == MINUS) {
2029 } else if (c == MINUS) {
2174 sign = MINUS;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp59 #define MINUS ((UChar)0x002D) /*-*/ macro
70 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
299 result += MINUS; in setChoices()
H A Dvtzone.cpp41 static const UChar MINUS = 0x2D; /* - */ variable
103 } else if (str.charAt(start) == MINUS) { in parseAsciiDigits()
147 str.append(MINUS); in appendAsciiDigits()
179 str.append(MINUS); in appendMillis()
309 } else if (s == MINUS) { in offsetStrToMillis()
342 str.append(MINUS); in millisToOffset()
457 } else if (value.charAt(0) == MINUS) { in parseRRULE()
H A Dtzfmt.cpp122 static const UChar MINUS = 0x002D; variable
1540 sign = MINUS;
1661 } else if (firstChar == MINUS) {
2029 } else if (c == MINUS) {
2174 sign = MINUS;

Completed in 39 milliseconds

12