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

  /frameworks/base/core/java/android/hardware/camera2/utils/
ArrayUtils.java 116 int strIndex = getArrayIndex(convertFrom, str);
119 if (strIndex < 0) {
125 if (strIndex < convertTo.length) {
126 convertedList.add(convertTo[strIndex]);
  /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/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/chromium_org/third_party/icu/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...]
  /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...]
  /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 334 int32_t strIndex = fStringTable->length();
346 s->fStrTableIndex = strIndex;
350 previousStringIndex = strIndex;
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
ucnv_io.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h 107 #define INIT_USBAUDIO_PRODUCT_NAME(guid,vid,pid,strIndex) \
111 (guid)->Data3 = 0x463B + (USHORT)(strIndex); \
121 #define DEFINE_USBAUDIO_PRODUCT_NAME(vid,pid,strIndex) \
122 0xFC575048+(USHORT)(vid),0x2E08+(USHORT)(pid),0x463B+(USHORT)(strIndex),0xA7,0x2F,0xA5,0xBF,0x64,0xC8,0x6E,0xBA
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 2393 milliseconds