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

  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 139 // returned indirectly in OutString which whos size is specified in the
146 uint64_t BytesSize, uint64_t PC, char *OutString,
180 std::memcpy(OutString, InsnStr.data(), OutputSize);
181 OutString[OutputSize] = '\0'; // Terminate string.
  /external/icu4c/common/
uinvchar.c 450 const char *outString, int32_t outLength,
456 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
461 outLength=(int32_t)uprv_strlen(outString);
470 c=(uint8_t)*outString++;
495 const char *outString, int32_t outLength,
501 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) {
506 outLength=(int32_t)uprv_strlen(outString);
515 c=(uint8_t)*outString++;
udataswp.h 132 const char *outString, int32_t outLength,
307 const char *outString, int32_t outLength,
316 const char *outString, int32_t outLength,
  /external/tinyxml/
tinyxml.cpp 42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
67 outString->append( str.c_str() + i, 1 );
75 outString->append( entity[0].str, entity[0].strLength );
80 outString->append( entity[1].str, entity[1].strLength );
85 outString->append( entity[2].str, entity[2].strLength );
90 outString->append( entity[3].str, entity[3].strLength );
95 outString->append( entity[4].str, entity[4].strLength );
112 outString->append( buf, (int)strlen( buf ) );
118 //outString->append( &realc, 1 );
119 *outString += (char) c; // somewhat more efficient function call
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.h 26 String16* outString,
XMLNode.cpp 187 String16* outString,
260 if (!ResTable::collectString(outString, curString.string(),
280 span.span.firstChar = span.span.lastChar = outString->size();
295 if (!ResTable::collectString(outString, curString.string(),
330 if (outString->size() > 0) {
331 span.span.lastChar = outString->size()-1;
347 String8(spanTag).string(), String8(*outString).string());
362 if (!ResTable::collectString(outString, curString.string(),
375 outString->setTo(rawString);
    [all...]
  /external/llvm/include/llvm-c/
Disassembler.h 185 * OutString whose size is specified in the parameter OutStringSize. This
191 char *OutString, size_t OutStringSize);
  /external/icu4c/tools/genrb/
wrtxml.cpp 55 static int32_t write_utf8_file(FileStream* fileStream, UnicodeString outString)
64 outString.getBuffer(),
65 outString.length(),
76 outString.getBuffer(),
77 outString.length(),
    [all...]
  /external/llvm/include/llvm/Support/
OutputBuffer.h 110 void outstring(const std::string &S, unsigned Length) { function in class:llvm::OutputBuffer
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/icu4c/test/intltest/
numrgts.cpp     [all...]

Completed in 392 milliseconds