Searched refs:lastLength (Results 1 – 7 of 7) sorted by relevance
148 double lastLength = maxSize.Width(); in PerformLayout() local171 lastLength = maxSize.Width(); in PerformLayout()181 position.SetX(lastLength - childSpanPlusOffsetWidth); in PerformLayout()188 position.SetX(lastLength - childSpanPlusOffsetWidth); in PerformLayout()189 lastLength -= childSpanPlusOffsetWidth + gutterInDouble.first; in PerformLayout()
1013 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable1014 lastInfo.SetEraseLength(lastLength);1196 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable1197 lastInfo.SetEraseLength(lastLength - 1);1208 lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length());1209 lastInfo.SetEraseLength(lastLength);
1208 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable1209 lastInfo.SetEraseLength(lastLength);1232 lastInfo.SetEraseLength(lastLength - 1);
411 int lastLength = 3; in GetInfoElems() local443 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
1148 int lastLength = 3; in GetInfoElems() local1177 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
1339 int lastLength = 3; in GetInfoElems() local1368 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
9469 … int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in OnBackPressed() local9470 if (firstInfo.GetEraseLength() == firstLength && lastInfo.GetEraseLength() == lastLength) { in OnBackPressed()