Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java1039 int firstHyphen = 0; in parseMeasureUnitOption() local
1040 while (firstHyphen < segment.length() && segment.charAt(firstHyphen) != '-') { in parseMeasureUnitOption()
1041 firstHyphen++; in parseMeasureUnitOption()
1043 if (firstHyphen == segment.length()) { in parseMeasureUnitOption()
1046 String type = segment.subSequence(0, firstHyphen).toString(); in parseMeasureUnitOption()
1047 String subType = segment.subSequence(firstHyphen + 1, segment.length()).toString(); in parseMeasureUnitOption()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberSkeletonImpl.java1040 int firstHyphen = 0; in parseMeasureUnitOption() local
1041 while (firstHyphen < segment.length() && segment.charAt(firstHyphen) != '-') { in parseMeasureUnitOption()
1042 firstHyphen++; in parseMeasureUnitOption()
1044 if (firstHyphen == segment.length()) { in parseMeasureUnitOption()
1047 String type = segment.subSequence(0, firstHyphen).toString(); in parseMeasureUnitOption()
1048 String subType = segment.subSequence(firstHyphen + 1, segment.length()).toString(); in parseMeasureUnitOption()
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp987 int firstHyphen = 0; in parseMeasureUnitOption() local
988 while (firstHyphen < stemString.length() && stemString.charAt(firstHyphen) != '-') { in parseMeasureUnitOption()
989 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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...