HomeSort by relevance Sort by last modified time
    Searched refs:nsName (Results 1 - 25 of 47) sorted by null

1 2

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodegetnextsibling.java 63 String nsName;
68 nsName = nsNode.getNodeName();
70 if (equals("#text", nsName)) {
72 nsName = nsNode.getNodeName();
74 assertEquals("nodeName", "name", nsName);
hc_nodegetnextsibling.java 66 String nsName;
71 nsName = nsNode.getNodeName();
72 assertEquals("whitespace", "#text", nsName);
  /external/icu/icu4c/source/i18n/
number_compact.h 26 void populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
60 CompactHandler(CompactStyle compactStyle, const Locale &locale, const char *nsName,
number_compact.cpp 27 void getResourceBundleKey(const char *nsName, CompactStyle compactStyle, CompactType compactType,
31 sb.append(nsName, status);
60 void CompactData::populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
66 bool nsIsLatn = strcmp(nsName, "latn") == 0;
71 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey, status);
80 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status);
217 CompactHandler::CompactHandler(CompactStyle compactStyle, const Locale &locale, const char *nsName,
222 data.populate(locale, nsName, compactStyle, compactType, status);
number_formatimpl.cpp 40 doGetPattern(UResourceBundle *res, const char *nsName, const char *patternKey, UErrorCode &publicStatus,
45 key.append(nsName, publicStatus);
54 const char16_t *getPatternForStyle(const Locale &locale, const char *nsName, CldrPatternStyle style,
78 pattern = doGetPattern(res.getAlias(), nsName, patternKey, status, localStatus);
82 if (U_FAILURE(localStatus) && uprv_strcmp("latn", nsName) != 0) {
186 const char *nsName = U_SUCCESS(status) ? ns->getName() : "latn";
201 const char16_t *pattern = getPatternForStyle(macros.locale, nsName, patternStyle, status);
341 nsName,
numsys.cpp 143 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
145 u_UCharsToChars(nsName,buffer,count);
281 const char *nsName = ures_getKey(nsCurrent);
282 numsysNames->addElement(new UnicodeString(nsName, -1, US_INV),status);
dcfmtsym.cpp 365 const char *nsName;
367 nsName = ns->getName();
378 nsName = gLatn;
407 // Start with loading this nsName if it is not Latin.
409 if (uprv_strcmp(nsName, gLatn) != 0) {
413 .append(nsName, status)
418 // If no symbols exist for the given nsName and resource bundle, silently ignore
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 51 public DateNumberFormat(ULocale loc, String digitString, String nsName) {
55 initialize(loc,digitString,nsName);
58 public DateNumberFormat(ULocale loc, char zeroDigit, String nsName) {
63 initialize(loc,buf.toString(),nsName);
66 private void initialize(ULocale loc,String digitString,String nsName) {
73 minusString = rb.getStringWithFallback("NumberElements/"+nsName+"/symbols/minusSign");
75 if ( !nsName.equals("latn") ) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 47 public DateNumberFormat(ULocale loc, String digitString, String nsName) {
51 initialize(loc,digitString,nsName);
54 public DateNumberFormat(ULocale loc, char zeroDigit, String nsName) {
59 initialize(loc,buf.toString(),nsName);
62 private void initialize(ULocale loc,String digitString,String nsName) {
69 minusString = rb.getStringWithFallback("NumberElements/"+nsName+"/symbols/minusSign");
71 if ( !nsName.equals("latn") ) {
  /external/icu/android_icu4j/src/main/java/android/icu/number/
CompactNotation.java 52 /* package-private */ MicroPropsGenerator withLocaleData(ULocale locale, String nsName, CompactType compactType,
54 // TODO: Add a data cache? It would be keyed by locale, nsName, compact type, and compact style.
55 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, parent);
70 private CompactHandler(CompactNotation notation, ULocale locale, String nsName, CompactType compactType,
76 data.populate(locale, nsName, notation.compactStyle, compactType);
NumberFormatterImpl.java 129 String nsName = ns.getName();
144 String pattern = NumberFormat.getPatternForStyleAndNumberingSystem(macros.loc, nsName, patternStyle);
274 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, nsName, compactType, rules,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CompactData.java 46 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) {
51 boolean nsIsLatn = nsName.equals("latn");
56 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey);
63 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey);
78 private static void getResourceBundleKey(String nsName, CompactStyle compactStyle, CompactType compactType, StringBuilder sb) {
81 sb.append(nsName);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CompactData.java 42 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) {
47 boolean nsIsLatn = nsName.equals("latn");
52 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey);
59 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey);
74 private static void getResourceBundleKey(String nsName, CompactStyle compactStyle, CompactType compactType, StringBuilder sb) {
77 sb.append(nsName);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
CompactNotation.java 51 /* package-private */ MicroPropsGenerator withLocaleData(ULocale locale, String nsName, CompactType compactType,
53 // TODO: Add a data cache? It would be keyed by locale, nsName, compact type, and compact style.
54 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, parent);
69 private CompactHandler(CompactNotation notation, ULocale locale, String nsName, CompactType compactType,
75 data.populate(locale, nsName, notation.compactStyle, compactType);
NumberFormatterImpl.java 128 String nsName = ns.getName();
143 String pattern = NumberFormat.getPatternForStyleAndNumberingSystem(macros.loc, nsName, patternStyle);
273 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, nsName, compactType, rules,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberingSystem.java 259 String nsName;
264 nsName = temp.getKey();
265 output.add(nsName);
NumberFormat.java     [all...]
DecimalFormatSymbols.java     [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberingSystem.java 267 String nsName;
272 nsName = temp.getKey();
273 output.add(nsName);
DecimalFormatSymbols.java     [all...]
NumberFormat.java     [all...]
SimpleDateFormat.java     [all...]
  /external/libxml2/
xmlschemas.c 892 const xmlChar *nsName;
951 const xmlChar *nsName;
21772 const xmlChar *nsname = NULL, *location; local
    [all...]
  /build/soong/android/
namespace.go 238 nsName, moduleName, isAbs := r.parseFullyQualifiedName(name)
240 namespace, found := r.namespaceAt(nsName)

Completed in 528 milliseconds

1 2