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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLChar.java34 * public. Using the character as an index into the <code>CHARS</code>
56 private static final byte[] CHARS = new byte[1 << 16]; field in class:XMLChar
98 CHARS[9] = 35;
99 CHARS[10] = 19;
100 CHARS[13] = 19;
101 CHARS[32] = 51;
102 CHARS[33] = 49;
103 CHARS[34] = 33;
104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
105 CHARS[3
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/org/apache/xerces/util/
H A DXMLChar.java102 * public. Using the character as an index into the <code>CHARS</code>
124 private static final byte[] CHARS = new byte[1 << 16]; field in class:XMLChar
166 CHARS[9] = 35;
167 CHARS[10] = 19;
168 CHARS[13] = 19;
169 CHARS[32] = 51;
170 CHARS[33] = 49;
171 CHARS[34] = 33;
172 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
173 CHARS[3
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLChar.java35 * public. Using the character as an index into the <code>CHARS</code>
55 private static final byte[] CHARS = new byte[1 << 16]; field in class:XMLChar
270 CHARS[j] |= MASK_VALID | MASK_CONTENT;
276 CHARS[specialChar[i]] = (byte)(CHARS[specialChar[i]] & ~MASK_CONTENT);
281 CHARS[spaceChar[i]] |= MASK_SPACE;
286 CHARS[nameStartChar[i]] |= MASK_NAME_START | MASK_NAME |
291 CHARS[j] |= MASK_NAME_START | MASK_NAME |
296 CHARS[letterChar[i]] |= MASK_NAME_START | MASK_NAME |
302 CHARS[nameCha
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp587 char_adr_idx = C->get_alias_index(TypeAryPtr::CHARS);
1070 Node *final_mem = PhiNode::make(final_merge, kit.memory(char_adr_idx), Type::MEMORY, TypeAryPtr::CHARS);
1159 Node *mem = PhiNode::make(head, kit.memory(char_adr_idx), Type::MEMORY, TypeAryPtr::CHARS);
1259 "jshort_disjoint_arraycopy", TypeAryPtr::CHARS,
H A Dlibrary_call.cpp1003 result = new (C) StrIndexOfNode(control(), memory(TypeAryPtr::CHARS),
1010 result = new (C) StrCompNode(control(), memory(TypeAryPtr::CHARS),
1014 result = new (C) StrEqualsNode(control(), memory(TypeAryPtr::CHARS),
1036 result = new (C) StrIndexOfNode(control(), memory(TypeAryPtr::CHARS),
1040 result = new (C) StrCompNode(control(), memory(TypeAryPtr::CHARS),
1044 result = new (C) StrEqualsNode(control(), memory(TypeAryPtr::CHARS),
1168 set_result(_gvn.transform(new (C) AryEqNode(control(), memory(TypeAryPtr::CHARS), arg1, arg2)));
1271 Node* src = load_array_element(__ ctrl(), source, i2, TypeAryPtr::CHARS);
1277 Node* src2 = load_array_element(no_ctrl, source, ipj, TypeAryPtr::CHARS);
H A Dmemnode.hpp836 virtual const TypePtr* adr_type() const { return TypeAryPtr::CHARS; }
H A Dtype.hpp976 static const TypeAryPtr *CHARS;
H A Dtype.cpp352 TypeAryPtr::CHARS = TypeAryPtr::make(TypePtr::BotPTR, TypeAry::make(TypeInt::CHAR ,TypeInt::POS), ciTypeArrayKlass::make(T_CHAR), true, Type::OffsetBot); member in class:TypeAryPtr
365 TypeAryPtr::_array_body_type[T_CHAR] = TypeAryPtr::CHARS;
3335 const TypeAryPtr *TypeAryPtr::CHARS; member in class:TypeAryPtr

Completed in 85 milliseconds