Searched refs:GetNumberEnd (Results 1 – 2 of 2) sorted by relevance
259 int16_t numEnd = GetNumberEnd(date, index); in GetNumInDate()298 isMonthFirst = (GetNumberEnd(check.c_str(), 0) < 0); in FormatDate()386 int16_t num1 = GetNumberEnd(time, index); in FormatDigit()390 int16_t num2 = GetNumberEnd(time, num1 + 1); in FormatDigit()402 int num3 = GetNumberEnd(time, num2 + 1); in FormatDigit()409 numEnd = GetNumberEnd(time, num3 + 1); in FormatDigit()431 int16_t numIndex = GetNumberEnd(format, index); in GetNum()441 int16_t DateTimeFormatModule::GetNumberEnd(const char *compare, uint8_t start) const in GetNumberEnd() function in OHOS::ACELite::DateTimeFormatModule
97 int16_t GetNumberEnd(const char *compare, uint8_t start) const;