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

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/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/icu4c/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...]
  /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/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp 331 int32_t strIndex = fStringTable->length();
343 s->fStrTableIndex = strIndex;
347 previousStringIndex = strIndex;
  /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 822 String strIndex = name.substring(0, name.length() - VCARD_NAME_SUFFIX_LENGTH + 1);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c     [all...]
  /external/icu4c/common/
ucnv_io.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 195 'star', 'startup', 'stdev', 'stdevf', 'str2code', 'strange', 'strcat', 'strindex', 'string', 'stringbox',
winbatch.php 98 'StrLen', 'StrIndexWild', 'StrIndexNC', 'StrIndex', 'StriCmp', 'StrFixLeft', 'StrFixCharsL', 'StrFixChars', 'StrFix', 'StrFill',
    [all...]

Completed in 433 milliseconds