/external/icu/icu4c/source/data/brkitr/ |
D | root.txt | 12 grapheme:process(dependency){"char.brk"} 13 line:process(dependency){"line.brk"} 14 line_loose:process(dependency){"line_loose.brk"} 15 line_normal:process(dependency){"line_normal.brk"} 16 line_strict:process(dependency){"line.brk"} 17 sentence:process(dependency){"sent.brk"} 18 title:process(dependency){"title.brk"} 19 word:process(dependency){"word.brk"}
|
D | fi.txt | 12 line:process(dependency){"line_fi.brk"} 13 line_loose:process(dependency){"line_loose_fi.brk"} 14 line_normal:process(dependency){"line_normal_fi.brk"} 15 line_strict:process(dependency){"line_fi.brk"}
|
D | zh_Hant.txt | 12 line:process(dependency){"line.brk"} 13 line_loose:process(dependency){"line_loose_cj.brk"} 14 line_normal:process(dependency){"line_normal_cj.brk"} 15 line_strict:process(dependency){"line.brk"}
|
D | ja.txt | 12 line:process(dependency){"line_normal.brk"} 13 line_loose:process(dependency){"line_loose_cj.brk"} 14 line_normal:process(dependency){"line_normal_cj.brk"} 15 line_strict:process(dependency){"line.brk"}
|
D | zh.txt | 12 line:process(dependency){"line.brk"} 13 line_loose:process(dependency){"line_loose_cj.brk"} 14 line_normal:process(dependency){"line_normal_cj.brk"} 15 line_strict:process(dependency){"line.brk"}
|
/external/valgrind/none/tests/linux/ |
D | Makefile.am | 8 brk-overflow1.stderr.exp brk-overflow1.vgtest \ 9 brk-overflow2.stderr.exp brk-overflow2.vgtest \ 22 brk-overflow1 \ 23 brk-overflow2 \
|
D | brk-overflow2.stderr.exp | 2 brk segment overflow in thread #1: can't grow to 0x........ 3 brk segment overflow in thread #1: can't grow to 0x........ 4 brk segment overflow in thread #1: can't grow to 0x........
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 376 UBreakIterator * brk; in TestBreakIteratorSafeClone() local 422 …if (NULL == (brk = ubrk_safeClone(someIterators[i], buffer[i], NULL, &status)) || U_FAILURE(status… in TestBreakIteratorSafeClone() 426 ubrk_close(brk); in TestBreakIteratorSafeClone() 442 …if (NULL == (brk = ubrk_safeClone(someIterators[i], buffer[i], &bufferSize, &status)) || U_FAILURE… in TestBreakIteratorSafeClone() 446 if (brk) in TestBreakIteratorSafeClone() 447 ubrk_close(brk); in TestBreakIteratorSafeClone() 452 …if (NULL == (brk = ubrk_safeClone(someIterators[i], NULL, &bufferSize, &status)) || status != U_SA… in TestBreakIteratorSafeClone() 456 if (brk) in TestBreakIteratorSafeClone() 457 ubrk_close(brk); in TestBreakIteratorSafeClone() 462 …if (NULL == (brk = ubrk_safeClone(someIterators[i], NULL, &bufferSize, &status)) || status != U_SA… in TestBreakIteratorSafeClone() [all …]
|
/external/valgrind/memcheck/tests/solaris/ |
D | brk.stderr.exp | 4 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 9 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 11 brk segment overflow in thread #1: can't grow to 0x........
|
D | Makefile.am | 15 brk.stderr.exp brk.stdout.exp brk.vgtest \ 57 brk \ program
|
/external/icu/icu4c/source/test/perf/strsrchperf/ |
D | strsrchperf.cpp | 28 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status); in StringSearchPerformanceTest() 33 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest() 34 end = ubrk_following(brk, start); in StringSearchPerformanceTest() 41 ubrk_close(brk); in StringSearchPerformanceTest()
|
/external/valgrind/memcheck/tests/ |
D | dw4.stderr.exp | 33 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 38 Address 0x........ is in the brk data segment 0x........-0x........ 43 Address 0x........ is in the brk data segment 0x........-0x........ 48 Address 0x........ is 1024 bytes after the brk data segment limit 0x........
|
D | dw4.stderr.exp-solaris | 33 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 38 Address 0x........ is in the brk data segment 0x........-0x........ 43 Address 0x........ is in the brk data segment 0x........-0x........ 48 Address 0x........ is 1024 bytes after the brk data segment limit 0x........
|
D | writev1.stderr.exp-solaris | 11 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 17 Address 0x........ is 0 bytes after the brk data segment limit 0x........
|
/external/valgrind/memcheck/tests/linux/ |
D | Makefile.am | 7 brk.stderr.exp brk.vgtest \ 26 brk \ program
|
D | brk.c | 33 assert( 0 == brk(orig_ds) ); // libc brk() in main() 36 res = (void*)(long)brk(vals[i]); in main()
|
D | brk.stderr.exp | 2 brk segment overflow in thread #1: can't grow to 0x........ 3 brk segment overflow in thread #1: can't grow to 0x........
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | BreakIteratorTest.java | 842 BreakIterator brk = BreakIterator.getBreakInstance(loc, type); in TestT5615() local 843 if (brk == null) { in TestT5615() 862 BreakIterator brk; in TestNullLocale() local 866 brk = BreakIterator.getCharacterInstance(loc); in TestNullLocale() 870 brk = BreakIterator.getCharacterInstance(uloc); in TestNullLocale() 876 brk = BreakIterator.getLineInstance(loc); in TestNullLocale() 880 brk = BreakIterator.getLineInstance(uloc); in TestNullLocale() 886 brk = BreakIterator.getSentenceInstance(loc); in TestNullLocale() 890 brk = BreakIterator.getSentenceInstance(uloc); in TestNullLocale() 896 brk = BreakIterator.getTitleInstance(loc); in TestNullLocale() [all …]
|
D | RBBITest.java | 565 BreakIterator brk = BreakIterator.getWordInstance(new ULocale("th")); in TestThaiDictionaryBreakIterator() local 566 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 568 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 574 brk = BreakIterator.getLineInstance(new ULocale("th")); in TestThaiDictionaryBreakIterator() 575 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 577 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 583 if (brk.preceding(expectedLineResult[1]) != expectedLineResult[0]) { in TestThaiDictionaryBreakIterator() 586 if (brk.following(expectedLineResult[1]) != expectedLineResult[2]) { in TestThaiDictionaryBreakIterator() 590 … if (((RuleBasedBreakIterator)brk).getRuleStatusVec(fillInArray) != 1 || fillInArray[0] != 0) { in TestThaiDictionaryBreakIterator()
|
D | rbbitst.txt | 923 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 928 # •brk OK before 3063 •brk OK before 301C •no brk btw 2026 •no brk before FF01• 933 # •brk OK before 3063 •brk OK before 301C •brk OK btw 2026 •brk OK before FF01• 938 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 943 # •brk OK before 3063 •no brk before 301C •no brk btw 2026 •no brk before FF01• 948 # •brk OK before 3063 •no brk before 301C •brk OK btw 2026 •no brk before FF01•
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorTest.java | 838 BreakIterator brk = BreakIterator.getBreakInstance(loc, type); in TestT5615() local 839 if (brk == null) { in TestT5615() 858 BreakIterator brk; in TestNullLocale() local 862 brk = BreakIterator.getCharacterInstance(loc); in TestNullLocale() 866 brk = BreakIterator.getCharacterInstance(uloc); in TestNullLocale() 872 brk = BreakIterator.getLineInstance(loc); in TestNullLocale() 876 brk = BreakIterator.getLineInstance(uloc); in TestNullLocale() 882 brk = BreakIterator.getSentenceInstance(loc); in TestNullLocale() 886 brk = BreakIterator.getSentenceInstance(uloc); in TestNullLocale() 892 brk = BreakIterator.getTitleInstance(loc); in TestNullLocale() [all …]
|
D | RBBITest.java | 561 BreakIterator brk = BreakIterator.getWordInstance(new ULocale("th")); in TestThaiDictionaryBreakIterator() local 562 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 564 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 570 brk = BreakIterator.getLineInstance(new ULocale("th")); in TestThaiDictionaryBreakIterator() 571 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 573 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 579 if (brk.preceding(expectedLineResult[1]) != expectedLineResult[0]) { in TestThaiDictionaryBreakIterator() 582 if (brk.following(expectedLineResult[1]) != expectedLineResult[2]) { in TestThaiDictionaryBreakIterator() 586 … if (((RuleBasedBreakIterator)brk).getRuleStatusVec(fillInArray) != 1 || fillInArray[0] != 0) { in TestThaiDictionaryBreakIterator()
|
D | rbbitst.txt | 923 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 928 # •brk OK before 3063 •brk OK before 301C •no brk btw 2026 •no brk before FF01• 933 # •brk OK before 3063 •brk OK before 301C •brk OK btw 2026 •brk OK before FF01• 938 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 943 # •brk OK before 3063 •no brk before 301C •no brk btw 2026 •no brk before FF01• 948 # •brk OK before 3063 •no brk before 301C •brk OK btw 2026 •no brk before FF01•
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, i… in pkg_writeCharListWrap() argument 61 if(ln > 60 && brk) { in pkg_writeCharListWrap() 63 T_FileStream_write(s, brk, (int32_t)uprv_strlen(brk)); in pkg_writeCharListWrap()
|
/external/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 940 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 945 # •brk OK before 3063 •brk OK before 301C •no brk btw 2026 •no brk before FF01• 950 # •brk OK before 3063 •brk OK before 301C •brk OK btw 2026 •brk OK before FF01• 955 # •no brk before 3063 •no brk before 301C•no brk btw 2026 •no brk before FF01• 960 # •brk OK before 3063 •no brk before 301C •no brk btw 2026 •no brk before FF01• 965 # •brk OK before 3063 •no brk before 301C •brk OK btw 2026 •no brk before FF01•
|