Searched +defs:target +defs:col (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dins_wide.c142 ConvertCh(chtype source, cchar_t *target) argument
221 int col; local
[all...]
H A Dncurses.c302 make_fullwidth_text(wchar_t *target, const char *source) argument
312 make_narrow_text(wchar_t *target, const char *source) argument
322 make_fullwidth_digit(cchar_t *target, int digit) argument
609 int col = (n >= chk) ? COLS / 2 : 0; local
1189 int col = 1; local
1854 int col = 1; local
1950 int col = (i % per_row + 1) * width; local
2131 int col = (i % per_row + 1) * width; local
2897 int col = ((int) (code - first) / 16) * COLS / 2; local
2937 int col = 8 + (int) (code % 16) * PC_COLS; local
2990 int col = (n / height) * COLS / 2; local
3196 int col = ((code - first) / 16) * COLS / 2; local
3238 int col = (n / height) * COLS / 2; local
3346 int col = (n / height) * COLS / 2; local
5763 int col = ((item % 2) ? COLS / 2 : 0); local
5771 overlap_test_1_attr(WINDOW *win, int flavor, int col) argument
5794 overlap_test_2_attr(WINDOW *win, int flavor, int col) argument
5819 int col; local
5914 overlap_test_1(int flavor, int col, WINDOW *a, char fill) argument
5922 overlap_test_2(int flavor, int col, WINDOW *a, char fill) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtscoll.cpp92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
239 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) argument
244 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
268 reportCResult( const UnicodeString &source, const UnicodeString &target, CollationKey &sourceKey, CollationKey &targetKey, Collator::EComparisonResult compareResult, Collator::EComparisonResult keyResult, Collator::EComparisonResult incResult, Collator::EComparisonResult expectedResult ) argument
339 appendCompareResult(Collator::EComparisonResult result, UnicodeString& target) argument
365 prettify(const CollationKey &source, UnicodeString &target) argument
[all...]
H A Dapicoll.cpp66 Collator *col = 0; local
384 Collator *col; local
487 Collator *col = 0; local
622 Collator *col = 0; local
946 Collator *col = 0; local
1073 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local
2048 compare(const UnicodeString& source, const UnicodeString& target, UErrorCode& status) const argument
2059 compare(const UnicodeString& source, const UnicodeString& target, int32_t length, UErrorCode& status) const argument
2071 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength, UErrorCode& status) const argument
[all...]
H A Dssearch.cpp208 UnicodeString target; local
620 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); local
754 UnicodeString target = targets[t].unescape(); local
784 UnicodeString target = /*"gcatcgcagagagtatacagtacg"*/ "cloveldfxeld"; local
917 UnicodeString target = longishText; local
1178 simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dgui_beval.c25 int col; local
318 int row, col; local
449 addEventHandler(GtkWidget *target, BalloonEval *beval) argument
[all...]
H A Dgui_gtk_x11.c4773 draw_glyph_string(int row, int col, int num_cells, int flags, argument
4812 draw_under(int flags, int row, int col, int cells) argument
4845 gui_gtk2_draw_string(int row, int col, char_u *s, int len, int flags) argument
5604 GdkAtom target; local
5895 gui_mch_drawsign(int row, int col, int typenr) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.c940 u_int col = packet_get_int(); local
954 char *target, *originator; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dmasterdump.c279 unsigned int col = 0; local
203 indent(unsigned int *current, unsigned int to, int tabwidth, isc_buffer_t *target) argument
332 str_totext(const char *source, isc_buffer_t *target) argument
348 ncache_summary(dns_rdataset_t *rdataset, isc_boolean_t omit_final_dot, isc_buffer_t *target) argument
401 rdataset_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, dns_totext_ctx_t *ctx, isc_boolean_t omit_final_dot, isc_buffer_t *target) argument
573 question_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, dns_totext_ctx_t *ctx, isc_boolean_t omit_final_dot, isc_buffer_t *target) argument
630 dns_rdataset_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, isc_boolean_t omit_final_dot, isc_boolean_t question, isc_buffer_t *target) argument
663 dns_master_rdatasettotext(dns_name_t *owner_name, dns_rdataset_t *rdataset, const dns_master_style_t *style, isc_buffer_t *target) argument
682 dns_master_questiontotext(dns_name_t *owner_name, dns_rdataset_t *rdataset, const dns_master_style_t *style, isc_buffer_t *target) argument
1093 dns_dumpctx_attach(dns_dumpctx_t *source, dns_dumpctx_t **target) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c272 UCollator *col, *ruled; local
275 UChar source[12], target[12]; local
550 UCollator *col; local
643 UCollator * col; local
795 UCollator * col = ucol_open("en_US", &err); local
1054 UCollator *col; local
1199 UCollator *col; local
1254 UCollator *col; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Druntest.c299 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local
1240 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, argument
H A Dparser.c4418 int col = ctxt->input->col; local
5162 const xmlChar *target; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Druntest.c303 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local
1244 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, argument
H A Dparser.c4079 int col = ctxt->input->col; local
4790 const xmlChar *target; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtable.el[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 250 milliseconds