Searched defs:kAttrSep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java42 static final protected byte kAttrSep = '='; field in class:TXTRecord
123 fBytes[ insertion + 1 + keyBytes.length] = kAttrSep;
137 ( key.length() == avLen || fBytes[ avStart + key.length() + 1] == kAttrSep))
189 if ( fBytes[ avStart + aLen + 1] == kAttrSep)
216 if ( fBytes[ avStart + aLen + 1] == kAttrSep)

Completed in 116 milliseconds