OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStr
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/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/iotest/
iotest.cpp
206
UnicodeString
tempStr
;
242
tempStr
=testCase->getString("format", errorCode);
243
tempStr
.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
244
tempStr
=testCase->getString("result", errorCode);
245
tempStr
.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
246
tempStr
=testCase->getString("argument", errorCode);
247
tempStr
.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
371
UnicodeString
tempStr
;
407
tempStr
=testCase->getString("format", errorCode);
408
tempStr
.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
[
all
...]
stream.cpp
97
string
tempStr
= outTestStream.str();
98
const char *testStreamBuf =
tempStr
.c_str();
137
tempStr
= outFormatStream.str();
138
const char *testFormatStreamBuf =
tempStr
.c_str();
/external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp
[
all
...]
/external/icu4c/test/intltest/
loctest.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp
288
UnicodeString
tempStr
;
292
uprv_getStaticCurrencyName(curriso, locStr,
tempStr
, internalStatus);
295
fSymbols[kCurrencySymbol] =
tempStr
;
/external/icu4c/i18n/
dcfmtsym.cpp
299
UnicodeString
tempStr
;
303
uprv_getStaticCurrencyName(curriso, locStr,
tempStr
, internalStatus);
306
fSymbols[kCurrencySymbol] =
tempStr
;
Completed in 411 milliseconds