Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp983 const UnicodeString stemString = segment.toTempUnicodeString(); in parseMeasureUnitOption() local
988 while (firstHyphen < stemString.length() && stemString.charAt(firstHyphen) != '-') { in parseMeasureUnitOption()
991 if (firstHyphen == stemString.length()) { in parseMeasureUnitOption()
999 SKELETON_UCHAR_TO_CHAR(type, stemString, 0, firstHyphen, status); in parseMeasureUnitOption()
1001 SKELETON_UCHAR_TO_CHAR(subType, stemString, firstHyphen + 1, stemString.length(), status); in parseMeasureUnitOption()