Lines Matching refs:addToTable

742         final boolean addToTable = isCharacterContentChunkLengthMatchesLimit(length);
743 encodeNonIdentifyingStringOnThirdBit(ch, offset, length, _v.characterContentChunk, addToTable, true);
759 final boolean addToTable = isCharacterContentChunkLengthMatchesLimit(length);
760 encodeNonIdentifyingStringOnThirdBit(ch, offset, length, _v.characterContentChunk, addToTable, false);
773 * @param addToTable if characters should be added to table.
777 boolean addToTable) throws FastInfosetException, IOException {
779 NUMERIC_CHARACTERS_TABLE, ch, offset, length, addToTable);
792 * @param addToTable if characters should be added to table.
796 boolean addToTable) throws FastInfosetException, IOException {
798 DATE_TIME_CHARACTERS_TABLE, ch, offset, length, addToTable);
811 * @param addToTable if characters should be added to table.
815 boolean addToTable) throws FastInfosetException, IOException {
816 if (addToTable) {
859 * @param addToTable if characters should be added to table
865 boolean addToTable) throws FastInfosetException, IOException {
866 if (addToTable) {
920 boolean addToTable = isCharacterContentChunkLengthMatchesLimit(data.length());
921 encodeNonIdentifyingStringOnFirstBit(data, _v.otherString, addToTable);
959 boolean addToTable = isCharacterContentChunkLengthMatchesLimit(length);
960 encodeNonIdentifyingStringOnFirstBit(ch, offset, length, _v.otherString, addToTable, true);
978 boolean addToTable = isCharacterContentChunkLengthMatchesLimit(length);
979 encodeNonIdentifyingStringOnFirstBit(ch, offset, length, _v.otherString, addToTable, false);
1172 * @param addToTable true if the string could be added to the vocabulary
1178 boolean addToTable, boolean mustBeAddedToTable) throws IOException {
1183 if (addToTable || mustBeAddedToTable) {
1219 * @param addToTable true if the string should be added to the vocabulary
1222 protected final void encodeNonIdentifyingStringOnFirstBit(String s, CharArrayIntMap map, boolean addToTable) throws IOException {
1227 if (addToTable) {
1268 * @param addToTable true if the string should be added to the vocabulary
1274 boolean addToTable, boolean clone) throws IOException {
1279 if (addToTable) {
1310 String s, boolean addToTable, boolean mustBeAddedToTable)
1314 NUMERIC_CHARACTERS_TABLE, s, addToTable,
1319 String s, boolean addToTable, boolean mustBeAddedToTable)
1323 DATE_TIME_CHARACTERS_TABLE, s, addToTable,
1328 String s, boolean addToTable, boolean mustBeAddedToTable)
1336 if (addToTable || mustBeAddedToTable) {
1537 * @param addToTable true if the array of characters should be added to the vocabulary
1543 CharArrayIntMap map, boolean addToTable, boolean clone) throws IOException {
1546 if (addToTable) {