Searched refs:VALUE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
45 private static final byte[] VALUE_SEPARATOR = new byte[] { ':', ' ' }; field in StrictJarManifest297 os.write(VALUE_SEPARATOR); in writeEntry()
98 VALUE_SEPARATOR, // , enumerator
585 if (type == VALUE_SEPARATOR) { in ParseObjectMid()691 if (type == VALUE_SEPARATOR) { in ParseArrayMid()805 if (*data == ',') return VALUE_SEPARATOR; in GetNextTokenType()