Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp515 static const UChar patItem1[] = {0x7B,0x31,0x7D}; // "{1}" variable
538 … if (U_SUCCESS(status) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) { in loadDates()