Searched refs:dPos (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1032 int dPos = temp[0]; in matchToDelimiter() local 1037 while (dPos >= 0) { in matchToDelimiter() 1038 String subText = text.substring(0, dPos); in matchToDelimiter() 1049 if (tempPP.getIndex() == dPos) { in matchToDelimiter() 1050 pp.setIndex(dPos + dLen); in matchToDelimiter() 1067 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter() 1068 dPos = temp[0]; in matchToDelimiter()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1106 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() local 1110 while (dPos >= 0) { in matchToDelimiter() 1112 subText.setTo(text, 0, dPos); in matchToDelimiter() 1128 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter() 1129 pp.setIndex(dPos + dLen); in matchToDelimiter() 1147 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |