Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDParser.java243 … int oldBlen = buffer.length(); // get before append hyphen, if we truncate everything is undone in parseScript() local
260 buffer.delete(oldBlen, buffer.length()); in parseScript()
262 oldBlen++; // index past hyphen, for clients who want to extract just the script in parseScript()
265 return oldBlen; in parseScript()
302 int oldBlen = buffer.length(); in parseCountry() local
309 ++oldBlen; // increment past hyphen in parseCountry()
316 int charsAppended = buffer.length() - oldBlen; in parseCountry()
325 --oldBlen; in parseCountry()
326 buffer.delete(oldBlen, buffer.length()); in parseCountry()
330 String region = LocaleIDs.threeToTwoLetterRegion(getString(oldBlen)); in parseCountry()
[all …]
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp199 int32_t oldBlen = 0; in testConformance() local
228 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status); in testConformance()
229 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status); in testConformance()
287 oldBlen = buflen; in testConformance()
/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 ...