HomeSort by relevance Sort by last modified time
    Searched refs:surrMatchSet1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 485 const UChar surrMatchSet1[] = {0xdbff, 0xdfff, 0};
555 if (u_strpbrk(testSurrogateString, surrMatchSet1) != &testSurrogateString[3]) {
618 if (u_strcspn(testSurrogateString, surrMatchSet1) != 3) {
675 if (u_strspn(testSurrogateString, surrMatchSet1) != 0) {
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 485 const UChar surrMatchSet1[] = {0xdbff, 0xdfff, 0};
555 if (u_strpbrk(testSurrogateString, surrMatchSet1) != &testSurrogateString[3]) {
618 if (u_strcspn(testSurrogateString, surrMatchSet1) != 3) {
675 if (u_strspn(testSurrogateString, surrMatchSet1) != 0) {
    [all...]

Completed in 507 milliseconds