HomeSort by relevance Sort by last modified time
    Searched defs:lastpos (Results 1 - 23 of 23) sorted by null

  /external/icu/icu4c/source/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
  /external/minijail/
util.c 87 char *group, *lastpos = constant_str; local
103 lastpos = original_constant_str;
107 lastpos = end;
110 *endptr = lastpos;
  /external/eigen/demos/mandelbrot/
mandelbrot.h 43 QPoint lastpos; member in class:MandelbrotWidget
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 37 private int lastpos; field in class:TokenIterator
50 pos = lastpos = -1;
71 lastpos = pos;
96 return reader.describePosition() + ':' + (lastpos+1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 35 private int lastpos; field in class:TokenIterator
48 pos = lastpos = -1;
69 lastpos = pos;
94 return reader.describePosition() + ':' + (lastpos+1);
  /external/boringssl/src/crypto/x509v3/
v3_lib.c 223 int lastpos; local
231 if(idx) lastpos = *idx + 1;
232 else lastpos = 0;
233 if(lastpos < 0) lastpos = 0;
234 for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++)
  /frameworks/base/tools/aapt/
pseudolocalize.cpp 43 size_t lastpos, pos; local
47 for (lastpos = pos = 0; pos < length; pos++) {
70 size_t size = nextpos - lastpos;
72 String16 chunk = String16(text, size, lastpos);
75 } else if (str[lastpos] == k_arg_start &&
86 lastpos = nextpos;
  /bootable/recovery/applypatch/
bsdiff.cpp 230 off_t lastscan,lastpos,lastoffset; local
282 lastscan=0;lastpos=0;lastoffset=0;
305 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
306 if(old[lastpos+i]==newdata[lastscan+i]) s++;
325 old[lastpos+lenf-overlap+i]) s++;
336 db[dblen+i]=newdata[lastscan+i]-old[lastpos+i];
353 offtout((pos-lenb)-(lastpos+lenf),buf);
359 lastpos=pos-lenb;
  /external/bsdiff/
bsdiff.cc 114 off_t lastscan,lastpos,lastoffset; local
180 lastscan=0;lastpos=0;lastoffset=0;
224 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
225 if(old_buf[lastpos+i]==new_buf[lastscan+i]) s++;
244 old_buf[lastpos+lenf-overlap+i]) s++;
255 db[dblen+i]=new_buf[lastscan+i]-old_buf[lastpos+i];
272 offtout((pos-lenb)-(lastpos+lenf),buf);
278 lastpos=pos-lenb;
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.cpp 85 size_t lastpos, pos; local
89 for (lastpos = pos = 0; pos < length; pos++) {
112 size_t size = nextpos - lastpos;
114 std::u16string chunk = text.substr(lastpos, size).toString();
117 } else if (str[lastpos] == k_arg_start && str[nextpos - 1] == k_arg_end) {
127 lastpos = nextpos;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 115 const char **lastpos; /* [nplus+1] */ member in struct:match
226 m->lastpos = NULL;
274 if (g->nplus > 0 && m->lastpos == NULL)
275 m->lastpos = malloc((g->nplus+1) *
277 if (g->nplus > 0 && m->lastpos == NULL) {
289 assert(g->nplus == 0 || m->lastpos != NULL);
339 if (m->lastpos != NULL) {
340 free(m->lastpos);
341 m->lastpos = NULL;
697 assert(m->lastpos != NULL)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 79 char **lastpos; /* [nplus+1] */ member in struct:match
168 m->lastpos = NULL;
184 free(m->lastpos);
218 if (g->nplus > 0 && m->lastpos == NULL)
219 m->lastpos = (char **)malloc((g->nplus+1) *
221 if (g->nplus > 0 && m->lastpos == NULL) {
234 assert(g->nplus == 0 || m->lastpos != NULL);
281 if (m->lastpos != NULL)
282 free((char *)m->lastpos);
600 assert(m->lastpos != NULL)
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 642 int lastpos = -1; local
654 if (xpos <= lastpos) {
655 xpos = lastpos + 1;
657 for (int j = lastpos + 1; j < xpos; j++) {
664 lastpos = xpos + pText->m_Text.GetLength();
  /external/boringssl/src/include/openssl/
x509.h 875 int lastpos);
877 int lastpos);
988 int nid, int lastpos); variable
990 const ASN1_OBJECT *obj,int lastpos); variable
992 int crit, int lastpos); variable
1045 int lastpos); variable
1047 int lastpos); variable
1062 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 407 milliseconds