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

  /external/curl/lib/
escape.c 87 size_t strindex=0; local
107 ns[strindex++]=in;
128 snprintf(&ns[strindex], 4, "%%%02X", in);
130 strindex+=3;
134 ns[strindex]=0; /* terminate it */
156 size_t strindex=0; local
194 ns[strindex++] = in;
197 ns[strindex]=0; /* terminate it */
201 *olen = strindex;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterUtility.java 85 * @param strindex index within str to start comparing
91 int strindex, int aindex)
105 if (strindex == length
106 || (str.charAt(strindex) != (char)(b & 0xFF))) {
109 strindex ++;
111 return strindex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterUtility.java 84 * @param strindex index within str to start comparing
90 int strindex, int aindex)
104 if (strindex == length
105 || (str.charAt(strindex) != (char)(b & 0xFF))) {
108 strindex ++;
110 return strindex;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 897 int strindex = 0; local
899 while (strindex < strlen) {
903 memcpy(str + strindex, gFileLines[linecount].name,
905 strindex += len;
1061 int strindex = 0; local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 633 int strindex = 0; local
637 strindex = 0;
638 iter.setOffset(strindex);
646 strindex += 10;
647 if (strindex > strlen) {
650 iter.setOffset(strindex);
666 strindex = 0;
667 iter.setOffset(strindex);
672 strindex += 10;
673 if (strindex > strlen)
750 int strindex = 0; local
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 227 int strindex = 0; local
228 ucol_setOffset(iter, strindex, status);
236 strindex += 10;
237 if (strindex > strlen) {
240 ucol_setOffset(iter, strindex, status);
249 int strindex = 5; local
250 ucol_setOffset(iter, strindex, status);
258 strindex += 10;
259 if (strindex > strlen) {
262 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 
  /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 1990 milliseconds