Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_data.cpp28 isTwoGroup = data.isTwoGroup; in StyleData()
50 isTwoGroup = data.isTwoGroup; in operator =()
102 style.isTwoGroup = true; in ParsePattern()
H A Dnumber_format_impl.cpp142 int lastLen = isShowGroup ? (len + CountGroupNum(len - decLen, defaultData->style.isTwoGroup)) : len; in InnerFormat()
152 int lengths[] = { lastLen, len, defaultData->style.isTwoGroup }; in InnerFormat()
292 int isTwoGroup = len[2]; // 2 is the index of group info in AddGroup() local
298 if (isTwoGroup == 0) { in AddGroup()
/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h41 bool isTwoGroup = false; member

Completed in 3 milliseconds