Searched defs:pBcpType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1391 const char *pBcpKey, *pBcpType; local
1400 pBcpKey = pBcpType = NULL;
1422 pBcpType = p;
1436 len = _bcp47ToLDMLType(pKey, -1, pBcpType, bcpTypeLen, buf + bufIdx, bufSize - bufIdx - 1, status);
1470 pBcpType = NULL;
/external/icu4c/common/
H A Duloc_tag.c1666 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */ local
1694 if (pBcpType) {
1697 pBcpType = pTag;
1730 if (pBcpType) {
1732 len = _bcp47ToLDMLType(pKey, -1, pBcpType, bcpTypeLen, buf + bufIdx, bufSize - bufIdx - 1, status);
1769 pBcpType = NULL;

Completed in 50 milliseconds