Searched +defs:pos +defs:text +defs:end (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/rsync-42/rsync/
H A Dwildtest.c67 int pos = 0, cnt = 0, ndx = 0, len = strlen(text); local
54 run_test(int line, bool matches, bool same_as_fnmatch, const char *text, const char *pattern) argument
111 char buf[2048], *s, *string[2], *end[2]; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dldapsync.c212 const char *text; local
262 char *next, *end; local
232 slap_insert_csn_sids( struct sync_cookie *ck, int pos, int sid, struct berval *csn ) argument
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dtex.cpp73 inline position tex_output::transform(const position &pos) argument
140 void tex_output::text(const position &center, text_piece *v, int n, double) function in class:tex_output
173 point(const position &pos) argument
256 arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
360 dot(const position &pos, const line_type &lt) argument
[all...]
H A Dtroff.cpp87 position pos = start; local
65 arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
261 transform(const position &pos) argument
349 simple_arc(const position &start, const distance &cent, const distance &end) argument
363 simple_line(const position &start, const position &end) argument
377 position pos = transform(start); local
397 position pos = transform(v[0]); local
415 choose_delimiter(const char *text) argument
423 void troff_output::text(const position &center, text_piece *v, int n, function in class:troff_output
[all...]
H A Dobject.cpp214 void draw_arrow(const position &pos, const distance &dir, argument
286 void bounding_box::encompass(const position &pos) argument
359 position object::end() function in class:object
403 a_delete text; local
543 a_delete text; local
548 text_piece *text; member in class:graphic_object
648 out->text(center(), text, ntext, angle); local
709 closed_object(const position &pos) argument
738 box_object(const position &pos, double r) argument
836 position pos; local
1192 position end() { return en; } function in class:linear_object
1313 move_by(const position &pos) argument
1542 move_by(const position &pos) argument
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_syck.h109 char *ptr, *end; local
147 char *ptr, *end; local
212 SV *text; local
509 char *pos; local
549 char *pos; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcbiapts.c145 int32_t start,pos,end,to; local
149 UChar text[50]; local
360 UChar text[51]; /* Keep this odd to test for 64-bit memory alignment */ local
370 int32_t start,pos; local
553 int32_t pos; local
629 int32_t pos = 0; local
680 int32_t pos = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDeleteSelectionCommand.cpp109 void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end) argument
164 setStartingSelectionOnSmartDelete(const Position& start, const Position& end) argument
180 Position start, end; local
232 Position pos = VisiblePosition(m_upstreamStart, m_selectionToDelete.affinity()).deepEquivalent(); local
457 Text* text = toText(startNode); local
475 Text* text = toText(startNode); local
495 Text* text = toText(node.get()); local
502 Text* text = toText(m_upstreamEnd.deprecatedNode()); local
535 Text* text = toText(m_downstreamEnd.deprecatedNode()); local
[all...]
H A DCompositeEditCommand.cpp291 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction) argument
489 void CompositeEditCommand::splitTextNodeContainingElement(PassRefPtr<Text> text, unsigned offset) argument
494 void CompositeEditCommand::insertTextIntoNode(PassRefPtr<Text> node, unsigned offset, const String& text) argument
513 Position CompositeEditCommand::replaceSelectedTextInNode(const String& text) argument
516 Position end local
546 positionOutsideTabSpan(const Position& pos) argument
576 insertNodeAtTabSpanPosition(PassRefPtr<Node> node, const Position& pos) argument
609 containsOnlyWhitespace(const String& text) argument
650 String text = toText(node)->data(); local
664 String text = textNode->data(); local
733 deleteInsignificantText(PassRefPtr<Text> textNode, unsigned start, unsigned end) argument
814 deleteInsignificantText(const Position& start, const Position& end) argument
838 deleteInsignificantTextDownstream(const Position& pos) argument
840 Position end = VisiblePosition(pos, VP_DEFAULT_AFFINITY).next().deepEquivalent().downstream(); local
859 insertBlockPlaceholder(const Position& pos) argument
916 moveParagraphContentsToNewBlockIfNecessary(const Position& pos) argument
994 cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* passedOuterNode, Element* blockElement) argument
1115 Position end = startOfParagraphToMove == endOfParagraphToMove ? start : endOfParagraphToMove.deepEquivalent().upstream(); local
1194 Position end = endOfParagraphToMove.deepEquivalent().upstream(); member in namespace:WebCore
1269 RefPtr<Range> end = TextIterator::rangeFromLocationAndLength(document()->documentElement(), destinationIndex + endIndex, 0, true); variable
1458 splitTreeToNode(Node* start, Node* end, bool shouldSplitAncestor) argument
[all...]
H A DFrameSelection.cpp147 void FrameSelection::moveTo(const VisiblePosition &pos, EUserTriggered userTriggered, CursorAlignOnScroll align) argument
160 void FrameSelection::moveTo(const Position &pos, EAffinity affinity, EUserTriggered userTriggered) argument
400 Position end = m_selection.end(); local
479 Position end = m_selection.end(); local
523 Position end = m_selection.end(); local
610 adjustPositionForUserSelectAll(VisiblePosition& pos, bool isForward) argument
705 VisiblePosition pos; local
743 VisiblePosition pos; local
881 VisiblePosition pos; local
917 VisiblePosition pos; local
1094 VisiblePosition pos; local
1220 setStart(const VisiblePosition &pos, EUserTriggered trigger) argument
1228 setEnd(const VisiblePosition &pos, EUserTriggered trigger) argument
1236 setBase(const VisiblePosition &pos, EUserTriggered userTriggered) argument
1242 setExtent(const VisiblePosition &pos, EUserTriggered userTriggered) argument
1248 setBase(const Position &pos, EAffinity affinity, EUserTriggered userTriggered) argument
1254 setExtent(const Position &pos, EAffinity affinity, EUserTriggered userTriggered) argument
1506 String text = textRenderer->text(); local
1515 int pos; local
[all...]
H A DReplaceSelectionCommand.cpp116 static Position positionAvoidingPrecedingNodes(Position pos) argument
177 String text = plainText(range.get(), static_cast<TextIteratorBehavior>(TextIteratorEmitsOriginalText | TextIteratorIgnoresStyleVisibility)); local
662 nodeHasVisibleRenderText(Text* text) argument
1320 Position end = positionAtEndOfInsertedContent().deepEquivalent(); local
1353 RefPtr<Text> text = 0; local
1483 Position end = replaceSelectedTextInNode(textNode->data()); local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dtext.c121 register char *text; local
261 int end = rl_point + count; local
1242 int start, next, end; local
1464 int pos, inc; local
[all...]
H A Dcomplete.c570 int width, pos; local
625 const char *end; local
817 int scan, end, found_quote, delimiter, pass_next, isbrk; local
1643 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
1644 char *text, *saved_line_buffer; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfollow.el[all...]
H A Dallout.el[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp761 CString text, caption; local
770 CString text, caption; local
810 CPrinterSetupWizardSheet::OnContextMenu(CWnd * pWnd, CPoint pos) argument
897 ServiceRefList::iterator end = m_serviceRefList.end(); local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp206 UnicodeString ParseData::parseReference(const UnicodeString& text, argument
265 UnicodeString text; member in class:RuleHalf
362 parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
397 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) argument
925 int32_t pos = 0; local
1109 int32_t pos = -1; local
1145 setVariableRange(int32_t start, int32_t end, UErrorCode& status) argument
1199 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) argument
1213 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
1267 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
1471 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) argument
1505 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) argument
[all...]
H A Ducurr.cpp1013 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) argument
1127 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1155 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
1264 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, UChar* result, UErrorCode& ec) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.cpp507 void QWebPageAdapter::handleSoftwareInputPanel(Qt::MouseButton button, const QPoint& pos) argument
543 Qt::DropAction QWebPageAdapter::dragEntered(const QMimeData *data, const QPoint &pos, Qt::DropActions possibleActions) argument
555 dragUpdated(const QMimeData *data, const QPoint &pos, Qt::DropActions possibleActions) argument
561 performDrag(const QMimeData *data, const QPoint &pos, Qt::DropActions possibleActions) argument
687 QString text = renderTextControl->textFormControlElement()->value(); local
698 int end = frame->selection()->end().offsetInContainerNode(); local
854 updatePositionDependentMenuActions(const QPoint& pos, QBitArray* visitedWebActions) argument
893 MIMEToDescriptionsMap::const_iterator end = plugins[i]->mimeToDescriptions().end(); local
1391 const QPoint pos = scrollBar->convertFromContainingWindow(event->pos()); local
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dreadline.c562 int start, end, idx, has_mods = 0; local
920 history_arg_extract(int start, int end, const char *str) argument
1232 history_set_pos(int pos) argument
1316 history_search_pos(const char *str, int direction __attribute__((__unused__)), int pos) argument
1358 username_completion_function(const char *text, int state) argument
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_at_fs.c401 int begin, end; local
620 char *begin, *end; local
824 XawTextBlock text; local
842 (XawTextPosition)strlen(SFtextBuffer), &text); local
848 (XawTextPosition)strlen(SFtextBuffer), &text); local
1294 SFEntry *end; local
1994 XawTextPosition pos; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfmt.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-rect.el[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dreadline.c637 int start, end, idx, has_mods = 0; local
1008 history_arg_extract(int start, int end, const char *str) argument
1537 history_set_pos(int pos) argument
1626 history_search_pos(const char *str, int direction __attribute__((__unused__)), int pos) argument
1680 username_completion_function(const char *text, int state) argument
1860 rl_insert_text(const char *text) argument
2158 rl_filename_completion_function(const char *text, int state) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp207 UBool UnicodeSetTest::toPatternAux(UChar32 start, UChar32 end) { argument
1472 UChar32 end local
1442 expectRange(const UnicodeString& label, const UnicodeSet& set, UChar32 start, UChar32 end) argument
1530 UChar32 c = DATA2[i], end = 0x10FFFF; local
1609 parseReference(const UnicodeString& text, ParsePosition& pos, int32_t limit) const argument
1825 UChar32 end = set.getRangeEnd(i); local
1878 UChar32 end = set.getRangeEnd(i); local
2239 ParsePosition pos; local
[all...]

Completed in 405 milliseconds

12