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

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 875 UText *utp; local
880 utp = utext_openUnicodeString(&ut, &s1, &status);
882 TEST_ASSERT(utp == &ut);
884 utp = utext_openConstUnicodeString(&ut, &s1, &status);
886 TEST_ASSERT(utp == &ut);
888 utp = utext_openUTF8(&ut, s3, -1, &status);
890 TEST_ASSERT(utp == &ut);
892 utp = utext_openUChars(&ut, s2, -1, &status);
894 TEST_ASSERT(utp == &ut);
896 utp = utext_close(&ut)
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 877 UText *utp; local
882 utp = utext_openUnicodeString(&ut, &s1, &status);
884 TEST_ASSERT(utp == &ut);
886 utp = utext_openConstUnicodeString(&ut, &s1, &status);
888 TEST_ASSERT(utp == &ut);
890 utp = utext_openUTF8(&ut, s3, -1, &status);
892 TEST_ASSERT(utp == &ut);
894 utp = utext_openUChars(&ut, s2, -1, &status);
896 TEST_ASSERT(utp == &ut);
898 utp = utext_close(&ut)
    [all...]
  /external/ppp/pppd/
sys-linux.c 2149 struct utmp ut, *utp; local
    [all...]

Completed in 216 milliseconds