Searched refs:fBCD (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_decimalquantity.cpp | 81 uprv_free(fBCD.bcdBytes.ptr); in ~DecimalQuantity() 82 fBCD.bcdBytes.ptr = nullptr; in ~DecimalQuantity() 852 return fBCD.bcdBytes.ptr[position]; in getDigitPos() 855 return (int8_t) ((fBCD.bcdLong >> (position * 4)) & 0xf); in getDigitPos() 863 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 867 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 870 fBCD.bcdLong = (fBCD.bcdLong & ~(0xfL << shift)) | ((long) value << shift); in setDigitPos() 882 fBCD.bcdBytes.ptr[i] = fBCD.bcdBytes.ptr[i - numDigits]; in shiftLeft() 885 fBCD.bcdBytes.ptr[i] = 0; in shiftLeft() 888 fBCD.bcdLong <<= (numDigits * 4); in shiftLeft() [all …]
|
D | number_decimalquantity.h | 374 } fBCD; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_decimalquantity.cpp | 82 uprv_free(fBCD.bcdBytes.ptr); in ~DecimalQuantity() 83 fBCD.bcdBytes.ptr = nullptr; in ~DecimalQuantity() 1002 return fBCD.bcdBytes.ptr[position]; in getDigitPos() 1005 return (int8_t) ((fBCD.bcdLong >> (position * 4)) & 0xf); in getDigitPos() 1013 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1017 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1020 fBCD.bcdLong = (fBCD.bcdLong & ~(0xfL << shift)) | ((long) value << shift); in setDigitPos() 1030 uprv_memmove(fBCD.bcdBytes.ptr + numDigits, fBCD.bcdBytes.ptr, precision); in shiftLeft() 1031 uprv_memset(fBCD.bcdBytes.ptr, 0, numDigits); in shiftLeft() 1033 fBCD.bcdLong <<= (numDigits * 4); in shiftLeft() [all …]
|
D | number_decimalquantity.h | 412 } fBCD; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_decimalquantity.cpp | 82 uprv_free(fBCD.bcdBytes.ptr); in ~DecimalQuantity() 83 fBCD.bcdBytes.ptr = nullptr; in ~DecimalQuantity() 987 return fBCD.bcdBytes.ptr[position]; in getDigitPos() 990 return (int8_t) ((fBCD.bcdLong >> (position * 4)) & 0xf); in getDigitPos() 998 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1002 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1005 fBCD.bcdLong = (fBCD.bcdLong & ~(0xfL << shift)) | ((long) value << shift); in setDigitPos() 1015 uprv_memmove(fBCD.bcdBytes.ptr + numDigits, fBCD.bcdBytes.ptr, precision); in shiftLeft() 1016 uprv_memset(fBCD.bcdBytes.ptr, 0, numDigits); in shiftLeft() 1018 fBCD.bcdLong <<= (numDigits * 4); in shiftLeft() [all …]
|
D | number_decimalquantity.h | 407 } fBCD; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 82 uprv_free(fBCD.bcdBytes.ptr); in ~DecimalQuantity() 83 fBCD.bcdBytes.ptr = nullptr; in ~DecimalQuantity() 987 return fBCD.bcdBytes.ptr[position]; in getDigitPos() 990 return (int8_t) ((fBCD.bcdLong >> (position * 4)) & 0xf); in getDigitPos() 998 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1002 fBCD.bcdBytes.ptr[position] = value; in setDigitPos() 1005 fBCD.bcdLong = (fBCD.bcdLong & ~(0xfL << shift)) | ((long) value << shift); in setDigitPos() 1015 uprv_memmove(fBCD.bcdBytes.ptr + numDigits, fBCD.bcdBytes.ptr, precision); in shiftLeft() 1016 uprv_memset(fBCD.bcdBytes.ptr, 0, numDigits); in shiftLeft() 1018 fBCD.bcdLong <<= (numDigits * 4); in shiftLeft() [all …]
|
D | number_decimalquantity.h | 407 } fBCD; variable
|