Home
last modified time | relevance | path

Searched refs:ovrStr (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp709 const UChar *resStr,*ovrStr; in construct() local
732 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
733 fTimeOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
757 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
758 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
797 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
798 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
822 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
823 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()