OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uti
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
utxttest.cpp
441
int64_t
uti
= 0; // UText position, native index.
local
452
TEST_ASSERT(
uti
== usi);
455
uti
= utext_getNativeIndex(targetUT);
464
uti
= utext_getNativeIndex(targetUT);
465
TEST_ASSERT(
uti
== expectedNativeLength);
517
int64_t
uti
= 0; // UText position, native index.
local
529
TEST_ASSERT(
uti
== usi);
532
uti
= utext_getNativeIndex(targetUT);
538
uti
= utext_getNativeIndex(targetUT);
539
TEST_ASSERT(
uti
== expectedNativeLength)
[
all
...]
/external/icu4c/test/intltest/
utxttest.cpp
443
int64_t
uti
= 0; // UText position, native index.
local
454
TEST_ASSERT(
uti
== usi);
457
uti
= utext_getNativeIndex(targetUT);
466
uti
= utext_getNativeIndex(targetUT);
467
TEST_ASSERT(
uti
== expectedNativeLength);
519
int64_t
uti
= 0; // UText position, native index.
local
531
TEST_ASSERT(
uti
== usi);
534
uti
= utext_getNativeIndex(targetUT);
540
uti
= utext_getNativeIndex(targetUT);
541
TEST_ASSERT(
uti
== expectedNativeLength)
[
all
...]
Completed in 150 milliseconds