/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
H A D | JavaScriptTarget.java | 65 private void writeHexWithPadding(StringBuffer buf, String digits) { argument 66 digits = digits.toUpperCase(); 67 int padding = 8 - digits.length(); 72 buf.append(digits);
|
H A D | ActionScriptTarget.java | 116 private void writeHexWithPadding(StringBuffer buf, String digits) { argument 117 digits = digits.toUpperCase(); 118 int padding = 8 - digits.length(); 123 buf.append(digits);
|
/external/icu/icu4c/source/i18n/ |
H A D | valueformatter.cpp | 32 VisibleDigitsWithExponent &digits, 37 value, digits, status); 41 value, digits, status); 47 return digits; 53 VisibleDigitsWithExponent &digits, 58 value, digits, status); 62 value, digits, status); 68 return digits; 30 toVisibleDigitsWithExponent( int64_t value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 51 toVisibleDigitsWithExponent( DigitList &value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument
|
H A D | decNumber.h | 60 /* DECNUMDIGITS is the default number of digits that can be held in */ 69 /* number of digits it will hold. */ 82 int32_t digits; /* Count of digits in the coefficient; >0 */ member in struct:__anon6827 91 /* 1. If digits is > DECDPUN then there will one or more */ 93 /* These contain the remaining (more significant) digits of the */ 100 /* contains DECDPUN digits (e.g., a value in the range 0 through */ 103 /* 2. A decNumber converted to a string may need up to digits+14 */ 192 && (dn)->digits==1 \
|
H A D | digitaffixesandpadding.cpp | 44 VisibleDigitsWithExponent digits; local 46 (int64_t) value, digits, status); 48 digits, 87 const VisibleDigitsWithExponent &digits, 98 if (!digits.isNaN()) { 99 UBool bPositive = !digits.isNegative(); 102 if (optPluralRules == NULL || digits.isInfinite()) { 106 UnicodeString count(optPluralRules->select(digits)); 113 formatter.format(digits, handler, appendTo); 116 int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) 86 format( const VisibleDigitsWithExponent &digits, const ValueFormatter &formatter, FieldPositionHandler &handler, const PluralRules *optPluralRules, UnicodeString &appendTo, UErrorCode &status) const argument 153 VisibleDigitsWithExponent digits; local [all...] |
H A D | precision.cpp | 134 FixedPrecision::handleNonNumeric(DigitList &value, VisibleDigits &digits) { argument 136 digits.setNaN(); 140 digits.setInfinite(); 142 digits.setNegative(); 152 VisibleDigits &digits, 155 return digits; 157 digits.clear(); 158 if (handleNonNumeric(value, digits)) { 159 return digits; 162 digits 150 initVisibleDigits( DigitList &value, VisibleDigits &digits, UErrorCode &status) const argument 173 initVisibleDigits( int64_t value, VisibleDigits &digits, UErrorCode &status) const argument 199 initVisibleDigits( double value, VisibleDigits &digits, UErrorCode &status) const argument 258 initVisibleDigits( int64_t mantissa, int32_t exponent, VisibleDigits &digits, UErrorCode &status) const argument 333 initVisibleDigitsWithExponent( DigitList &value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 343 initVisibleDigitsWithExponent( double value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 353 initVisibleDigitsWithExponent( int64_t value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 393 initVisibleDigitsWithExponent( DigitList &value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 415 initVisibleDigitsWithExponent( double value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument 428 initVisibleDigitsWithExponent( int64_t value, VisibleDigitsWithExponent &digits, UErrorCode &status) const argument [all...] |
H A D | quantityformatter.cpp | 150 VisibleDigitsWithExponent digits; local 153 decFmt->initVisibleDigitsWithExponent(number, digits, status); 157 pluralKeyword = rules.select(digits); 158 decFmt->format(digits, formattedNumber, pos, status);
|
/external/icu/icu4c/source/samples/datefmt/ |
H A D | util.cpp | 22 int8_t digits, 25 while (digits > 0) { 26 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF]; 21 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
|
/external/icu/icu4c/source/samples/msgfmt/ |
H A D | util.cpp | 22 int8_t digits, 25 while (digits > 0) { 26 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF]; 21 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
|
/external/icu/icu4c/source/samples/translit/ |
H A D | util.cpp | 22 int8_t digits, 25 while (digits > 0) { 26 target += DIGIT_STRING[(number >> ((--digits) * 4)) & 0xF]; 21 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
|
/external/icu/icu4c/source/tools/genrb/ |
H A D | rbutil.c | 68 const char digits[16] = {'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'}; local 83 buffer[length++]= digits[digit];
|
/external/webrtc/webrtc/base/ |
H A D | urlencode.cc | 95 static const char *digits = "0123456789ABCDEF"; local 112 *dest++ = digits[(ch >> 4) & 0x0F]; 113 *dest++ = digits[ ch & 0x0F];
|
/external/curl/lib/ |
H A D | inet_pton.c | 95 static const char digits[] = "0123456789"; local 106 if((pch = strchr(digits, ch)) != NULL) { 107 unsigned int val = *tp * 10 + (unsigned int)(pch - digits);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
H A D | Utils.java | 50 * - Sequences of 0 digits and their units are replaced by a single 0 and no unit. 51 * - If there are two such sequences of 0 digits in a level (1000's and 10's), the 1000's 0 is also omitted. 64 return String.valueOf(zh.digits[(int)n]); 69 char[] digits = String.valueOf(n).toCharArray(); 71 // first, generate all the digits in place 77 for (int i = digits.length, u = -1, l = -1; --i >= 0;) { 92 int d = digits[i] - '0'; 100 buf[--x] = zh.digits[0]; 106 buf[--x] = zh.digits[d]; 126 if (buf[i] == zh.digits[ 191 final char[] digits; field in class:Utils.ChineseDigits 197 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) argument [all...] |
/external/icu/icu4c/source/samples/numfmt/ |
H A D | util.cpp | 33 int8_t digits, 36 while (digits > 0) { 37 digit = (number >> ((--digits) * 4)) & 0xF; 32 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | Utils.java | 46 * - Sequences of 0 digits and their units are replaced by a single 0 and no unit. 47 * - If there are two such sequences of 0 digits in a level (1000's and 10's), the 1000's 0 is also omitted. 60 return String.valueOf(zh.digits[(int)n]); 65 char[] digits = String.valueOf(n).toCharArray(); 67 // first, generate all the digits in place 73 for (int i = digits.length, u = -1, l = -1; --i >= 0;) { 88 int d = digits[i] - '0'; 96 buf[--x] = zh.digits[0]; 102 buf[--x] = zh.digits[d]; 122 if (buf[i] == zh.digits[ 187 final char[] digits; field in class:Utils.ChineseDigits 193 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) argument [all...] |
/external/markdown/markdown/extensions/ |
H A D | headerid.py | 71 from string import ascii_lowercase, digits, punctuation namespace 73 ID_CHARS = ascii_lowercase + digits + '-_'
|
/external/netperf/src/missing/ |
H A D | inet_ntop.c | 98 const char digits[] = "0123456789"; local 113 *dst++ = digits[n / 100]; 118 *dst++ = digits[n / 10]; 122 *dst++ = digits[n];
|
/external/tcpdump/missing/ |
H A D | inet_ntop.c | 62 const char digits[] = "0123456789"; local 77 *dst++ = digits[n / 100]; 82 *dst++ = digits[n / 10]; 86 *dst++ = digits[n];
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | FixASCIIControlsReader.java | 40 /** count the digits of the sequence */ 41 private int digits = 0; field in class:FixASCIIControlsReader 138 digits = 0; 144 digits = 1; 157 digits++; 158 if (digits <= 5) 184 digits++; 185 if (digits <= 4)
|
/external/c-ares/ |
H A D | inet_net_pton.c | 80 static const char digits[] = "0123456789"; local 118 n = aresx_sztosi(strchr(digits, ch) - digits); 146 n = aresx_sztosi(strchr(digits, ch) - digits); 205 static const char digits[] = "0123456789"; local 215 pch = strchr(digits, ch); 220 val += aresx_sztosi(pch - digits); 236 static const char digits[] = "0123456789"; local 247 pch = strchr(digits, c 286 int digits; local [all...] |
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
H A D | constants.py | 471 digits = frozenset(string.digits) variable
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
H A D | MathContext.java | 24 /* 1998.06.25 Rename from DecimalContext; allow digits=0 */ 44 * <li><code>digits</code>: 45 * the number of digits (precision) to be used for an operation 49 * whether checking for lost digits is enabled 121 public static final int ENGINEERING=2; // 1-3 digits before . 129 * If any of the discarded digits are non-zero then the result 139 * All discarded digits are ignored (truncated). The result is 149 * If any of the discarded digits are non-zero then the result 160 * If the discarded digits represent greater than half (0.5 times) 162 * rounded up (away from zero). Otherwise the discarded digits ar 234 int digits; field in class:MathContext [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | intltest.h | 341 // digits=-1 determines the number of digits automatically 342 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target); 343 static UnicodeString toHex(uint32_t number, int32_t digits=-1); 344 static inline UnicodeString toHex(int32_t number, int32_t digits=-1) { argument 345 return toHex((uint32_t)number, digits);
|
/external/skia/src/utils/ |
H A D | SkFloatUtils.h | 36 static const int digits = 0; member in struct:SkNumericLimits 41 static const int digits = DBL_MANT_DIG; member in struct:SkNumericLimits 46 static const int digits = FLT_MANT_DIG; member in struct:SkNumericLimits 64 static const size_t kFractionBitCount = SkNumericLimits<RawType>::digits - 1;
|