Searched refs:IsEmptyString (Results 1 – 4 of 4) sorted by relevance
171 EXPECT_TRUE(NumberHelper::IsEmptyString(&a[i], &a[i] + 1)); in HWTEST_F_L0()181 EXPECT_FALSE(NumberHelper::IsEmptyString(&a[i], &a[i] + 1)); in HWTEST_F_L0()190 EXPECT_FALSE(NumberHelper::IsEmptyString(&a[i], &a[i] + 1)); in HWTEST_F_L0()201 EXPECT_TRUE(NumberHelper::IsEmptyString(&b, &b + 1)); in HWTEST_F_L0()
99 static bool IsEmptyString(const uint8_t *start, const uint8_t *end);
85 bool NumberHelper::IsEmptyString(const uint8_t *start, const uint8_t *end) in IsEmptyString() function in panda::ecmascript::base::NumberHelper
174 if (NumberHelper::IsEmptyString(str.begin(), str.end())) { in ParseFloat()