OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStatus
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp
[
all
...]
reldtfmt.cpp
390
UErrorCode
tempStatus
= status;
391
UResourceBundle *dateTimePatterns = calData.getByKey(DT_DateTimePatternsTag,
tempStatus
);
392
if(U_SUCCESS(
tempStatus
)) {
422
const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &
tempStatus
);
423
fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale,
tempStatus
);
msgfmt.cpp
[
all
...]
ucol.cpp
624
UErrorCode
tempStatus
= U_ZERO_ERROR;
625
imageSize = ucol_cloneBinary(coll, NULL, 0, &
tempStatus
);
[
all
...]
/external/icu/icu4c/source/i18n/
dtfmtsym.cpp
[
all
...]
reldtfmt.cpp
481
UErrorCode
tempStatus
= status;
482
UResourceBundle *dateTimePatterns = calData.getByKey(DT_DateTimePatternsTag,
tempStatus
);
483
if(U_SUCCESS(
tempStatus
)) {
513
const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &
tempStatus
);
514
if (U_SUCCESS(
tempStatus
) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {
517
fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale,
tempStatus
);
msgfmt.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
Completed in 153 milliseconds