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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java65 static final protected byte kAttrSep = '='; field in class:TXTRecord
146 fBytes[ insertion + 1 + keyBytes.length] = kAttrSep;
160 ( key.length() == avLen || fBytes[ avStart + key.length() + 1] == kAttrSep))
212 if ( fBytes[ avStart + aLen + 1] == kAttrSep)
239 if ( fBytes[ avStart + aLen + 1] == kAttrSep)

Completed in 14 milliseconds