Home
last modified time | relevance | path

Searched refs:fullLength (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_data.cpp159 size_t fullLength = strlen(fullMediumShortPatterns); in SetPatternsData() local
161 if ((timeLength == 0) || (dateLength == 0) || (hourLength == 0) || (fullLength == 0)) { in SetPatternsData()
171 this->fullMediumShortPatterns = NewArrayAndCopy(fullMediumShortPatterns, fullLength); in SetPatternsData()
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp134 bool convertThousandthToPx(uint32_t relativeLength, uint32_t fullLength, uint32_t &pxLength) in convertThousandthToPx() argument
136 uint64_t pxLengthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength) / THOUSAND; in convertThousandthToPx()

Completed in 2 milliseconds