OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utext_compareNativeLimit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp
885
// test
utext_compareNativeLimit
(), simple
888
if (
utext_compareNativeLimit
(&test1, -1, &test2, -1) != 0) errln("
utext_compareNativeLimit
() failed, simple setup");
891
if (
utext_compareNativeLimit
(&test1, -1, &test3, -1) >= 0) errln("
utext_compareNativeLimit
() failed, simple setup");
894
if (
utext_compareNativeLimit
(&test1, -1, &test4, -1) <= 0) errln("
utext_compareNativeLimit
() failed, simple setup");
910
// test
utext_compareNativeLimit
(), one explicit length
913
if (
utext_compareNativeLimit
(&test1, 14, &test2, -1) != 0) errln("
utext_compareNativeLimit
() failed, one explicit length")
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
uintrnal.h
131
# define
utext_compareNativeLimit
utext_compareNativeLimit_INTERNAL_API_DO_NOT_USE
utext.h
736
utext_compareNativeLimit
(UText *s1, int64_t limit1,
[
all
...]
urename.h
[
all
...]
/external/chromium_org/third_party/icu/source/common/
utext.cpp
515
utext_compareNativeLimit
(UText *s1, int64_t limit1,
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
rematch.cpp
[
all
...]
Completed in 179 milliseconds