Lines Matching refs:values
61 /** copy src to dst with unicode-escapes for values < 0x20 and > 0x7e, null terminate if possible */
779 static const int32_t values[] = { 0, -5, 105, 1005, 105050 };
780 for (i = 0; i < LENGTH(values); ++i) {
783 int32_t value = values[i];
866 fieldPos.field = 2; /* Ticket 8034 - need enum constants for the field values. */