OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utp
(Results
1 - 2
of
2
) 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
...]
Completed in 51 milliseconds