Searched refs:tagStart (Results 1 – 3 of 3) sorted by relevance
92 int tagStart = offset; in nextNode() local106 tag = IccUtils.bytesToInt(mSrc, tagStart, offset - tagStart); in nextNode()109 throw new InvalidAsn1DataException(0, "Cannot parse tag at position: " + tagStart, e); in nextNode()
181 tagStart, tagEnd := m[4], m[5]182 line = bold + line[:tagStart] +183 color + line[tagStart:tagEnd] + reset + bold +
2810 if tagStart := strings.IndexByte(module, '{'); tagStart > 0 {2812 tag = module[tagStart+1 : len(module)-1]2813 module = module[:tagStart]