OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStr
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/iotest/
iotest.cpp
205
UnicodeString
tempStr
;
241
tempStr
=testCase->getString("format", errorCode);
242
tempStr
.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
243
tempStr
=testCase->getString("result", errorCode);
244
tempStr
.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
245
tempStr
=testCase->getString("argument", errorCode);
246
tempStr
.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
370
UnicodeString
tempStr
;
406
tempStr
=testCase->getString("format", errorCode);
407
tempStr
.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
[
all
...]
stream.cpp
104
string
tempStr
= outTestStream.str();
105
const char *testStreamBuf =
tempStr
.c_str();
144
tempStr
= outFormatStream.str();
145
const char *testFormatStreamBuf =
tempStr
.c_str();
/external/icu4c/test/intltest/
loctest.cpp
[
all
...]
/external/icu4c/i18n/
dcfmtsym.cpp
298
UnicodeString
tempStr
;
302
uprv_getStaticCurrencyName(curriso, locStr,
tempStr
, internalStatus);
305
fSymbols[kCurrencySymbol] =
tempStr
;
Completed in 112 milliseconds