Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java1142 int dPos = temp[0]; in matchToDelimiter() local
1147 while (dPos >= 0) { in matchToDelimiter()
1148 String subText = text.substring(0, dPos); in matchToDelimiter()
1159 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1160 pp.setIndex(dPos + dLen); in matchToDelimiter()
1177 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter()
1178 dPos = temp[0]; in matchToDelimiter()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java1143 int dPos = temp[0]; in matchToDelimiter() local
1148 while (dPos >= 0) { in matchToDelimiter()
1149 String subText = text.substring(0, dPos); in matchToDelimiter()
1160 if (tempPP.getIndex() == dPos) { in matchToDelimiter()
1161 pp.setIndex(dPos + dLen); in matchToDelimiter()
1178 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter()
1179 dPos = temp[0]; in matchToDelimiter()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() local
1188 while (dPos >= 0) { in matchToDelimiter()
1190 subText.setTo(text, 0, dPos); in matchToDelimiter()
1207 if (success && tempPP.getIndex() == dPos) { in matchToDelimiter()
1208 pp.setIndex(dPos + dLen); in matchToDelimiter()
1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
/external/dng_sdk/source/
Ddng_lens_correction.cpp1346 const dng_point_real64 dPos ((real64) dstRow, in ProcessArea() local
1351 const dng_point_real64 sPos = GetSrcPixelPosition (dPos, in ProcessArea()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...