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

  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c 487 const UChar surrMatchSet3[] = {0xdb00, 0xdf00, 0xdbff, 0xdfff, 0};
561 if (u_strpbrk(testSurrogateString, surrMatchSet3) != &testSurrogateString[3]) {
624 if (u_strcspn(testSurrogateString, surrMatchSet3) != 3) {
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 487 const UChar surrMatchSet3[] = {0xdb00, 0xdf00, 0xdbff, 0xdfff, 0};
561 if (u_strpbrk(testSurrogateString, surrMatchSet3) != &testSurrogateString[3]) {
624 if (u_strcspn(testSurrogateString, surrMatchSet3) != 3) {
    [all...]

Completed in 131 milliseconds