Searched refs:locEnd (Results 1 – 3 of 3) sorted by relevance
131 const char *locEnd = NULL; in setAllowedLocales() local137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()138 if (locEnd == NULL) { in setAllowedLocales()139 locEnd = localesListEnd; in setAllowedLocales()144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()162 locStart = locEnd + 1; in setAllowedLocales()
131 const char *locEnd = nullptr; in setAllowedLocales() local137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()138 if (locEnd == nullptr) { in setAllowedLocales()139 locEnd = localesListEnd; in setAllowedLocales()144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()162 locStart = locEnd + 1; in setAllowedLocales()