/third_party/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 26 format output breaks 34 pattern output breaks 68 pattern format output breaks 97 pattern format output breaks 112 pattern format output breaks 119 pattern format output breaks 144 pattern format output breaks 160 format output breaks 175 pattern format output breaks 210 pattern format output breaks [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 26 format output breaks 34 pattern output breaks 68 pattern format output breaks 97 pattern format output breaks 112 pattern format output breaks 119 pattern format output breaks 144 pattern format output breaks 160 format output breaks 175 pattern format output breaks 210 pattern format output breaks [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberformattestspecification.txt | 26 format output breaks 34 pattern output breaks 68 pattern format output breaks 97 pattern format output breaks 112 pattern format output breaks 119 pattern format output breaks 144 pattern format output breaks 160 format output breaks 175 pattern format output breaks 210 pattern format output breaks [all …]
|
/third_party/python/Lib/ |
D | bdb.py | 33 self.breaks = {} 224 if filename not in self.breaks: 227 if lineno not in self.breaks[filename]: 231 if lineno not in self.breaks[filename]: 254 return self.canonic(frame.f_code.co_filename) in self.breaks 345 if not self.breaks: 372 bp_linenos = self.breaks.setdefault(filename, []) 412 self.breaks[filename].remove(lineno) 413 if not self.breaks[filename]: 414 del self.breaks[filename] [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 228 String actualIDs = tuple.breaks; in run() 244 … } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId)) { in run() 248 ? !breaks(codeUnderTestId) in run() 249 : breaks(codeUnderTestId); in run() 290 private boolean breaks(char code) { in breaks() method in DataDrivenNumberFormatTestUtility 291 String breaks = tuple.breaks == null ? "" : tuple.breaks; in breaks() local 292 return (breaks.toUpperCase().indexOf(code) != -1); in breaks()
|
D | DataDrivenNumberFormatTestData.java | 135 public String breaks = null; field in DataDrivenNumberFormatTestData 299 breaks = value; in setBreaks() 445 breaks = null; in clearBreaks()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 225 String actualIDs = tuple.breaks; in run() 241 … } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId)) { in run() 245 ? !breaks(codeUnderTestId) in run() 246 : breaks(codeUnderTestId); in run() 287 private boolean breaks(char code) { in breaks() method in DataDrivenNumberFormatTestUtility 288 String breaks = tuple.breaks == null ? "" : tuple.breaks; in breaks() local 289 return (breaks.toUpperCase().indexOf(code) != -1); in breaks()
|
D | DataDrivenNumberFormatTestData.java | 132 public String breaks = null; field in DataDrivenNumberFormatTestData 296 breaks = value; in setBreaks() 442 breaks = null; in clearBreaks()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 273 int breaks = SkDCubic::ComplexBreak(pointsPtr, splitT); in walk() local 274 if (!breaks) { in walk() 278 SkASSERT(breaks <= (int) SK_ARRAY_COUNT(splitT)); in walk() 287 SkTQSort(splitT, &splitT[breaks - 1]); in walk() 288 for (int index = 0; index <= breaks; ++index) { in walk() 291 split->fT[1] = index < breaks ? splitT[index] : 1; in walk() 301 for (int index = 0; index <= breaks; ++index) { in walk() 315 int breakLimit = SkTMin(breaks, (int) SK_ARRAY_COUNT(splits) - 1); in walk()
|
/third_party/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 267 int breaks = SkDCubic::ComplexBreak(pointsPtr, splitT); in walk() local 268 if (!breaks) { in walk() 272 SkASSERT(breaks <= (int) SK_ARRAY_COUNT(splitT)); in walk() 281 SkTQSort(splitT, splitT + breaks); in walk() 282 for (int index = 0; index <= breaks; ++index) { in walk() 285 split->fT[1] = index < breaks ? splitT[index] : 1; in walk() 295 for (int index = 0; index <= breaks; ++index) { in walk() 309 int breakLimit = std::min(breaks, (int) SK_ARRAY_COUNT(splits) - 1); in walk()
|
/third_party/PyYAML/lib/yaml/ |
D | scanner.py | 997 breaks, max_indent, end_mark = self.scan_block_scalar_indentation() 1001 breaks, end_mark = self.scan_block_scalar_breaks(indent) 1006 chunks.extend(breaks) 1014 breaks, end_mark = self.scan_block_scalar_breaks(indent) 1023 if not breaks: 1046 chunks.extend(breaks) 1242 breaks = self.scan_flow_scalar_breaks(double, start_mark) 1245 elif not breaks: 1247 chunks.extend(breaks) 1329 breaks = [] [all …]
|
D | emitter.py | 857 breaks = False 875 elif breaks: 904 breaks = (ch in '\n\x85\u2028\u2029') 999 breaks = True 1005 if breaks: 1041 breaks = (ch in '\n\x85\u2028\u2029') 1051 breaks = True 1057 if breaks: 1077 breaks = (ch in '\n\x85\u2028\u2029') 1094 breaks = False [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | line_breaker.dart | 7 /// Various types of line breaks as defined by the Unicode spec. 62 // Always break after hard line breaks. 68 // Treat CR followed by LF, as well as CR, LF, and NL as hard line breaks. 80 // Do not break before hard line breaks.
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pullup.c | 318 if (f->breaks & BREAK_RIGHT || f->next->breaks & BREAK_LEFT) in find_first_break() 340 f2->breaks |= BREAK_RIGHT; in compute_breaks() 345 f1->breaks |= BREAK_LEFT; in compute_breaks() 362 f1->breaks |= BREAK_LEFT; in compute_breaks() 364 f2->breaks |= BREAK_RIGHT; in compute_breaks() 447 && (f0->prev->breaks & BREAK_RIGHT) && (f2->breaks & BREAK_LEFT) in decide_frame_length() 600 f->breaks = 0; in pullup_submit_field()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 299 ICUResourceBundle breaks = rb.findWithFallback("exceptions/SentenceBreak"); in Builder() local 301 if (breaks != null) { in Builder() 302 for (int index = 0, size = breaks.getSize(); index < size; ++index) { in Builder() 303 ICUResourceBundle b = (ICUResourceBundle) breaks.get(index); in Builder()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 312 ICUResourceBundle breaks = rb.findWithFallback("exceptions/SentenceBreak"); in Builder() local 314 if (breaks != null) { in Builder() 315 for (int index = 0, size = breaks.getSize(); index < size; ++index) { in Builder() 316 ICUResourceBundle b = (ICUResourceBundle) breaks.get(index); in Builder()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.1.rst | 36 - radv secure compile feature breaks compilation of RADV on armhf EABI 72 - radv: fix radv secure compile feature breaks compilation on armhf
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | line_normal_cj.txt | 19 # In addition, it allows breaks: 119 # Rule LB 4, 5 Mandatory (Hard) breaks. 126 # LB 6 Do not break before hard line breaks. 128 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 254 # DO allow breaks here before $BAX and $NSX, so don't include them
|
D | line_loose.txt | 21 # In addition, it allows breaks: 121 # Rule LB 4, 5 Mandatory (Hard) breaks. 128 # LB 6 Do not break before hard line breaks. 130 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 256 # DO allow breaks here before NSX, so don't include it
|
D | line_loose_cj.txt | 19 # In addition, it allows breaks: 131 # Rule LB 4, 5 Mandatory (Hard) breaks. 138 # LB 6 Do not break before hard line breaks. 140 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 266 # DO allow breaks here before $BAX and $NSX, so don't include them
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | line_loose.txt | 21 # In addition, it allows breaks: 129 # Rule LB 4, 5 Mandatory (Hard) breaks. 136 # LB 6 Do not break before hard line breaks. 138 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 284 # DO allow breaks here before NSX, so don't include it
|
D | line_normal_cj.txt | 19 # In addition, it allows breaks: 128 # Rule LB 4, 5 Mandatory (Hard) breaks. 135 # LB 6 Do not break before hard line breaks. 137 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 283 # DO allow breaks here before $BAX and $NSX, so don't include them
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | line_loose.txt | 21 # In addition, it allows breaks: 129 # Rule LB 4, 5 Mandatory (Hard) breaks. 136 # LB 6 Do not break before hard line breaks. 138 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 284 # DO allow breaks here before NSX, so don't include it
|
D | line_normal_cj.txt | 19 # In addition, it allows breaks: 128 # Rule LB 4, 5 Mandatory (Hard) breaks. 135 # LB 6 Do not break before hard line breaks. 137 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 283 # DO allow breaks here before $BAX and $NSX, so don't include them
|
D | line_loose_cj.txt | 19 # In addition, it allows breaks: 140 # Rule LB 4, 5 Mandatory (Hard) breaks. 147 # LB 6 Do not break before hard line breaks. 149 $LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks. 295 # DO allow breaks here before $BAX and $NSX, so don't include them
|