i18n_uchar szBuffer[I18N_DATEPG_PATTERN_CAPACITY] = {0,};
int nCapacityBuffer = I18N_DATEPG_PATTERN_CAPACITY;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
int nLength = strlen(I18N_UDATE_MONTH);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
int32_t nBestPatternLen = -1;
int nRetVal = -1;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
nRetVal =i18n_udatepg_get_best_pattern(dtpg, i18n_ustring_copy_ua(szBuffer, I18N_UDATE_MONTH), nLength, szBestPattern, nCapacityBestPattern, &nBestPatternLen);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
i18n_uchar szBuffer[I18N_DATEPG_PATTERN_CAPACITY] = {0,};
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
int nLength = strlen(I18N_UDATE_ABBR_MONTH);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
for(nIndex = 0; nIndex < nDateTimePatternMatchSize; nIndex++)
{
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
nRetVal =i18n_udatepg_get_best_pattern_with_options(dtpg, i18n_ustring_copy_ua(szBuffer, I18N_UDATE_ABBR_MONTH), nLength, nOptions[nIndex], szBestPattern, nCapacity);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
i18n_uchar szBuffer[I18N_DATEPG_PATTERN_CAPACITY] = {0,};
int nCapacityBuffer = I18N_DATEPG_PATTERN_CAPACITY;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
int nLength = strlen(I18N_UDATE_NUM_MONTH);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
int32_t nBestPatternLen = -1;
int nRetVal = -1;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
nRetVal = i18n_udatepg_get_best_pattern(dtpg, i18n_ustring_copy_ua(szBuffer, I18N_UDATE_NUM_MONTH), nLength, szBestPattern, nCapacityBestPattern, &nBestPatternLen);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
i18n_uchar szPattern[I18N_DATEPG_PATTERN_CAPACITY] = {0,};
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
int32_t nPatternLength = strlen(I18N_UDATE_YEAR_ABBR_MONTH);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
i18n_udatepg_date_time_pattern_conflict_e nConflictStatus;
int nRetVal = -1;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
nRetVal =i18n_udatepg_add_pattern(dtpg, i18n_ustring_copy_ua(szPattern, I18N_UDATE_YEAR_ABBR_MONTH), nPatternLength, bOverride, szConflictingPattern, nCapacity, &nConflictStatus);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE
int32_t szPatternLength = 0;
const i18n_uchar *pRet = NULL;
-#if defined(MOBILE) || defined(TIZENIOT)
+#if defined(MOBILE) || defined(TIZENIOT) || defined(TV)
pRet = i18n_udatepg_get_pattern_for_skeleton(dtpg, i18n_ustring_copy_ua(szSkeleton, I18N_UDATE_YEAR_NUM_MONTH_DAY), nSkeletonLength, &szPatternLength);
#endif //End MOBILE
#ifdef WEARABLE //Starts WEARABLE