Searched refs:resultBuf (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5306 UChar resultBuf[100]; in NamedCapture() local 5312 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5314 REGEX_ASSERT(UnicodeString("a<bcmxy>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5318 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5320 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5324 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5326 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5330 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5332 REGEX_ASSERT(UnicodeString("a<x>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5336 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1736 std::ostringstream resultBuf; in injectExtensionRequirements() local 1757 resultBuf << extStr.str(); in injectExtensionRequirements() 1760 resultBuf << line << "\n"; in injectExtensionRequirements() 1763 return resultBuf.str(); in injectExtensionRequirements()
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 4239 std::ostringstream resultBuf; in Str() local 4243 resultBuf << '*'; in Str() 4246 resultBuf << '\0'; in Str() 4247 args.GetReturnValue()->SetString(ByteStringView(resultBuf.str().c_str())); in Str() 4255 resultBuf << '*'; in Str() 4261 resultBuf << ' '; in Str() 4264 resultBuf << pData; in Str() 4266 args.GetReturnValue()->SetString(ByteStringView(resultBuf.str().c_str())); in Str() 4276 resultBuf << ' '; in Str() 4281 resultBuf << pData[i]; in Str() [all …]
|