Searched refs:closeParenthesisPos (Results 1 - 1 of 1) sorted by relevance

/haiku/src/preferences/time/
H A DZoneView.cpp365 int32 closeParenthesisPos = timeZoneName.FindLast(')'); local
366 if (closeParenthesisPos >= 0)
367 timeZoneName.Truncate(closeParenthesisPos);

Completed in 81 milliseconds