Searched refs:styleKey (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duatimeunitformat.cpp192 const char* styleKey = NULL; local
194 case UATIMEUNITSTYLE_FULL: { styleKey = "unit"; break; }
195 case UATIMEUNITSTYLE_ABBREVIATED: { styleKey = "unit-short"; break; }
196 case UATIMEUNITSTYLE_NARROW: { styleKey = "unit-narrow"; break; }
211 rb = ures_getByKeyWithFallback(rb, styleKey, rb, status);

Completed in 99 milliseconds