Home
last modified time | relevance | path

Searched refs:nsDesc (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1363 String nsDesc; in createInstance() local
1369 nsDesc = ns.getDescription(); in createInstance()
1370 int firstSlash = nsDesc.indexOf("/"); in createInstance()
1371 int lastSlash = nsDesc.lastIndexOf("/"); in createInstance()
1374 String nsLocID = nsDesc.substring(0,firstSlash); in createInstance()
1375 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash); in createInstance()
1376 nsRuleSetName = nsDesc.substring(lastSlash+1); in createInstance()
1384 nsRuleSetName = nsDesc; in createInstance()
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1419 UnicodeString nsDesc; in makeInstance() local
1425 nsDesc.setTo(ns->getDescription()); in makeInstance()
1426 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()
1427 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()
1431 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
1432 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); in makeInstance()
1433 nsRuleSetName.setTo(nsDesc,lastSlash+1); in makeInstance()
1443 nsRuleSetName.setTo(nsDesc); in makeInstance()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...