Home
last modified time | relevance | path

Searched refs:secondPosition (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_data.cpp180 int secondPosition = order ? 1 : (len - 3); // 3 is the offset to find ARABIC_NOBREAK_TWO in IsNoBreakSpace() local
182 (static_cast<signed char>(pattern[secondPosition]) == ARABIC_NOBREAK_TWO)) { in IsNoBreakSpace()