OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surrMatchSetBad3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c
491
const UChar
surrMatchSetBad3
[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0}; /* has partial surrogate */
678
if (u_strspn(testSurrogateString,
surrMatchSetBad3
) != 5) {
[
all
...]
/external/icu4c/test/cintltst/
custrtst.c
491
const UChar
surrMatchSetBad3
[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0}; /* has partial surrogate */
678
if (u_strspn(testSurrogateString,
surrMatchSetBad3
) != 5) {
[
all
...]
Completed in 45 milliseconds