Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp727 int32_t resStrLen,ovrStrLen = 0; in construct() local
788 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
789 fTimeOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
814 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
815 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
856 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
857 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()
882 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status); in construct()
883 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen); in construct()