| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| D | alphaindex.h | 119 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p> 132 * index->addLabels(additionalLocale, status); 315 * The index will be created with no labels; the addLabels() function must be called 338 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status); 353 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | alphaindex.h | 119 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p> 132 * index->addLabels(additionalLocale, status); 315 * The index will be created with no labels; the addLabels() function must be called 338 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status); 353 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | alphaindex.h | 116 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p> 129 * index->addLabels(additionalLocale, status); 312 * The index will be created with no labels; the addLabels() function must be called 335 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status); 350 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | alphaindex.h | 119 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p> 132 * index->addLabels(additionalLocale, status); 315 * The index will be created with no labels; the addLabels() function must be called 338 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status); 353 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| D | AlphabeticIndexTest.java | 338 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels() 367 alphabeticIndex.addLabels((ULocale)test[i]); in TestInflow() 369 alphabeticIndex.addLabels((UnicodeSet)test[i]); in TestInflow() 385 indexCharacters2.addLabels((ULocale)test[i]); in TestInflow() 387 indexCharacters2.addLabels((UnicodeSet)test[i]); in TestInflow() 402 …AlphabeticIndex<Integer> index = new AlphabeticIndex<Integer>(desiredLocale).addLabels(additionalL… in checkBuckets() 615 …eticIndex<Double> alphabeticIndex = new AlphabeticIndex<Double>(ulocale).addLabels(Locale.ENGLISH); in TestClientSupport() 772 // index.addLabels(additions); in TestZZZ() 931 index.addLabels(Locale.ENGLISH); in TestHaniFirst() 955 index.addLabels(Locale.CHINESE); in TestPinyinFirst() [all …]
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| D | AlphabeticIndexTest.java | 335 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels() 364 alphabeticIndex.addLabels((ULocale)test[i]); in TestInflow() 366 alphabeticIndex.addLabels((UnicodeSet)test[i]); in TestInflow() 382 indexCharacters2.addLabels((ULocale)test[i]); in TestInflow() 384 indexCharacters2.addLabels((UnicodeSet)test[i]); in TestInflow() 399 …AlphabeticIndex<Integer> index = new AlphabeticIndex<Integer>(desiredLocale).addLabels(additionalL… in checkBuckets() 612 …eticIndex<Double> alphabeticIndex = new AlphabeticIndex<Double>(ulocale).addLabels(Locale.ENGLISH); in TestClientSupport() 769 // index.addLabels(additions); in TestZZZ() 928 index.addLabels(Locale.ENGLISH); in TestHaniFirst() 952 index.addLabels(Locale.CHINESE); in TestPinyinFirst() [all …]
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | alphaindextst.cpp | 124 // addLabels() in APITest() 131 index->addLabels(additions, status); in APITest() 141 // addLabels(Locale) in APITest() 146 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest() 572 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst() 601 index.addLabels(Locale::getChinese(), status); in TestPinyinFirst() 619 index.addLabels(UnicodeSet("[\\u00C6{Sch*}{St*}]", status), status); in TestSchSt()
|
| /third_party/openssl/.github/workflows/ |
| D | fips-label.yml | 58 github.issues.addLabels({
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| D | AlphabeticIndex.java | 55 * then it is a good idea to call addLabels(ULocale.English). 64 …t;Integer> index = new AlphabeticIndex<Integer>(desiredLocale).addLabels(additionalLocale… 253 * <p>The index will be created with no labels; the addLabels() function must be called 310 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() method in AlphabeticIndex 322 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() method in AlphabeticIndex 336 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() method in AlphabeticIndex
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | AlphabeticIndex.java | 56 * then it is a good idea to call addLabels(ULocale.English). 65 …t;Integer> index = new AlphabeticIndex<Integer>(desiredLocale).addLabels(additionalLocale… 246 * <p>The index will be created with no labels; the addLabels() function must be called 301 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() method in AlphabeticIndex 312 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() method in AlphabeticIndex 325 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() method in AlphabeticIndex
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | alphaindex.cpp | 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex 248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex
|
| /third_party/icu/icu4c/source/i18n/ |
| D | alphaindex.cpp | 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex 248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | alphaindex.cpp | 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex 248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | alphaindex.cpp | 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex 248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex
|
| /third_party/icu/icu4j/tools/build/ |
| D | icu4j60.api3.gz | |
| D | icu4j61.api3.gz | |
| D | icu4j62.api3.gz | |
| D | icu4j65.api3.gz | 12;ICU4J 65.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j64.api3.gz | |
| D | icu4j66.api3.gz | |
| D | icu4j67.api3.gz | |
| D | icu4j63.api3.gz | 12;ICU4J 63.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j69.api3.gz | 12;ICU4J 69.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j68.api3.gz | |