Home
last modified time | relevance | path

Searched refs:tvalue (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/core/lib/gpr/
Denv_windows.cc60 LPTSTR tvalue = gpr_char_to_tchar(value); in gpr_setenv() local
61 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv()
63 gpr_free(tvalue); in gpr_setenv()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D21-1-buildonly.c17 static union sigval tvalue; variable
29 tvalue = t.si_value; in dummyfcn()
/third_party/icu/icu4c/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
Dlocid.cpp1567 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local
1568 if (tvalue == nullptr) { in replaceTransformedExtensions()
1571 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions()
1594 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local
1596 U_ASSERT(tvalue != nullptr); in replaceTransformedExtensions()
1597 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions()
1599 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions()
1600 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
Dlocid.cpp1571 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local
1572 if (tvalue == nullptr) { in replaceTransformedExtensions()
1575 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions()
1598 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local
1600 U_ASSERT(tvalue != nullptr); in replaceTransformedExtensions()
1601 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions()
1603 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions()
1604 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
Dlocid.cpp1551 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local
1552 if (tvalue == nullptr) { in replaceTransformedExtensions()
1556 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions()
1574 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local
1575 if (tvalue == nullptr) { in replaceTransformedExtensions()
1580 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions()
1582 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions()
1583 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c56 unsigned long long tvalue, int tinterval) in settime() argument
60 tst_its_set_value_from_us(tmr, tvalue); in settime()
/third_party/openssl/crypto/x509v3/
Dv3_utl.c42 char *tname = NULL, *tvalue = NULL; in x509v3_add_len_value() local
54 tvalue = OPENSSL_strndup(value, vallen); in x509v3_add_len_value()
55 if (tvalue == NULL) in x509v3_add_len_value()
64 vtmp->value = tvalue; in x509v3_add_len_value()
76 OPENSSL_free(tvalue); in x509v3_add_len_value()
/third_party/harfbuzz/perf/texts/
Den-words.txt11190 tvalue
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt11190 tvalue
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl7654 s << "\tvalue = " << value.value << '\n';
8541 s << "\tvalue = " << value.value << '\n';
8713 s << "\tvalue = " << value.value << '\n';