Searched defs:tmpString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp163 string tmpString = outLargeStream.str(); local
164 const char *testLargeStreamBuf = tmpString.c_str();
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp163 string tmpString = outLargeStream.str(); local
164 const char *testLargeStreamBuf = tmpString.c_str();
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp221 UnicodeString tmpString; local
223 getNumberFormat().parse(temp.getString(tmpString), tmpNumber, pStatus);
/external/deqp/framework/qphelper/
H A DqpTestLog.c599 char tmpString[64]; local
600 int64ToString(value, tmpString);
605 return qpTestLog_writeKeyValuePair(log, "Number", name, description, unit, tag, tmpString);
619 char tmpString[64]; local
620 floatToString(value, tmpString, sizeof(tmpString));
625 return qpTestLog_writeKeyValuePair(log, "Number", name, description, unit, tag, tmpString);
1373 char tmpString[512]; local
1374 doubleToString(value, tmpString, (int)sizeof(tmpString));
1393 char tmpString[64]; local
[all...]

Completed in 140 milliseconds