Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java1324 String nsDesc; in createInstance() local
1330 nsDesc = ns.getDescription(); in createInstance()
1331 int firstSlash = nsDesc.indexOf("/"); in createInstance()
1332 int lastSlash = nsDesc.lastIndexOf("/"); in createInstance()
1335 String nsLocID = nsDesc.substring(0,firstSlash); in createInstance()
1336 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash); in createInstance()
1337 nsRuleSetName = nsDesc.substring(lastSlash+1); in createInstance()
1345 nsRuleSetName = nsDesc; in createInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1476 String nsDesc; in createInstance() local
1482 nsDesc = ns.getDescription(); in createInstance()
1483 int firstSlash = nsDesc.indexOf("/"); in createInstance()
1484 int lastSlash = nsDesc.lastIndexOf("/"); in createInstance()
1487 String nsLocID = nsDesc.substring(0,firstSlash); in createInstance()
1488 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash); in createInstance()
1489 nsRuleSetName = nsDesc.substring(lastSlash+1); in createInstance()
1497 nsRuleSetName = nsDesc; in createInstance()
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1425 UnicodeString nsDesc; in makeInstance() local
1431 nsDesc.setTo(ns->getDescription()); in makeInstance()
1432 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()
1433 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()
1437 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
1438 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); in makeInstance()
1439 nsRuleSetName.setTo(nsDesc,lastSlash+1); in makeInstance()
1449 nsRuleSetName.setTo(nsDesc); in makeInstance()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...