HomeSort by relevance Sort by last modified time
    Searched refs:digitValue (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 165 int digitValue(UChar c)
167 return ICU::digitValue(c);
UnicodeBrew.h 171 int digitValue(UChar);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 175 int digitValue(UChar c)
177 return UnicodeCE::digitValue(c);
UnicodeWinCE.h 142 int digitValue(UChar);
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /external/icu4c/tools/toolutil/
ppucd.h 53 int32_t digitValue;
ppucd.cpp 46 digitValue(-1), numericValue(NULL),
399 props.digitValue=c-'0';
401 props.digitValue=-1;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 219 inline int digitValue(UChar32 c)
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 829 IntegralType digitValue;
832 digitValue = c - '0';
834 digitValue = c - 'a' + 10;
836 digitValue = c - 'A' + 10;
838 if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNegative))
841 value = base * value + digitValue;
  /external/llvm/lib/Support/
APFloat.cpp 301 DIGITVALUE is the first hex digit of the fraction, P points to
305 unsigned int digitValue)
311 if (digitValue > 8)
313 else if (digitValue < 8 && digitValue > 0)
327 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf;
329 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 46 signed short digitValue : 6; /* 5 needed */
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 224 milliseconds