/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/ |
D | RbnfScannerProviderImpl.java | 142 public int[] findText(String str, String key, int startingAt) { in findText() argument 143 int p = startingAt; in findText() 170 public int[] findText2(String str, String key, int startingAt) { in findText2() argument 177 strIter.setOffset(startingAt); in findText2()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/ |
D | RbnfScannerProviderImpl.java | 144 public int[] findText(String str, String key, int startingAt) { in findText() argument 145 int p = startingAt; in findText() 172 public int[] findText2(String str, String key, int startingAt) { in findText2() argument 179 strIter.setOffset(startingAt); in findText2()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralFormat.java | 728 int startingAt = pos.getBeginIndex(); in parseType() local 729 if (startingAt < 0) { in parseType() 730 startingAt = 0; in parseType() 764 int tempPos = source.indexOf(currArg, startingAt); in parseType() 769 int[] scannerMatchResult = scanner.findText(source, currArg, startingAt); in parseType() 774 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | NFRule.java | 1274 private int[] findText(String str, String key, PluralFormat pluralFormatKey, int startingAt) { in findText() argument 1278 position.setBeginIndex(startingAt); in findText() 1298 int pos[] = new int[] { str.indexOf(key, startingAt), key.length() }; in findText() 1303 return scanner.findText(str, key, startingAt); in findText() 1308 return new int[]{str.indexOf(key, startingAt), key.length()}; in findText()
|
D | RbnfLenientScanner.java | 59 int[] findText(String str, String key, int startingAt); in findText() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurfmt.cpp | 516 int startingAt = pos.getBeginIndex(); in parseType() local 517 if (startingAt < 0) { in parseType() 518 startingAt = 0; in parseType() 553 int32_t tempIndex = source.indexOf(currArg, startingAt); in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | nfrule.h | 85 int32_t startingAt, int32_t* resultCount) const; 105 int32_t startingAt, int32_t* resultCount) const;
|
D | nfrule.cpp | 1480 int32_t startingAt, in findText() argument 1486 position.setBeginIndex(startingAt); in findText() 1509 return str.indexOf(key, startingAt); in findText() 1514 int32_t pos = str.indexOf(key, startingAt); in findText() 1519 return findTextLenient(str, key, startingAt, length); in findText() 1527 int32_t startingAt, in findTextLenient() argument 1538 int32_t p = startingAt; in findTextLenient()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurfmt.cpp | 516 int startingAt = pos.getBeginIndex(); in parseType() local 517 if (startingAt < 0) { in parseType() 518 startingAt = 0; in parseType() 553 int32_t tempIndex = source.indexOf(currArg, startingAt); in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | nfrule.h | 85 int32_t startingAt, int32_t* resultCount) const; 105 int32_t startingAt, int32_t* resultCount) const;
|
D | nfrule.cpp | 1480 int32_t startingAt, in findText() argument 1486 position.setBeginIndex(startingAt); in findText() 1509 return str.indexOf(key, startingAt); in findText() 1514 int32_t pos = str.indexOf(key, startingAt); in findText() 1519 return findTextLenient(str, key, startingAt, length); in findText() 1527 int32_t startingAt, in findTextLenient() argument 1538 int32_t p = startingAt; in findTextLenient()
|
/third_party/icu/icu4c/source/i18n/ |
D | plurfmt.cpp | 516 int startingAt = pos.getBeginIndex(); in parseType() local 517 if (startingAt < 0) { in parseType() 518 startingAt = 0; in parseType() 553 int32_t tempIndex = source.indexOf(currArg, startingAt); in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | nfrule.h | 85 int32_t startingAt, int32_t* resultCount) const; 105 int32_t startingAt, int32_t* resultCount) const;
|
D | nfrule.cpp | 1480 int32_t startingAt, in findText() argument 1486 position.setBeginIndex(startingAt); in findText() 1509 return str.indexOf(key, startingAt); in findText() 1514 int32_t pos = str.indexOf(key, startingAt); in findText() 1519 return findTextLenient(str, key, startingAt, length); in findText() 1527 int32_t startingAt, in findTextLenient() argument 1538 int32_t p = startingAt; in findTextLenient()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralFormat.java | 709 int startingAt = pos.getBeginIndex(); in parseType() local 710 if (startingAt < 0) { in parseType() 711 startingAt = 0; in parseType() 745 int[] scannerMatchResult = scanner.findText(source, currArg, startingAt); in parseType() 749 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | RbnfLenientScanner.java | 61 int[] findText(String str, String key, int startingAt); in findText() argument
|
D | NFRule.java | 1271 private int[] findText(String str, String key, PluralFormat pluralFormatKey, int startingAt) { in findText() argument 1275 position.setBeginIndex(startingAt); in findText() 1296 return scanner.findText(str, key, startingAt); in findText() 1300 return new int[]{str.indexOf(key, startingAt), key.length()}; in findText()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurfmt.cpp | 509 int startingAt = pos.getBeginIndex(); in parseType() local 510 if (startingAt < 0) { in parseType() 511 startingAt = 0; in parseType() 547 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 550 currMatchIndex = source.indexOf(currArg, startingAt); in parseType()
|
D | nfrule.h | 85 int32_t startingAt, int32_t* resultCount) const; 105 int32_t startingAt, int32_t* resultCount) const;
|
D | nfrule.cpp | 1476 int32_t startingAt, in findText() argument 1482 position.setBeginIndex(startingAt); in findText() 1505 return str.indexOf(key, startingAt); in findText() 1510 return findTextLenient(str, key, startingAt, length); in findText() 1517 int32_t startingAt, in findTextLenient() argument 1528 int32_t p = startingAt; in findTextLenient()
|