Searched refs:parseWeight (Results 1 – 1 of 1) sorted by relevance
75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() function143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList()