Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1370 int firstSlash = nsDesc.indexOf("/"); in createInstance() local
1373 if ( lastSlash > firstSlash ) { in createInstance()
1374 String nsLocID = nsDesc.substring(0,firstSlash); in createInstance()
1375 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash); in createInstance()
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1426 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance() local
1428 if ( lastSlash > firstSlash ) { in makeInstance()
1431 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
1432 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); 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 ...