Searched refs:utp (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 885 UText *utp; in ErrorTest() local 890 utp = utext_openUnicodeString(&ut, &s1, &status); in ErrorTest() 892 TEST_ASSERT(utp == &ut); in ErrorTest() 894 utp = utext_openConstUnicodeString(&ut, &s1, &status); in ErrorTest() 896 TEST_ASSERT(utp == &ut); in ErrorTest() 898 utp = utext_openUTF8(&ut, s3, -1, &status); in ErrorTest() 900 TEST_ASSERT(utp == &ut); in ErrorTest() 902 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest() 904 TEST_ASSERT(utp == &ut); in ErrorTest() 906 utp = utext_close(&ut); in ErrorTest() [all …]
|
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c5x9.c | 35 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator 108 else if (connector == utp) { in t509_enable() 365 connector = utp; in t5x9_probe()
|
/external/ppp/pppd/ |
D | sys-linux.c | 2173 struct utmp ut, *utp; in logwtmp() local 2185 while ((utp = getutent()) && (utp->ut_pid != mypid)) in logwtmp() 2188 if (utp) in logwtmp() 2189 memcpy(&ut, utp, sizeof(ut)); in logwtmp()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6482 "utp",
|