Home
last modified time | relevance | path

Searched refs:sentences (Results 1 – 25 of 62) sorted by relevance

123

/external/rust/crates/bstr/src/unicode/
Dsentence.rs168 let given = test.sentences.concat(); in forward_ucd()
169 let got = sentences(given.as_bytes()); in forward_ucd()
171 test.sentences, in forward_ucd()
179 strs_to_bstrs(&test.sentences), in forward_ucd()
188 assert_eq!(vec!["a.. ", "A"], sentences(b"a.. A")); in forward_additional()
189 assert_eq!(vec!["a.. a"], sentences(b"a.. a")); in forward_additional()
191 assert_eq!(vec!["a... ", "A"], sentences(b"a... A")); in forward_additional()
192 assert_eq!(vec!["a... a"], sentences(b"a... a")); in forward_additional()
194 assert_eq!(vec!["a...,..., a"], sentences(b"a...,..., a")); in forward_additional()
197 fn sentences(bytes: &[u8]) -> Vec<&str> { in sentences() function
[all …]
/external/rust/crates/bstr/scripts/
Dgenerate-unicode-data58 sentences() { function
/external/e2fsprogs/po/
DMakevars25 # - Strings which are not entire sentences, see the maintainer guidelines
/external/libexif/po/
DMakevars25 # - Strings which are not entire sentences, see the maintainer guidelines
/external/python/cryptography/docs/development/
Dsubmitting-patches.rst26 `Write comments as complete sentences.`_
157 .. _`Write comments as complete sentences.`: https://nedbatchelder.com/blog/201401/comments_should_…
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java211 public Title sentences() { in sentences() method in CaseMap.Title
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java227 public Title sentences() { in sentences() method in CaseMap.Title
/external/python/cpython2/Doc/library/
Dtextwrap.rst167 sentence endings and ensure that sentences are always separated by exactly
185 after a period to separate sentences on the same line, it is specific to
/external/elfutils/po/
DMakevars27 # - Strings which are not entire sentences, see the maintainer guidelines
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java644 List<String> sentences = new ArrayList<>(); field in CheckHtmlFiles.Data
879 sentences.add(sentence); in parseFile()
956 return sentences.iterator(); in iterator()
/external/python/cpython3/Doc/library/
Dtextwrap.rst225 sentence endings and ensure that sentences are always separated by exactly
243 after a period to separate sentences on the same line, it is specific to
/external/libxkbcommon/test/data/types/
Dextra112 // capitalized text, not for words at the beginning of sentences nor for
/external/angle/extensions/
DANGLE_texture_usage.txt112 Modify section 3.7.12 (Texture State) and place the last 3 sentences
DANGLE_framebuffer_blit.txt258 In section 4.4.3 (Renderbuffer Objects), modify the first two sentences
266 In section 4.4.3 (Renderbuffer Objects), modify the first two sentences
/external/autotest/docs/
Dcoding-style.md136 capitalize and punctuate accordingly the sentences. If the description has
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCaseTest.java388 CaseMap.toTitle().sentences().noLowercase(), root); in TestTitleOptions()
417 CaseMap.toTitle().wholeString().sentences(). in TestTitleOptions()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java385 CaseMap.toTitle().sentences().noLowercase(), root); in TestTitleOptions()
414 CaseMap.toTitle().wholeString().sentences(). in TestTitleOptions()
/external/skqp/docs/
DusingBookmaker.bmh254 sentences unless they describe parameters or return values. Parameters and
/external/google-styleguide/docguide/
Dstyle.md65 1. `Short introduction.` 1-3 sentences providing a high-level overview of the
/external/tpm2-tss/doc/
Dcoding_standard_c.md40 * workings. Notice these sentences have traditional capitalization and
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_NumPy_Text_Generation.ipynb110 …"While some of the sentences are grammatical, most do not make sense. The model has not learned th…
1001 …lary. With the small number of training epochs, it has not yet learned to form coherent sentences."
/external/skqp/site/user/api/
DusingBookmaker.md225 sentences unless they describe parameters or return values. Parameters and
/external/rust/crates/bstr/src/
Dext_slice.rs1993 fn sentences(&self) -> Sentences { in sentences() method
/external/google-styleguide/
DLICENSE305 license. Notwithstanding the foregoing two (2) sentences, if Creative
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt963 # Don't break sentences at boundary between CJK and digits
994 # test for bug #4143071: Make sure sentences that end with digits
1001 # test for bug #4152416: Make sure sentences ending with a capital

123