OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resStrLen
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
windtfmt.cpp
76
int32_t
resStrLen
= 0;
83
const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &
resStrLen
, &status);
85
result = new UnicodeString(TRUE, resStr,
resStrLen
);
reldtfmt.cpp
350
int32_t
resStrLen
= 0;
377
const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &
resStrLen
, &tempStatus);
378
fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr,
resStrLen
), fLocale, tempStatus);
smpdtfmt.cpp
488
int32_t
resStrLen
,ovrStrLen = 0;
511
resStr = ures_getString(currentBundle, &
resStrLen
, &status);
515
resStr = ures_getStringByIndex(currentBundle, 0, &
resStrLen
, &status);
528
UnicodeString *tempus1 = new UnicodeString(TRUE, resStr,
resStrLen
);
543
resStr = ures_getString(currentBundle, &
resStrLen
, &status);
547
resStr = ures_getStringByIndex(currentBundle, 0, &
resStrLen
, &status);
560
UnicodeString *tempus2 = new UnicodeString(TRUE, resStr,
resStrLen
);
575
resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &
resStrLen
, &status);
576
MessageFormat::format(UnicodeString(TRUE, resStr,
resStrLen
), timeDateArray, 2, fPattern, status);
589
resStr = ures_getString(currentBundle, &
resStrLen
, &status)
[
all
...]
dtitvinf.cpp
258
int32_t
resStrLen
= 0;
261
&
resStrLen
, &status);
263
UnicodeString pattern = UnicodeString(TRUE, resStr,
resStrLen
);
dtptngen.cpp
843
int32_t
resStrLen
= 0;
855
resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &
resStrLen
, &status);
856
setDateTimeFormat(UnicodeString(TRUE, resStr,
resStrLen
));
[
all
...]
Completed in 2282 milliseconds