Home
last modified time | relevance | path

Searched refs:strBuf (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBICUExporter.java144 StringBuffer strBuf = new StringBuffer(); in escapeString()
164 strBuf.append("\\U"); in escapeString()
168 strBuf.append("\\u"); in escapeString()
170 strBuf.append(zeros.substring(hexNum.length()) + hexNum.toUpperCase()); in escapeString()
173 strBuf.append(ch); in escapeString()
177 strBuf.append("\\\""); in escapeString()
182 strBuf.append(ch); in escapeString()
186 strBuf.insert(0, '\"'); in escapeString()
187 strBuf.append('\"'); in escapeString()
189 return strBuf in escapeString()
[all...]
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp442 char strBuf[200]; in warmup() local
443 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); in warmup()
445 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus)); in warmup()
566 char strBuf[200]; in warmup() local
567 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); in warmup()
569 fFile,fLine,getName(),strBuf,trial,fCStr,fLen, u_errorName(setupStatus)); in warmup()
657 char strBuf[200]; in warmup() local
658 u_strToUTF8(strBuf,200,NULL,buf.getTerminatedBuffer(),buf.length()+1,&setupStatus); in warmup()
660 fFile,fLine,getName(),strBuf,buf.length(),fCStr,fLen, u_errorName(setupStatus)); in warmup()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_references_manager_h264.cpp359 char strBuf[256]; in print_dpb() local
360 memset(&strBuf, '\0', 256); in print_dpb()
361 sprintf(strBuf, "%p", dpbEntry.pReconstructedPicture); in print_dpb()
362 dpbContents += std::string(strBuf); in print_dpb()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DSelectFormatAPITest.java148 StringBuffer strBuf = new StringBuffer("AppendHere-"); in TestFormat()
151 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
H A DNumberFormatTest.java727 String strBuf = curFmt.format(new CurrencyAmount(new Float(1234.56), Currency.getInstance("USD"))); in TestCurrency()
730 CurrencyAmount parsedVal = (CurrencyAmount)curFmt.parseObject(strBuf); in TestCurrency()
805 String strBuf = numFmt.format(numberToBeFormat); in TestCurrencyIsoPluralFormat()
813 if (!strBuf.equals(formatResult)) { in TestCurrencyIsoPluralFormat()
814 errln("FAIL: localeID: " + localeString + ", expected(" + formatResult.length() + "): \"" + formatResult + "\", actual(" + strBuf.length() + "): \"" + strBuf + "\""); in TestCurrencyIsoPluralFormat()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DSelectFormatAPITest.java145 StringBuffer strBuf = new StringBuffer("AppendHere-"); in TestFormat()
148 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
H A DNumberFormatTest.java724 String strBuf = curFmt.format(new CurrencyAmount(new Float(1234.56), Currency.getInstance("USD"))); in TestCurrency()
727 CurrencyAmount parsedVal = (CurrencyAmount)curFmt.parseObject(strBuf); in TestCurrency()
802 String strBuf = numFmt.format(numberToBeFormat); in TestCurrencyIsoPluralFormat()
810 if (!strBuf.equals(formatResult)) { in TestCurrencyIsoPluralFormat()
811 errln("FAIL: localeID: " + localeString + ", expected(" + formatResult.length() + "): \"" + formatResult + "\", actual(" + strBuf.length() + "): \"" + strBuf + "\""); in TestCurrencyIsoPluralFormat()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3888 UnicodeString strBuf; in TestCurrencyIsoPluralFormat() local
3889 numFmt->format(numberToBeFormat, strBuf); in TestCurrencyIsoPluralFormat()
3894 if (strBuf.compare(formatResult)) { in TestCurrencyIsoPluralFormat()
3895 errln("FAIL: Expected " + formatResult + " actual: " + strBuf); in TestCurrencyIsoPluralFormat()
4003 UnicodeString strBuf; in TestCurrencyParsing() local
4004 numFmt->format(numberToBeFormat, strBuf); in TestCurrencyParsing()
4009 if (strBuf.compare(formatResult)) { in TestCurrencyParsing()
4010 errln("FAIL: Expected " + formatResult + " actual: " + strBuf); in TestCurrencyParsing()
4039 errln((UnicodeString)" round-trip would be: " + strBuf); in TestCurrencyParsing()

Completed in 33 milliseconds