Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp218 static const int32_t PATH_PREFIX_LENGTH = 17; variable
313 …if (!path.startsWith(PATH_PREFIX, PATH_PREFIX_LENGTH) || !path.endsWith(PATH_SUFFIX, PATH_SUFFIX_L… in getCalendarTypeFromPath()
318 path.extractBetween(PATH_PREFIX_LENGTH, path.length() - PATH_SUFFIX_LENGTH, calendarType); in getCalendarTypeFromPath()