HomeSort by relevance Sort by last modified time
    Searched refs:strindex (Results 1 - 18 of 18) sorted by null

  /external/curl/lib/
escape.c 86 size_t strindex=0; local
100 ns[strindex++]=in;
123 snprintf(&ns[strindex], 4, "%%%02X", in);
125 strindex+=3;
129 ns[strindex]=0; /* terminate it */
151 size_t strindex=0; local
189 ns[strindex++] = in;
192 ns[strindex]=0; /* terminate it */
196 *olen = strindex;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterUtility.java 83 * @param strindex index within str to start comparing
89 int strindex, int aindex)
103 if (strindex == length
104 || (str.charAt(strindex) != (char)(b & 0xFF))) {
107 strindex ++;
109 return strindex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterUtility.java 82 * @param strindex index within str to start comparing
88 int strindex, int aindex)
102 if (strindex == length
103 || (str.charAt(strindex) != (char)(b & 0xFF))) {
106 strindex ++;
108 return strindex;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 893 int strindex = 0; local
895 while (strindex < strlen) {
899 memcpy(str + strindex, gFileLines[linecount].name,
901 strindex += len;
1057 int strindex = 0; local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 631 int strindex = 0; local
635 strindex = 0;
636 iter.setOffset(strindex);
644 strindex += 10;
645 if (strindex > strlen) {
648 iter.setOffset(strindex);
664 strindex = 0;
665 iter.setOffset(strindex);
670 strindex += 10;
671 if (strindex > strlen)
748 int strindex = 0; local
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 221 int strindex = 0; local
222 ucol_setOffset(iter, strindex, status);
230 strindex += 10;
231 if (strindex > strlen) {
234 ucol_setOffset(iter, strindex, status);
243 int strindex = 5; local
244 ucol_setOffset(iter, strindex, status);
252 strindex += 10;
253 if (strindex > strlen) {
256 ucol_setOffset(iter, strindex, status)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 385 size_t strindex; local
388 strindex = strtol (namebuf + 1, &end, 10);
405 if (strindex < 4 || strindex >= strtab_size)
413 name = strtab + strindex;
simple-object-xcoff.c 441 size_t strindex; local
444 strindex = strtol (namebuf + 1, &end, 10);
461 if (strindex < 4 || strindex >= strtab_size)
469 name = strtab + strindex;
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 70 long strindex; local
81 strindex = strtol (buf, &p, 10);
82 if (*p == '\0' && strindex >= 0)
87 if ((bfd_size_type)(strindex + 2) >= obj_coff_strings_len (abfd))
89 strings += strindex;
    [all...]
elf64-ia64-vms.c 2826 bfd_size_type strindex; local
    [all...]
elflink.c 3035 bfd_size_type strindex; local
    [all...]
elf.c 323 unsigned int strindex)
327 if (strindex == 0)
339 if (strindex >= hdr->sh_size)
344 abfd, strindex, (unsigned long) hdr->sh_size,
345 (shindex == shstrndx && strindex == hdr->sh_name
351 return ((char *) hdr->contents) + strindex;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.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 692 milliseconds