Home
last modified time | relevance | path

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

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