Searched refs:firstHyphen (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberSkeletonImpl.java | 1039 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/ |
D | NumberSkeletonImpl.java | 1040 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/ |
D | number_skeletons.cpp | 987 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/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |