Home
last modified time | relevance | path

Searched refs:nsType (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCollatorTest.java141 String nsType = uloc.getKeywordValue("collation"); in TestCollationKeyword() local
142 if (nsType == null) { in TestCollationKeyword()
DDecimalFormatSymbolsTest.java167 String nsType = uloc.getKeywordValue("numbers"); in TestKeywords() local
168 if (nsType == null) { in TestKeywords()
DNumberFormatTest.java299 String nsType = uloc.getKeywordValue("numbers"); in TestKeywords() local
300 if (nsType == null) { in TestKeywords()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java812 public NamespaceAttributeIterator(int nsType) in NamespaceAttributeIterator() argument
817 _nsType = nsType; in NamespaceAttributeIterator()