Searched refs:split (Results 1 – 2 of 2) sorted by relevance
90 void TenKey::Initialize(u32 length, u32 split, const wchar_t* pInitial, u32 numLowestChars, bool is… in Initialize() argument100 m_split = split; in Initialize()127 u16 hyphenNum = split > 0 ? ((length - 1) / split) : 0; in Initialize()140 if (hyphenNum > 0 && i != (length - 1) && ((i + 1) % split) == 0) in Initialize()
62 …void Initialize(u32 length, u32 split = 0, const wchar_t* pInitial = NULL, u32 numLowestChars = 1,…