HomeSort by relevance Sort by last modified time
    Searched full:matchlen (Results 1 - 14 of 14) sorted by null

  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_ftp.h 39 unsigned int matchlen,
  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp 347 int matchLen = 0;
349 regExpConstructor->performMatch(reg, source, startPosition, matchIndex, matchLen, &ovector);
359 int matchLen = ovector[i * 2 + 1] - matchStart;
364 cachedCall.setArgument(i, jsSubstring(exec, source, matchStart, matchLen));
376 lastIndex = matchIndex + matchLen;
380 if (matchLen == 0) {
389 int matchLen = 0;
391 regExpConstructor->performMatch(reg, source, startPosition, matchIndex, matchLen, &ovector);
403 int matchLen = ovector[i * 2 + 1] - matchStart;
408 args.append(jsSubstring(exec, source, matchStart, matchLen));
    [all...]
  /external/chromium/third_party/icu/source/common/
ustring.c 465 int32_t matchLen, matchBMPLen, strItr, matchItr;
476 matchLen = matchBMPLen;
477 while(matchSet[matchLen] != 0) {
478 ++matchLen;
485 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
491 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
511 for(matchItr = matchBMPLen; matchItr < matchLen;) {
512 U16_NEXT(matchSet, matchItr, matchLen, matchCh);
518 for(matchItr = matchBMPLen; matchItr < matchLen;) {
519 U16_NEXT(matchSet, matchItr, matchLen, matchCh)
    [all...]
uniset.cpp 674 int32_t matchLen = matchRest(text, offset, limit, trial);
678 if (matchLen == maxLen) {
684 if (matchLen == trial.length()) {
686 if (matchLen > highWaterLength) {
687 highWaterLength = matchLen;
691 if (forward && matchLen < highWaterLength) {
    [all...]
  /external/icu4c/common/
ustring.c 465 int32_t matchLen, matchBMPLen, strItr, matchItr;
476 matchLen = matchBMPLen;
477 while(matchSet[matchLen] != 0) {
478 ++matchLen;
485 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
491 for(matchItr = 0; matchItr < matchLen; ++matchItr) {
511 for(matchItr = matchBMPLen; matchItr < matchLen;) {
512 U16_NEXT(matchSet, matchItr, matchLen, matchCh);
518 for(matchItr = matchBMPLen; matchItr < matchLen;) {
519 U16_NEXT(matchSet, matchItr, matchLen, matchCh)
    [all...]
uniset.cpp 674 int32_t matchLen = matchRest(text, offset, limit, trial);
678 if (matchLen == maxLen) {
684 if (matchLen == trial.length()) {
686 if (matchLen > highWaterLength) {
687 highWaterLength = matchLen;
691 if (forward && matchLen < highWaterLength) {
    [all...]
  /bootable/recovery/applypatch/
bsdiff.c 159 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) function
175 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
176 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
  /external/bsdiff/
bsdiff.c 142 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) function
158 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
159 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
  /external/dnsmasq/src/
forward.c 122 unsigned int matchlen = 0; local
156 domainlen >= matchlen &&
162 matchlen = domainlen;
  /external/zlib/contrib/masmx64/
gvmat64.asm 146 ; MatchLen : unused
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 706 milliseconds