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

  /external/icu/icu4c/source/test/intltest/
tokiter.h 59 // return reader.describePosition() + ':' + (lastpos+1);
70 int32_t lastpos; member in class:TokenIterator
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 42 if (nextpos < lastpos){ \
68 register DLGChar *lastpos; local
73 lastpos = &_lextext[_bufsize-1];
123 if (nextpos < lastpos){
dlgauto.h 98 if (zznextpos < lastpos){ \
353 zzchar_t *lastpos; /* MR27 Remove register since address operator used. */ local
358 lastpos = &zzlextext[zzbufsize-1];
440 if (zznextpos < lastpos){
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 39 if (nextpos < lastpos){ \
65 register DLGChar *lastpos; local
70 lastpos = &_lextext[_bufsize-1];
120 if (nextpos < lastpos){
dlgauto.h 98 if (zznextpos < lastpos){ \
348 register zzchar_t *lastpos; local
353 lastpos = &zzlextext[zzbufsize-1];
435 if (zznextpos < 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 39 private int lastpos; field in class:TokenIterator
52 pos = lastpos = -1;
73 lastpos = pos;
98 return reader.describePosition() + ':' + (lastpos+1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/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/boringssl/src/crypto/x509v3/
v3_lib.c 235 int lastpos; local
246 lastpos = *idx + 1;
248 lastpos = 0;
249 if (lastpos < 0)
250 lastpos = 0;
251 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) {
  /external/minijail/
util.c 134 char *group, *lastpos = constant_str; local
150 lastpos = original_constant_str;
154 lastpos = end;
157 *endptr = lastpos;
  /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;
  /external/bsdiff/
bsdiff.cc 146 off_t lastscan,lastpos,lastoffset; local
200 lastscan=0;lastpos=0;lastoffset=0;
244 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
245 if(old_buf[lastpos+i]==new_buf[lastscan+i]) s++;
264 old_buf[lastpos+lenf-overlap+i]) s++;
275 db[dblen+i]=new_buf[lastscan+i]-old_buf[lastpos+i];
292 offtout((pos-lenb)-(lastpos+lenf),buf);
298 lastpos=pos-lenb;
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.cpp 90 size_t lastpos, pos; local
94 for (lastpos = pos = 0; pos < length; pos++) {
117 size_t size = nextpos - lastpos;
119 std::string chunk = text.substr(lastpos, size).to_string();
122 } else if (str[lastpos] == kArgStart && str[nextpos - 1] == kArgEnd) {
132 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...]
  /external/boringssl/src/include/openssl/
x509.h 862 int lastpos);
864 int lastpos);
975 int nid, int lastpos); variable
977 const ASN1_OBJECT *obj,int lastpos); variable
979 int crit, int lastpos); variable
1032 int lastpos); variable
1034 int lastpos); variable
1049 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.11.ALPHA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 1664 milliseconds