Searched refs:digitValue (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h53 int32_t digitValue; member in struct:UniProps
H A Dppucd.cpp44 digitValue(-1), numericValue(NULL),
400 props.digitValue=c-'0';
402 props.digitValue=-1;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java1735 int code = digitValue(c);
1738 code = code * 8 + digitValue(input.byteAt(i));
1742 code = code * 8 + digitValue(input.byteAt(i));
1764 code = digitValue(input.byteAt(i));
1771 code = code * 16 + digitValue(input.byteAt(i));
1847 private static int digitValue(final byte c) { method in class:TextFormat
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp1001 int32_t digitValue = u_charDigitValue(fC.fChar); local
1002 U_ASSERT(digitValue >= 0);
1003 int64_t val = (int64_t)fIntervalLow*10 + digitValue;
1018 int32_t digitValue = u_charDigitValue(fC.fChar); local
1019 U_ASSERT(digitValue >= 0);
1020 int64_t val = (int64_t)fIntervalUpper*10 + digitValue;
/external/llvm/lib/Support/
H A DAPFloat.cpp313 unsigned int digitValue)
319 if (digitValue > 8)
321 else if (digitValue < 8 && digitValue > 0)
335 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf;
337 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf;
312 trailingHexadecimalFraction(StringRef::iterator p, StringRef::iterator end, unsigned int digitValue) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 259 milliseconds