Lines Matching defs:_v

186     protected SerializerVocabulary _v;
539 return _v.attributeValue.getTotalCharacterCount() + length <
548 _v = new SerializerVocabulary();
552 _v.setExternalVocabulary(v.URI,
599 _v = vocabulary;
620 if (_v == null) {
621 _v = new SerializerVocabulary();
624 _v.clear();
629 if (!_v.hasInitialVocabulary() && !_v.hasExternalVocabulary()) {
631 } else if (_v.hasInitialVocabulary()) {
635 SerializerVocabulary initialVocabulary = _v.getReadOnlyVocabulary();
645 encodeNonEmptyOctetStringOnSecondBit(_v.getExternalVocabularyURI());
649 } else if (_v.hasExternalVocabulary()) {
657 encodeNonEmptyOctetStringOnSecondBit(_v.getExternalVocabularyURI());
726 encodeIdentifyingNonEmptyStringOnFirstBit(prefix, _v.prefix);
729 encodeIdentifyingNonEmptyStringOnFirstBit(uri, _v.namespaceName);
743 encodeNonIdentifyingStringOnThirdBit(ch, offset, length, _v.characterContentChunk, addToTable, true);
760 encodeNonIdentifyingStringOnThirdBit(ch, offset, length, _v.characterContentChunk, addToTable, false);
819 canAddCharacterContentToTable(length, _v.characterContentChunk);
823 _v.characterContentChunk.obtainIndex(ch, offset, length, true) :
824 _v.characterContentChunk.get(ch, offset, length);
869 canAddCharacterContentToTable(length, _v.characterContentChunk);
873 _v.characterContentChunk.obtainIndex(ch, offset, length, true) :
874 _v.characterContentChunk.get(ch, offset, length);
892 int id = _v.restrictedAlphabet.get(alphabet);
917 encodeIdentifyingNonEmptyStringOnFirstBit(target, _v.otherNCName);
921 encodeNonIdentifyingStringOnFirstBit(data, _v.otherString, addToTable);
941 encodeIdentifyingNonEmptyStringOnFirstBit(systemId, _v.otherURI);
944 encodeIdentifyingNonEmptyStringOnFirstBit(publicId, _v.otherURI);
960 encodeNonIdentifyingStringOnFirstBit(ch, offset, length, _v.otherString, addToTable, true);
979 encodeNonIdentifyingStringOnFirstBit(ch, offset, length, _v.otherString, addToTable, false);
997 LocalNameQualifiedNamesMap.Entry entry = _v.elementName.obtainEntry(localName);
1024 QualifiedName name = new QualifiedName(prefix, namespaceURI, localName, "", _v.elementName.getNextIndex());
1030 namespaceURIIndex = _v.namespaceName.get(namespaceURI);
1036 prefixIndex = _v.prefix.get(prefix);
1043 int localNameIndex = _v.localName.obtainIndex(localName);
1083 LocalNameQualifiedNamesMap.Entry entry = _v.attributeName.obtainEntry(localName);
1113 namespaceURIIndex = _v.namespaceName.get(namespaceURI);
1124 prefixIndex = _v.prefix.get(prefix);
1131 int localNameIndex = _v.localName.obtainIndex(localName);
1133 QualifiedName name = new QualifiedName(prefix, namespaceURI, localName, "", _v.attributeName.getNextIndex());
1343 _v.attributeValue.obtainIndex(s) :
1344 _v.attributeValue.get(s);
1389 id = _v.encodingAlgorithm.get(URI);
1592 id = _v.encodingAlgorithm.get(URI);
1669 id = _v.encodingAlgorithm.get(URI);