Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp750 const UChar *resStr,*ovrStr; in construct() local
773 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
774 fTimeOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
798 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
799 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
838 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
839 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
863 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
864 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()