Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dmeasure_format_impl.cpp240 int unitsLength = unitsList.length(); in ParseUnits() local
243 while (end < unitsLength && unitsList[end] != MEASURE_UNIT_SEP) { in ParseUnits()
246 if (end >= unitsLength) { in ParseUnits()
257 if ((count + 1 != unitCount) || end < unitsLength) { in ParseUnits()

Completed in 1 milliseconds