Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dnumfmt.cpp1216 UnicodeString nsDesc; in makeInstance() local
1222 nsDesc.setTo(ns->getDescription()); in makeInstance()
1223 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()
1224 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()
1228 nsDesc.extract(0,firstSlash,nsLocID,ULOC_FULLNAME_CAPACITY,US_INV); in makeInstance()
1229 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); in makeInstance()
1230 nsRuleSetName.setTo(nsDesc,lastSlash+1); in makeInstance()
1240 nsRuleSetName.setTo(nsDesc); in makeInstance()
/external/icu4c/i18n/
Dnumfmt.cpp1320 UnicodeString nsDesc; in makeInstance() local
1326 nsDesc.setTo(ns->getDescription()); in makeInstance()
1327 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()
1328 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()
1332 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
1333 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); in makeInstance()
1334 nsRuleSetName.setTo(nsDesc,lastSlash+1); in makeInstance()
1344 nsRuleSetName.setTo(nsDesc); in makeInstance()