Searched refs:splits (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/PatternLayout/
H A DMultiline.pm56 instead. This layout class simply splits up the incoming message into
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dfldset.cpp68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) argument
72 splits = 1;
74 splits += 1;
77 UnicodeString *result = new UnicodeString[splits];
H A Dcsdetest.cpp112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) argument
116 splits = 1;
118 splits += 1;
121 UnicodeString *result = new UnicodeString[splits];
159 int32_t splits = 0; local
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
212 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
H A Dregextst.cpp5183 UnicodeString splits[10]; local
5185 int32_t numFields = pMatcher->split(text, splits, 10, status);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DStringRef.cpp264 // rest.data() is used to distinguish cases like "a," that splits into
265 // "a" + "" and "a" that splits into "a" + 0.
266 for (int splits = 0;
267 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit);
268 ++splits) {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/PatternLayout/
H A DMultiline.pm56 instead. This layout class simply splits up the incoming message into
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm102 splits at its newlines and transforms it into an array:
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm221 splits at its newlines and transforms it into an array:
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm414 # test_expect() splits $input into individual tests, processes each
450 The C<test_expect()> subroutine splits an input document into a number
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm414 # test_expect() splits $input into individual tests, processes each
450 The C<test_expect()> subroutine splits an input document into a number
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js5968 var splits = [];
5984 splits.push(lastDocSplit);
6036 return splits;
6189 var splits = this.$wrapData[docRow];
6190 if (splits) {
6191 column = splits[screenRow - row];
6192 if(screenRow > row && splits.length) {
6193 docColumn = splits[screenRow - row - 1] || splits[splits
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex75 \item $\beta$ splits the file $B$ into a series of non-overlapping
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmaple.vim232 syn keyword mvLibrary EllipticF Product convergs hastype op splits
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm2800 destroy the tree D-X-Y. Instead it merely splits the tree into two:
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim7629 " This attempt splits the current window, creating a one line window.
8246 " However, when the user splits a browser window (ex: ctrl-w s), these
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2906 \item The complexity of the linear system of equations (\textit{for the coefficients of $W(x)$}) is. Generally speaking as the number of splits

Completed in 211 milliseconds