Lines Matching refs:tkey
1523 // function to NUL-terminating (tkey-tvalue) pairs.
1529 const char* tkey = ultag_getTKeyStart(str);
1530 int32_t tlangLen = (tkey == str) ? 0 :
1531 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str - 1)));
1544 if (tkey != nullptr) {
1545 // We need to sort the tfields by tkey
1551 const char* tvalue = uprv_strchr(tkey, '-');
1560 tfields.insertElementAt((void*)tkey, tfields.size(), status);
1564 tkey = nextTKey;
1565 } while (tkey != nullptr);
1579 // Split the "tkey-tvalue" pair string so that we can canonicalize the tvalue.
1580 *((char*)tvalue++) = '\0'; // NUL terminate tkey