Searched refs:attrBuf (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 1247 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY] = { 0 }; in _appendKeywordsToLanguageTag() local 1310 attrBuf[attrBufLength++] = buf[i]; in _appendKeywordsToLanguageTag() 1317 attrBuf[attrBufLength] = 0; in _appendKeywordsToLanguageTag() 1330 strPool.create(attrBuf, attrBufLength, *status); in _appendKeywordsToLanguageTag() 1513 char attrBuf[ULOC_KEYWORD_AND_VALUES_CAPACITY]; in _appendLDMLExtensionAsKeywords() local 1535 if (len < (int32_t)sizeof(attrBuf) - attrBufIdx) { in _appendLDMLExtensionAsKeywords() 1536 uprv_memcpy(&attrBuf[attrBufIdx], pTag, len); in _appendLDMLExtensionAsKeywords() 1537 attrBuf[attrBufIdx + len] = 0; in _appendLDMLExtensionAsKeywords() 1538 attr->attribute = &attrBuf[attrBufIdx]; in _appendLDMLExtensionAsKeywords()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 690 …void setAttribute (const Buffer& attrBuf, int attrBufOffset, const VarSpec& attrSpec, const s… 848 void Program::setAttribute (const Buffer& attrBuf, const int attrBufOffset, const VarSpec& attrSpec… in setAttribute() argument 853 attrBuf.bind(GL_ARRAY_BUFFER); in setAttribute() 1418 Buffer& attrBuf = m_buffers->get(attrBufName); in iterate() local 1422 …m_buffers->removeGarbageUntilUnder(m_maxBufMemoryUsageBytes - attrBuf.getApproxMemUsageDiff(progra… in iterate() 1426 …attrBuf.setData(programResources.attrDataBuf, target, m_rnd.getFloat() < m_probabilities.randomBuf… in iterate() 1428 …attrBuf.setSubData(programResources.attrDataBuf, 0, (int)programResources.attrDataBuf.size(), targ… in iterate() 1434 …program.setAttribute(attrBuf, programResources.attrDataOffsets[i], programContext.attributes[i], p… in iterate()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 4329 StringBuilder attrBuf = new StringBuilder(); in toULocale() local 4331 if (attrBuf.length() != 0) { in toULocale() 4332 attrBuf.append('-'); in toULocale() 4334 attrBuf.append(attr); in toULocale() 4339 keywords.put(LOCALE_ATTRIBUTE_KEY, attrBuf.toString()); in toULocale()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 4133 StringBuilder attrBuf = new StringBuilder(); in toULocale() local 4135 if (attrBuf.length() != 0) { in toULocale() 4136 attrBuf.append('-'); in toULocale() 4138 attrBuf.append(attr); in toULocale() 4143 keywords.put(LOCALE_ATTRIBUTE_KEY, attrBuf.toString()); in toULocale()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |