/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1142 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 1143 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1184 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()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1184 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 1184 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1184 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()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_lens_correction.cpp | 1346 const dng_point_real64 dPos ((real64) dstRow, in ProcessArea() local 1351 const dng_point_real64 sPos = GetSrcPixelPosition (dPos, in ProcessArea()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | selectable_text_test.dart | 584 final Offset dPos = textOffsetToPosition(tester, dIndex); 585 await tester.longPressAt(dPos); 607 final Offset dPos = textOffsetToPosition(tester, dIndex); 608 await tester.longPressAt(dPos);
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | text_field_test.dart | 896 final Offset dPos = textOffsetToPosition(tester, dIndex); 897 await tester.longPressAt(dPos); 968 final Offset dPos = textOffsetToPosition(tester, dIndex); 969 await tester.longPressAt(dPos);
|