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

  /external/llvm/test/TableGen/
MultiClass.td 10 string thestr = B;
DefmInherit.td 12 string thestr = B;
MultiClassInherit.td 37 string thestr = B;
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 387 const UChar* thestr = res_getAlias(&(parent->fResData), r, &len);
388 UChar *string = quotedString(thestr);
429 const UChar* thestr = ures_getString(resource, &len, status); local
430 UChar *string = quotedString(thestr);
  /external/icu/icu4c/source/samples/uresb/
uresb.c 229 const UChar*thestr = ures_getString(resource, &len, status); local
230 UChar *string = quotedString(thestr);
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 174 std::string TheStr = Ints[IntNo].Name.substr(6);
175 TheStr += '.'; // Require "bswap." instead of bswap.
176 OS << " if (NameR.startswith(\"" << TheStr << "\")) "

Completed in 199 milliseconds