Searched defs:digitValue (Results 1 – 9 of 9) sorted by relevance
35 int32_t digitValue = u_charDigitValue(*it); in NormalizeDecimalDigits() local
360 int digitValue = ((groupValue / 10) % 10); in toCJKIdeographic() local366 int digitValue = ((groupValue / 100) % 10); in toCJKIdeographic() local372 int digitValue = groupValue / 1000; in toCJKIdeographic() local
53 int32_t digitValue; member
1028 int32_t digitValue = u_charDigitValue(fC.fChar); in doParseActions() local1043 int32_t digitValue = u_charDigitValue(fC.fChar); in doParseActions() local
1006 int32_t digitValue = u_charDigitValue(fC.fChar); in doParseActions() local1021 int32_t digitValue = u_charDigitValue(fC.fChar); in doParseActions() local
1202 private static int digitValue(final char c) { in digitValue() method in TextFormat
1422 private static int digitValue(final byte c) { in digitValue() method in TextFormat
997 IntegralType digitValue; in toIntegralType() local
311 unsigned int digitValue) in trailingHexadecimalFraction()