Searched refs:parseWeight (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/tools/unicode/c/genuca/ |
D | genuca.cpp | 109 static uint32_t parseWeight(char *&s, const char *separators, in parseWeight() function 182 uint32_t w = parseWeight(s, ",]", 2, errorCode); in parseCE() 193 w = parseWeight(s, "]", 2, errorCode); in parseCE() 197 uint32_t p = parseWeight(s, ",", 4, errorCode); in parseCE() 201 uint32_t w = parseWeight(s, ",", 2, errorCode); in parseCE() 205 w = parseWeight(s, "]", 2, errorCode); in parseCE() 535 vt[cnt].value = parseWeight(pointer, "]", 4, *status); in readAnOption() 541 vt[cnt].value = parseWeight(pointer, "]", 1, *status) >> 24; in readAnOption()
|
/third_party/icu/icu4c/source/common/ |
D | localeprioritylist.cpp | 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() function 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList()
|
/third_party/node/deps/icu-small/source/common/ |
D | localeprioritylist.cpp | 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() function 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localeprioritylist.cpp | 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() function 143 (++p, (weight = parseWeight(p, limit)) < 0)) { in LocalePriorityList()
|