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

/haiku/src/preferences/time/
H A DZoneView.cpp362 int32 openParenthesisPos = timeZoneName.FindFirst('('); local
363 if (openParenthesisPos >= 0) {
364 timeZoneName.Remove(0, openParenthesisPos + 1);

Completed in 51 milliseconds