Searched refs:oldBlen (Results 1 – 5 of 5) sorted by relevance
243 … int oldBlen = buffer.length(); // get before append hyphen, if we truncate everything is undone in parseScript() local260 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() local309 ++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 …]
245 … int oldBlen = buffer.length(); // get before append hyphen, if we truncate everything is undone in parseScript() local262 buffer.delete(oldBlen, buffer.length()); in parseScript()264 oldBlen++; // index past hyphen, for clients who want to extract just the script in parseScript()267 return oldBlen; in parseScript()304 int oldBlen = buffer.length(); in parseCountry() local311 ++oldBlen; // increment past hyphen in parseCountry()318 int charsAppended = buffer.length() - oldBlen; in parseCountry()327 --oldBlen; in parseCountry()328 buffer.delete(oldBlen, buffer.length()); in parseCountry()332 String region = LocaleIDs.threeToTwoLetterRegion(getString(oldBlen)); in parseCountry()[all …]
199 int32_t oldBlen = 0; in testConformance() local228 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()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...