OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attributesallowed
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/java/text/
AttributedString.java
61
private HashSet<Attribute>
attributesAllowed
;
86
attributesAllowed
= set;
102
if (
attributesAllowed
!= null) {
103
clone.
attributesAllowed
= (HashSet<Attribute>)
attributesAllowed
185
&&
attributesAllowed
== null) {
195
if (
attributesAllowed
== null
196
||
attributesAllowed
.contains(entry.getKey())) {
219
if (
attributesAllowed
!= null
220
&& !
attributesAllowed
.contains(attribute))
[
all
...]
Completed in 21 milliseconds