/third_party/skia/third_party/externals/icu/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | brktrans.cpp | 79 LocalPointer<UVector32> boundaries; in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 90 if (boundaries.isNull()) { in handleTransliterate() 91 boundaries.adoptInstead(new UVector32(status)); in handleTransliterate() 94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate() 98 boundaries->removeAllElements(); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 128 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate() 129 delta = boundaries->size() * fInsertion.length(); in handleTransliterate() 130 lastBoundary = boundaries->lastElementi(); in handleTransliterate() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BreakTransliterator.java | 26 private int[] boundaries = new int[50]; field in BreakTransliterator 108 if (boundaryCount >= boundaries.length) { // realloc if necessary in handleTransliterate() 109 int[] temp = new int[boundaries.length * 2]; in handleTransliterate() 110 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate() 111 boundaries = temp; in handleTransliterate() 114 boundaries[boundaryCount++] = boundary; in handleTransliterate() 123 lastBoundary = boundaries[boundaryCount-1]; in handleTransliterate() 128 boundary = boundaries[--boundaryCount]; in handleTransliterate()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | BreakTransliterator.java | 25 private int[] boundaries = new int[50]; field in BreakTransliterator 107 if (boundaryCount >= boundaries.length) { // realloc if necessary in handleTransliterate() 108 int[] temp = new int[boundaries.length * 2]; in handleTransliterate() 109 System.arraycopy(boundaries, 0, temp, 0, boundaries.length); in handleTransliterate() 110 boundaries = temp; in handleTransliterate() 113 boundaries[boundaryCount++] = boundary; in handleTransliterate() 122 lastBoundary = boundaries[boundaryCount-1]; in handleTransliterate() 127 boundary = boundaries[--boundaryCount]; in handleTransliterate()
|
/third_party/python/Tools/peg_generator/pegen/ |
D | sccutils.py | 26 boundaries: List[int] = [] 31 boundaries.append(index[v]) 37 while index[w] < boundaries[-1]: 38 boundaries.pop() 40 if boundaries[-1] == index[v]: 41 boundaries.pop()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFe.cpp | 75 const SkRect boundaries = this->resolveBoundaries(ctx, fctx); in resolveFilterSubregion() local 78 return SkRect::MakeXYWH(fX.isValid() ? boundaries.fLeft : defaultSubregion.fLeft, in resolveFilterSubregion() 79 fY.isValid() ? boundaries.fTop : defaultSubregion.fTop, in resolveFilterSubregion() 80 fWidth.isValid() ? boundaries.width() : defaultSubregion.width(), in resolveFilterSubregion() 81 fHeight.isValid() ? boundaries.height() : defaultSubregion.height()); in resolveFilterSubregion()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 787 static const int8_t boundaries[]={ 0, 1, 5, 6, 7, 10, 12, 16, 17 }; in TestFwdBackUnsafe() local 796 if(offset != boundaries[i]){ in TestFwdBackUnsafe() 797 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 803 if(offset != boundaries[i]){ in TestFwdBackUnsafe() 804 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 822 for(i=0; i<UPRV_LENGTHOF(boundaries); ++i) { in TestFwdBackUnsafe() 825 if(offset != boundaries[i]) { in TestFwdBackUnsafe() 826 log_err("ERROR: UTF8_FWD_N_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe() 830 for(i=0; i<UPRV_LENGTHOF(boundaries); ++i) { in TestFwdBackUnsafe() 833 if(offset != boundaries[i]) { in TestFwdBackUnsafe() [all …]
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 25 Text boundary analysis is the process of locating linguistic boundaries while 57 ICU `BreakIterator`s can be used to locate the following kinds of text boundaries: 74 The character-boundary iterator locates the boundaries according to the rules 76 These boundaries try to match what a user would think of as a "character"—a 91 The word-boundary iterator locates the boundaries of words, for purposes such as 94 Words boundaries are identified according to the rules in 118 A sentence-break iterator locates sentence boundaries according to the rules 125 word boundaries in Chinese, Japanese, Thai, Lao, Khmer and Burmese. 133 To locate boundaries in a document, create a BreakIterator using the 151 analyze a piece of text for boundaries: [all …]
|
/third_party/rust/crates/heck/ |
D | README.md | 11 Word boundaries are defined as the "unicode words" defined in the 14 1. All underscore characters are considered word boundaries. 26 being converted to. Multiple adjacent word boundaries (such as a series of
|
/third_party/skia/third_party/externals/icu/flutter/ |
D | brkitr.patch | 7 boundaries{ 20 boundaries{
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | BreakIteratorMapperTest.java | 107 boundaries(GRAPHEME, "<grapheme deps>", null), in testSpecials_boundaries() 108 boundaries(SENTENCE, "<sentence deps>", "altName")); in testSpecials_boundaries() 141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries() method in BreakIteratorMapperTest
|
/third_party/icu/docs/userguide/icu_data/ |
D | tracing.md | 83 resc (get) icudt64l-brkitr/zh.res @ /boundaries 84 resc (get) icudt64l-brkitr/root.res @ /boundaries/word 85 resc (string) icudt64l-brkitr/root.res @ /boundaries/word 93 "/boundaries/word" in brkitr/root.res.
|
/third_party/icu/icu4c/source/data/translit/ |
D | ja_Latn_ru.txt | 14 # TODO: Cyrillization needs to respect morpheme/Kanji boundaries. 44 # TODO(mjansche): Enable diphthongs once we have Kanji boundaries.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Latn_ru.txt | 14 # TODO: Cyrillization needs to respect morpheme/Kanji boundaries. 44 # TODO(mjansche): Enable diphthongs once we have Kanji boundaries.
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | HistogramWriter.cpp | 167 const proto::BinBoundaries &boundaries = histogram.bin_boundaries(); in getAsJSON() local 168 for (int binIndex = 0; binIndex < boundaries.bin_specs_size(); ++binIndex) in getAsJSON() 170 js::Value binSpec(boundaries.bin_specs(binIndex).bin_boundary()); in getAsJSON()
|
/third_party/rust/crates/regex/ |
D | UNICODE.md | 10 1. Line boundaries are not Unicode aware. Namely, only the `\n` 205 Finally, Unicode word boundaries can be disabled, which will cause ASCII word 206 boundaries to be used instead. That is, `\b` is a Unicode word boundary while 209 boundaries is currently sub-optimal on non-ASCII text. 233 convenience, and to avoid performance cliffs that Unicode word boundaries are 249 * All matches are reported on valid UTF-8 code unit boundaries. That is, any
|
/third_party/python/Modules/_decimal/tests/ |
D | randfloat.py | 85 boundaries = [ 91 for n, e, u in boundaries:
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | welsenc.cfg | 21 # 2: on except for slice boundaries, 24 # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|
/third_party/json/include/nlohmann/detail/conversions/ |
D | to_chars.hpp | 175 struct boundaries struct 189 boundaries compute_boundaries(FloatType value) in compute_boundaries() 913 const boundaries w = compute_boundaries(static_cast<double>(value)); in grisu2() 915 const boundaries w = compute_boundaries(value); in grisu2()
|
/third_party/openh264/testbin/ |
D | welsenc_vd_1d.cfg | 26 # 2: on except for slice boundaries, 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|
D | welsenc_vd_rc.cfg | 25 # 2: on except for slice boundaries, 28 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|
D | welsenc_arbitrary_res.cfg | 26 # 2: on except for slice boundaries, 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|
D | welsenc_ios.cfg | 26 # 2: on except for slice boundaries, 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|
D | welsenc.cfg | 26 # 2: on except for slice boundaries, 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2)
|