HomeSort by relevance Sort by last modified time
    Searched full:strindex (Results 1 - 25 of 36) sorted by null

1 2

  /external/icu4c/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/icu4c/test/perf/collperf/
collperf.cpp 216 int strindex = 0; local
217 ucol_setOffset(iter, strindex, status);
225 strindex += 10;
226 if (strindex > strlen) {
229 ucol_setOffset(iter, strindex, status);
238 int strindex = 5; local
239 ucol_setOffset(iter, strindex, status);
247 strindex += 10;
248 if (strindex > strlen) {
251 ucol_setOffset(iter, strindex, status)
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 636 ANTLR3_UINT32 strIndex = string->index;
643 factory->strings->del(factory->strings, strIndex);
655 if (strIndex< factory->index)
663 for (i = strIndex; i < factory->index; i++)
    [all...]
  /external/icu4c/i18n/
uspoof_conf.cpp 334 int32_t strIndex = fStringTable->length();
346 s->fStrTableIndex = strIndex;
350 previousStringIndex = strIndex;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /external/icu4c/common/
ucnv_io.c     [all...]