Lines Matching refs:secondDefaultValue
2234 zchar secondDefaultValue = U'集';
2241 EXPECT_EQ(thirdValue, want_->GetCharParam(emptyStr, secondDefaultValue));
2255 zchar secondDefaultValue = U'符';
2262 EXPECT_EQ(secondDefaultValue, want_->GetCharParam(secondKey, secondDefaultValue));
2777 short secondDefaultValue = 5;
2784 EXPECT_EQ(thirdValue, want_->GetShortParam(emptyStr, secondDefaultValue));
2799 short secondDefaultValue = -10;
2806 EXPECT_EQ(secondDefaultValue, want_->GetShortParam(secondKey, secondDefaultValue));
3206 int secondDefaultValue = 5;
3213 EXPECT_EQ(thirdValue, want_->GetIntParam(emptyStr, secondDefaultValue));
3228 int secondDefaultValue = -10;
3235 EXPECT_EQ(secondDefaultValue, want_->GetIntParam(secondKey, secondDefaultValue));