HomeSort by relevance Sort by last modified time
    Searched defs:MINUS (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/common/
ucnv_u7.c 89 #define MINUS 45
300 * A terminating minus sign is consumed.
368 /* minus sign terminates the base64 sequence */
371 /* +- i.e. a minus immediately following a plus */
377 /* absorb the minus and leave the Unicode Mode */
386 } else if(base64Value==-1) /* for any legal character except base64 and minus sign */ {
390 /* illegal: + immediately followed by something other than base64 or minus sign */
502 *target++=MINUS;
513 cnv->charErrorBuffer[0]=MINUS;
556 /* need to terminate with a minus */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 55 #define MINUS ((UChar)0x002D) /*-*/
63 static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
473 result += MINUS;
timezone.cpp 96 #define MINUS 0x002D
    [all...]
vtzone.cpp 39 static const UChar MINUS = 0x2D; /* - */
101 } else if (str.charAt(start) == MINUS) {
145 str.append(MINUS);
177 str.append(MINUS);
307 } else if (s == MINUS) {
340 str.append(MINUS);
455 } else if (value.charAt(0) == MINUS) {
    [all...]
  /external/chromium_org/tools/gn/
token.h 23 MINUS,
  /external/icu/icu4c/source/common/
ucnv_u7.c 90 #define MINUS 45
301 * A terminating minus sign is consumed.
315 * base64Value==-1 for any legal character except base64 and minus sign, or
329 /* illegal: + immediately followed by something other than base64 or minus sign */
408 /* minus sign terminates the base64 sequence */
411 /* +- i.e. a minus immediately following a plus */
417 /* absorb the minus and leave the Unicode Mode */
516 *target++=MINUS;
527 cnv->charErrorBuffer[0]=MINUS;
570 /* need to terminate with a minus */
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 57 #define MINUS ((UChar)0x002D) /*-*/
68 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
297 result += MINUS;
tzfmt.cpp 113 static const UChar MINUS = 0x002D;
    [all...]
timezone.cpp 99 #define MINUS 0x002D
    [all...]
vtzone.cpp 39 static const UChar MINUS = 0x2D; /* - */
101 } else if (str.charAt(start) == MINUS) {
145 str.append(MINUS);
177 str.append(MINUS);
307 } else if (s == MINUS) {
340 str.append(MINUS);
455 } else if (value.charAt(0) == MINUS) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /external/deqp/framework/randomshaders/
rsgToken.hpp 64 MINUS,
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 60 public static final int MINUS = (int) '-';
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 184 public static final int MINUS = LexerCore.MINUS;
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 465 milliseconds

1 2 3