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

1 2

  /external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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...]
  /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...]
  /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 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 498 milliseconds

1 2