Lines Matching defs:val
43 static void uprv_appendByteToHexString(char *dst, uint8_t val) {
45 sprintf(dst+len, "%02X", val);
151 UColAttributeValue val[5];
185 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status);
187 log_err("ucol_setAttribute with the value %i returned error: %s\n", attrs[i].val[j], u_errorName(status));