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

  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 244 size_t strStart = 0;
254 matchStart = strStart + pmatch[1].rm_so;
255 matchEnd = strStart + pmatch[1].rm_eo;
256 translated.append(StringUtil::substr(orig, strStart, pmatch[1].rm_so - 1)); //-1 for $
266 LOGD("match found strStart %d, matchStart %d, matchEnd %d, converted str %s",
267 strStart, matchStart, matchEnd, translated.string());
269 strStart += pmatch[1].rm_eo;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
build.c 136 /* MR12c */ char *strStart=a->action;
138 /* MR12c */ strEnd=strStart+strlen(strStart)-1;
139 /* MR12c */ for ( ; strEnd >= strStart && isspace(*strEnd); strEnd--) *strEnd=0;
140 /* MR12c */ while (*strStart != '\0' && isspace(*strStart)) strStart++;
141 /* MR12c */ if (ci_strequ(strStart,"nohoist")) {
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.cpp 228 CFX_WideString strStart(m_chStart);
230 return strStart + contents + strEnd;
  /external/libunwind_llvm/src/
DwarfParser.hpp 290 pint_t strStart = p;
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfParser.hpp 291 pint_t strStart = p;
305 if (addressSpace.get8(strStart) == 'z') {
308 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 618 milliseconds