Searched refs:firstLength (Results 1 – 4 of 4) sorted by relevance
1010 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable1011 firstInfo.SetEraseLength(firstLength);1206 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable1207 firstInfo.SetEraseLength(firstLength);1268 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable1269 firstInfo.SetEraseLength(firstLength);
934 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable935 firstInfo.SetEraseLength(firstLength);
1205 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable1206 firstInfo.SetEraseLength(firstLength);
9468 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); in OnBackPressed() local9470 if (firstInfo.GetEraseLength() == firstLength && lastInfo.GetEraseLength() == lastLength) { in OnBackPressed()9476 } else if (firstInfo.GetEraseLength() == firstLength) { in OnBackPressed()