HomeSort by relevance Sort by last modified time
    Searched refs:utp (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
utxttest.cpp 878 UText *utp; local
883 utp = utext_openUnicodeString(&ut, &s1, &status);
885 TEST_ASSERT(utp == &ut);
887 utp = utext_openConstUnicodeString(&ut, &s1, &status);
889 TEST_ASSERT(utp == &ut);
891 utp = utext_openUTF8(&ut, s3, -1, &status);
893 TEST_ASSERT(utp == &ut);
895 utp = utext_openUChars(&ut, s2, -1, &status);
897 TEST_ASSERT(utp == &ut);
899 utp = utext_close(&ut)
    [all...]
  /external/grub/netboot/
3c509.c 36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator in enum:__anon1928
131 /* configure UTP */
132 else if (connector == utp) {
564 connector = utp;
  /external/kernel-headers/original/linux/
compat.h 227 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
  /external/ppp/pppd/
sys-linux.c 2148 struct utmp ut, *utp; local
    [all...]

Completed in 104 milliseconds