/third_party/icu/icu4c/source/samples/break/ |
H A D | break.cpp | 51 void printEachForward( BreakIterator& boundary) in printEachForward() argument 53 int32_t start = boundary.first(); in printEachForward() 54 for (int32_t end = boundary.next(); in printEachForward() 56 start = end, end = boundary.next()) in printEachForward() 58 printTextRange( boundary, start, end ); in printEachForward() 63 void printEachBackward( BreakIterator& boundary) in printEachBackward() argument 65 int32_t end = boundary.last(); in printEachBackward() 66 for (int32_t start = boundary.previous(); in printEachBackward() 68 end = start, start = boundary.previous()) in printEachBackward() 70 printTextRange( boundary, star in printEachBackward() 75 printFirst(BreakIterator& boundary) printFirst() argument 83 printLast(BreakIterator& boundary) printLast() argument 91 printAt(BreakIterator &boundary, int32_t pos ) printAt() argument 103 BreakIterator* boundary; main() local [all...] |
H A D | ubreak.c | 39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward() argument 41 int32_t start = ubrk_first(boundary); in printEachForward() 42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward() 43 ubrk_next(boundary)) { in printEachForward() 50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward() argument 52 int32_t end = ubrk_last(boundary); in printEachBackward() 53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward() 54 start =ubrk_previous(boundary)) { in printEachBackward() 60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst() argument 62 int32_t start = ubrk_first(boundary); in printFirst() 68 printLast(UBreakIterator* boundary, UChar* str) printLast() argument 77 printAt(UBreakIterator* boundary, int32_t pos , UChar* str) printAt() argument 87 UBreakIterator *boundary; c_main() local [all...] |
/third_party/skia/third_party/externals/icu/source/samples/break/ |
H A D | break.cpp | 51 void printEachForward( BreakIterator& boundary) in printEachForward() argument 53 int32_t start = boundary.first(); in printEachForward() 54 for (int32_t end = boundary.next(); in printEachForward() 56 start = end, end = boundary.next()) in printEachForward() 58 printTextRange( boundary, start, end ); in printEachForward() 63 void printEachBackward( BreakIterator& boundary) in printEachBackward() argument 65 int32_t end = boundary.last(); in printEachBackward() 66 for (int32_t start = boundary.previous(); in printEachBackward() 68 end = start, start = boundary.previous()) in printEachBackward() 70 printTextRange( boundary, star in printEachBackward() 75 printFirst(BreakIterator& boundary) printFirst() argument 83 printLast(BreakIterator& boundary) printLast() argument 91 printAt(BreakIterator &boundary, int32_t pos ) printAt() argument 103 BreakIterator* boundary; main() local [all...] |
H A D | ubreak.c | 39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward() argument 41 int32_t start = ubrk_first(boundary); in printEachForward() 42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward() 43 ubrk_next(boundary)) { in printEachForward() 50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward() argument 52 int32_t end = ubrk_last(boundary); in printEachBackward() 53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward() 54 start =ubrk_previous(boundary)) { in printEachBackward() 60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst() argument 62 int32_t start = ubrk_first(boundary); in printFirst() 68 printLast(UBreakIterator* boundary, UChar* str) printLast() argument 77 printAt(UBreakIterator* boundary, int32_t pos , UChar* str) printAt() argument 87 UBreakIterator *boundary; c_main() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | brktrans.cpp | 106 int32_t boundary; in handleTransliterate() local 107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate() 108 if (boundary == 0) continue; in handleTransliterate() 111 UChar32 cp = sText.char32At(boundary-1); in handleTransliterate() 116 cp = sText.char32At(boundary); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 122 // printf("Boundary at %d\n", boundary); in handleTransliterate() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | brktrans.cpp | 106 int32_t boundary; in handleTransliterate() local 107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate() 108 if (boundary == 0) continue; in handleTransliterate() 111 UChar32 cp = sText.char32At(boundary-1); in handleTransliterate() 116 cp = sText.char32At(boundary); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 122 // printf("Boundary at %d\n", boundary); in handleTransliterate() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | brktrans.cpp | 106 int32_t boundary; in handleTransliterate() local 107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate() 108 if (boundary == 0) continue; in handleTransliterate() 111 UChar32 cp = sText.char32At(boundary-1); in handleTransliterate() 116 cp = sText.char32At(boundary); in handleTransliterate() 121 boundaries->addElement(boundary, status); in handleTransliterate() 122 // printf("Boundary at %d\n", boundary); in handleTransliterate() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mpjpegdec.c | 33 char *boundary; member 109 av_freep(&mpjpeg->boundary); in mpjpeg_read_close() 133 char boundary[70 + 2 + 1] = {0}; in mpjpeg_read_header() local 138 ret = get_line(s->pb, boundary, sizeof(boundary)); in mpjpeg_read_header() 141 } while (!boundary[0]); in mpjpeg_read_header() 143 if (strncmp(boundary, "--", 2)) in mpjpeg_read_header() 200 "Expected boundary '%s' not found, instead found a line of %"SIZE_SPECIFIER" bytes\n", in parse_multipart_header() 270 if (av_stristart(start, "boundary=", &start)) { in mpjpeg_get_boundary() 277 /* some endpoints may enclose the boundary in mpjpeg_get_boundary() 300 uint8_t* boundary = NULL; mpjpeg_read_packet() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | bio_ndef.c | 40 unsigned char **boundary; member 93 sarg.boundary = NULL; in BIO_new_NDEF() 116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF() 152 if (*ndef_aux->boundary == NULL) in ndef_prefix() 155 *plen = *ndef_aux->boundary - *pbuf; in ndef_prefix() 210 sarg.boundary = ndef_aux->boundary; in ndef_suffix() 227 if (*ndef_aux->boundary == NULL) in ndef_suffix() 229 *pbuf = *ndef_aux->boundary; in ndef_suffix() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | bio_ndef.c | 40 unsigned char **boundary; member 93 sarg.boundary = NULL; in BIO_new_NDEF() 116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF() 152 if (*ndef_aux->boundary == NULL) in ndef_prefix() 155 *plen = *ndef_aux->boundary - *pbuf; in ndef_prefix() 210 sarg.boundary = ndef_aux->boundary; in ndef_suffix() 227 if (*ndef_aux->boundary == NULL) in ndef_suffix() 229 *pbuf = *ndef_aux->boundary; in ndef_suffix() [all...] |
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
H A D | hugeshmat04.c | 51 unsigned long boundary = BOUNDARY; in shared_hugepage() local 57 while (boundary <= BOUNDARY_MAX in shared_hugepage() 58 && range_is_mapped(boundary, boundary+SIZE)) in shared_hugepage() 59 boundary += 128*1024*1024; in shared_hugepage() 60 if (boundary > BOUNDARY_MAX) in shared_hugepage() 63 tst_res(TINFO, "attaching at 0x%lx", boundary); in shared_hugepage() 64 buf = shmat(shmid, (void *)boundary, SHM_RND | 0777); in shared_hugepage()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | BreakTransliterator.java | 79 int boundary = 0; in handleTransliterate() 93 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) { in handleTransliterate() 94 if (boundary == 0) continue; in handleTransliterate() 97 int cp = UTF16.charAt(text, boundary-1); in handleTransliterate() 102 cp = UTF16.charAt(text, boundary); in handleTransliterate() 113 boundaries[boundaryCount++] = boundary; in handleTransliterate() 114 //System.out.println(boundary); in handleTransliterate() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BreakTransliterator.java | 80 int boundary = 0; in handleTransliterate() 94 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) { in handleTransliterate() 95 if (boundary == 0) continue; in handleTransliterate() 98 int cp = UTF16.charAt(text, boundary-1); in handleTransliterate() 103 cp = UTF16.charAt(text, boundary); in handleTransliterate() 114 boundaries[boundaryCount++] = boundary; in handleTransliterate() 115 //System.out.println(boundary); in handleTransliterate() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | postprocessor.c | 143 * Primary boundary (points into encoding string) 145 const char *boundary; member 148 * Nested boundary (if we have multipart/mixed encoding). 199 * strlen(boundary) -- if boundary != NULL. 278 const char *boundary; in MHD_create_post_processor() local 288 boundary = NULL; in MHD_create_post_processor() 295 boundary = in MHD_create_post_processor() 298 boundary = strstr (boundary, "boundar in MHD_create_post_processor() 530 find_boundary(struct MHD_PostProcessor *pp, const char *boundary, size_t blen, size_t *ioffptr, enum PP_State next_state, enum PP_State next_dash_state) find_boundary() argument 701 process_value_to_boundary(struct MHD_PostProcessor *pp, size_t *ioffptr, const char *boundary, size_t blen, enum PP_State next_state, enum PP_State next_dash_state) process_value_to_boundary() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkMarkerStack.cpp | 10 void SkMarkerStack::setMarker(uint32_t id, const SkM44& mx, void* boundary) { in setMarker() argument 19 if (it->fBoundary != boundary) { // we've gone past the save-frame in setMarker() 29 fStack.push_back({boundary, mx, inv, id}); in setMarker() 58 void SkMarkerStack::restore(void* boundary) { in restore() argument 59 while (!fStack.empty() && fStack.back().fBoundary == boundary) { in restore()
|
/third_party/python/Lib/email/mime/ |
H A D | multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, 28 boundary is the multipart boundary string. By default it is 48 if boundary: 49 self.set_boundary(boundary)
|
/third_party/node/deps/icu-small/source/common/ |
H A D | mlbe.cpp | 48 UVector32 boundary(inString.countChar32() + 1, status); in divideUpRange() 68 boundary.addElement(0, status); in divideUpRange() 74 evaluateBreakpoint(inString, indexList, idx, numCodeUnits, numBreaks, boundary, status); in divideUpRange() 85 if (boundary.lastElementi() != inString.countChar32()) { in divideUpRange() 86 boundary.addElement(inString.countChar32(), status); in divideUpRange() 94 int32_t cpPos = boundary.elementAti(i); in divideUpRange() 107 // Normalization expanded the input text, the dictionary found a boundary in divideUpRange() 135 UVector32 &boundary, UErrorCode &status) const { in evaluateBreakpoint() 171 boundary.addElement(startIdx + 1, status); in evaluateBreakpoint() 133 evaluateBreakpoint(const UnicodeString &inString, int32_t *indexList, int32_t startIdx, int32_t numCodeUnits, int32_t numBreaks, UVector32 &boundary, UErrorCode &status) const evaluateBreakpoint() argument
|
/third_party/python/Lib/email/ |
H A D | generator.py | 168 # say a multipart message includes the boundary string somewhere in 169 # its body. We'd have to calculate the new boundary /before/ we write 261 # together, and then make sure that the boundary we've chosen isn't 268 # e.g. a non-strict parse of a message with no starting boundary. 280 boundary = msg.get_boundary() 281 if not boundary: 282 # Create a boundary that doesn't appear in any of the 285 boundary = self._make_boundary(alltext) 286 msg.set_boundary(boundary) 295 # dash-boundary transpor [all...] |
H A D | message.py | 850 """Return the boundary associated with the payload if present. 852 The boundary is extracted from the Content-Type header's `boundary' 856 boundary = self.get_param('boundary', missing) 857 if boundary is missing: 860 return utils.collapse_rfc2231_value(boundary).rstrip() 862 def set_boundary(self, boundary): 863 """Set the boundary parameter in Content-Type to 'boundary' [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.cpp | 143 TESS_LOG("removing non-boundary edges\n"); in removeNonBoundaryEdges() 184 void GrAATriangulator::simplifyBoundary(EdgeList* boundary, const Comparator& c) const { in simplifyBoundary() argument 185 Edge* prevEdge = boundary->fTail; in simplifyBoundary() 188 for (Edge* e = boundary->fHead; e != nullptr;) { in simplifyBoundary() 197 boundary->remove(prevEdge); in simplifyBoundary() 198 boundary->remove(e); in simplifyBoundary() 199 prevEdge = boundary->fTail; in simplifyBoundary() 200 e = boundary->fHead; in simplifyBoundary() 211 boundary->insert(join, e); in simplifyBoundary() 212 boundary in simplifyBoundary() 410 strokeBoundary(EdgeList* boundary, VertexList* innerMesh, const Comparator& c) const strokeBoundary() argument 570 extractBoundary(EdgeList* boundary, Edge* e) const extractBoundary() argument 611 EdgeList boundary; extractBoundaries() local [all...] |
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | DateFmtPerf.h | 66 BreakIterator* boundary; in call() local 72 boundary = BreakIterator::createWordInstance("en", *status); in call() 73 boundary->setText(str); in call() 75 int32_t start = boundary->first(); in call() 76 for (int32_t end = boundary->next(); in call() 78 start = end, end = boundary->next()) in call() 80 printTextRange( *boundary, start, end ); in call() 89 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status); in call() 90 boundary->setText(str); in call() 92 int32_t start = boundary in call() [all...] |
/third_party/node/deps/v8/src/base/numbers/ |
H A D | strtod.cc | 365 Bignum boundary; in BignumStrtod() local 367 boundary.AssignUInt64(upper_boundary.f()); in BignumStrtod() 371 boundary.MultiplyByPowerOfTen(-exponent); in BignumStrtod() 374 boundary.ShiftLeft(upper_boundary.e()); in BignumStrtod() 378 int comparison = Bignum::Compare(input, boundary); in BignumStrtod()
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
H A D | Dicer.js | 20 if (!cfg || (!cfg.headerFirst && typeof cfg.boundary !== 'string')) { throw new TypeError('Boundary required') } 22 if (typeof cfg.boundary === 'string') { this.setBoundary(cfg.boundary) } else { this._bparser = undefined } 104 Dicer.prototype.setBoundary = function (boundary) { 106 this._bparser = new StreamSearch('\r\n--' + boundary)
|
/third_party/rust/crates/heck/src/ |
H A D | lib.rs | 7 //! ## Definition of a word boundary 15 //! boundary is considered to be just prior to that uppercase character. 27 //! "hello_world", not the exact same string). Leading or trailing word boundary 81 mut boundary: G, in transform() 93 /// (either lowercase or uppercase) since the previous word boundary, in transform() 126 // current character does not result in a word boundary. in transform() 135 // Word boundary after if next is underscore or current is in transform() 139 boundary(f)?; in transform() 147 // is lowercase, word boundary before in transform() 150 boundary( in transform() [all...] |
/third_party/libabigail/include/ |
H A D | abg-suppression.h | 303 class boundary; 307 /// Convenience typedef for a shared_ptr to @ref boundary 308 typedef shared_ptr<boundary> boundary_sptr; 337 eval_boundary(boundary_sptr boundary, 351 /// The abstraction of the boundary of an @ref insertion_range, in the 353 class type_suppression::insertion_range::boundary class in abigail::suppr::type_suppression::insertion_range 359 boundary(); 360 virtual ~boundary(); 361 };// end class type_suppression::insertion_range::boundary 363 /// An @ref insertion_range boundary tha [all...] |