OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstresult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
714
UChar
firstresult
= (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800);
local
717
if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first !=
firstresult
) {
719
s[i],
firstresult
);
/external/icu4c/test/cintltst/
utf16tst.c
782
UChar
firstresult
= (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800);
local
785
if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first !=
firstresult
) {
787
s[i],
firstresult
);
Completed in 46 milliseconds