OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testSurrogateString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c
484
const UChar
testSurrogateString
[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0x0063, 0x0064, 0x0064, 0xdbff, 0xdfff, 0xdb00, 0xdf00, 0x0061, 0};
534
if (u_strpbrk(
testSurrogateString
, a) != &
testSurrogateString
[1]) {
537
if (u_strpbrk(
testSurrogateString
, dc) != &
testSurrogateString
[5]) {
540
if (u_strpbrk(
testSurrogateString
, cd) != &
testSurrogateString
[5]) {
543
if (u_strpbrk(
testSurrogateString
, cdh) != &
testSurrogateString
[5]) {
546
if (u_strpbrk(
testSurrogateString
, f) != NULL)
[
all
...]
/external/icu4c/test/cintltst/
custrtst.c
484
const UChar
testSurrogateString
[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0x0063, 0x0064, 0x0064, 0xdbff, 0xdfff, 0xdb00, 0xdf00, 0x0061, 0};
534
if (u_strpbrk(
testSurrogateString
, a) != &
testSurrogateString
[1]) {
537
if (u_strpbrk(
testSurrogateString
, dc) != &
testSurrogateString
[5]) {
540
if (u_strpbrk(
testSurrogateString
, cd) != &
testSurrogateString
[5]) {
543
if (u_strpbrk(
testSurrogateString
, cdh) != &
testSurrogateString
[5]) {
546
if (u_strpbrk(
testSurrogateString
, f) != NULL)
[
all
...]
Completed in 336 milliseconds