Searched refs:resultBuf (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5305 UChar resultBuf[100]; in NamedCapture() local 5311 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5313 REGEX_ASSERT(UnicodeString("a<bcmxy>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5317 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5319 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5323 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5325 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5329 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5331 REGEX_ASSERT(UnicodeString("a<x>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5335 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1760 std::ostringstream resultBuf; in injectExtensionRequirements() local 1781 resultBuf << extStr.str(); in injectExtensionRequirements() 1784 resultBuf << line << "\n"; in injectExtensionRequirements() 1787 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 …]
|