Lines Matching refs:localeBuffer
1242 PreflightingLocaleIDBuffer localeBuffer;
1244 localeBuffer.requestedCapacity = do_canonicalize(localeID, localeBuffer.getBuffer(),
1245 localeBuffer.getCapacity(), status);
1246 } while (localeBuffer.needToTryAgain(status));
1249 return _uloc_addLikelySubtags(localeBuffer.getBuffer(), sink, status);
1295 PreflightingLocaleIDBuffer localeBuffer;
1297 localeBuffer.requestedCapacity = do_canonicalize(localeID, localeBuffer.getBuffer(),
1298 localeBuffer.getCapacity(), status);
1299 } while (localeBuffer.needToTryAgain(status));
1301 _uloc_minimizeSubtags(localeBuffer.getBuffer(), sink, status);