Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/icu/icu4c/source/samples/break/
Dbreak.cpp51 void printEachForward( BreakIterator& boundary) in printEachForward()
63 void printEachBackward( BreakIterator& boundary) in printEachBackward()
75 void printFirst(BreakIterator& boundary) in printFirst()
83 void printLast(BreakIterator& boundary) in printLast()
91 void printAt(BreakIterator &boundary, int32_t pos ) in printAt()
103 BreakIterator* boundary; in main() local
Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
68 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
87 UBreakIterator *boundary; in c_main() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp51 void printEachForward( BreakIterator& boundary) in printEachForward()
63 void printEachBackward( BreakIterator& boundary) in printEachBackward()
75 void printFirst(BreakIterator& boundary) in printFirst()
83 void printLast(BreakIterator& boundary) in printLast()
91 void printAt(BreakIterator &boundary, int32_t pos ) in printAt()
103 BreakIterator* boundary; in main() local
Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
68 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
87 UBreakIterator *boundary; in c_main() local
/third_party/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp51 void printEachForward( BreakIterator& boundary) in printEachForward()
63 void printEachBackward( BreakIterator& boundary) in printEachBackward()
75 void printFirst(BreakIterator& boundary) in printFirst()
83 void printLast(BreakIterator& boundary) in printLast()
91 void printAt(BreakIterator &boundary, int32_t pos ) in printAt()
103 BreakIterator* boundary; in main() local
Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
68 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
87 UBreakIterator *boundary; in c_main() local
/third_party/skia/src/core/
DSkMarkerStack.cpp10 void SkMarkerStack::setMarker(uint32_t id, const SkM44& mx, void* boundary) { in setMarker()
58 void SkMarkerStack::restore(void* boundary) { in restore()
/third_party/libsoup/libsoup/
Dsoup-multipart.c43 char *mime_type, *boundary; member
48 soup_multipart_new_internal (char *mime_type, char *boundary) in soup_multipart_new_internal()
98 const char *boundary, int boundary_len) in find_boundary()
139 const char *content_type, *boundary; in soup_multipart_new_from_message() local
/third_party/ffmpeg/libavformat/
Dmpjpegdec.c33 char *boundary; member
133 char boundary[70 + 2 + 1] = {0}; in mpjpeg_read_header() local
300 uint8_t* boundary = NULL; in mpjpeg_read_packet() local
/third_party/python/Lib/email/mime/
Dmultipart.py16 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, argument
/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c56 void *memalign(size_t boundary, size_t size) in memalign()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c145 const char *boundary; member
278 const char *boundary; in MHD_create_post_processor() local
531 const char *boundary, in find_boundary()
703 const char *boundary, in process_value_to_boundary()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dtopology_check.hpp56 static const char boundary = '0'; member
123 static const char boundary = '0'; member
310 static const char boundary = '1'; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/
Dmalloc.c86 void *memalign(size_t boundary, size_t size) in memalign()
/third_party/node/test/fixtures/wpt/FileAPI/support/
Dsend-file-formdata-helper.js64 const boundary = formDataLines[0]; constant
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat04.c53 unsigned long boundary = BOUNDARY; in shared_hugepage() local
/third_party/python/Lib/email/
Dmessage.py835 def set_boundary(self, boundary): argument
1103 def _make_multipart(self, subtype, disallowed_subtypes, boundary): argument
1130 def make_related(self, boundary=None): argument
1133 def make_alternative(self, boundary=None): argument
1136 def make_mixed(self, boundary=None): argument
/third_party/boost/libs/locale/src/shared/
Dids.cpp42 namespace boundary { namespace
/third_party/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/node/deps/icu-small/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/icu/icu4c/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/boost/boost/locale/boundary/
Dtypes.hpp27 namespace boundary { namespace
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp104 int32_t boundary; in handleTransliterate() local
/third_party/openssl/crypto/cms/
Dcms_io.c17 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream()
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp184 void GrAATriangulator::simplifyBoundary(EdgeList* boundary, const Comparator& c) const { in simplifyBoundary()
410 void GrAATriangulator::strokeBoundary(EdgeList* boundary, VertexList* innerMesh, in strokeBoundary()
570 void GrAATriangulator::extractBoundary(EdgeList* boundary, Edge* e) const { in extractBoundary()
611 EdgeList boundary; in extractBoundaries() local

1234