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

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 486 const UChar surrMatchSet2[] = {0x0061, 0x0062, 0xdbff, 0xdfff, 0};
558 if (u_strpbrk(testSurrogateString, surrMatchSet2) != &testSurrogateString[1]) {
621 if (u_strcspn(testSurrogateString, surrMatchSet2) != 1) {
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 486 const UChar surrMatchSet2[] = {0x0061, 0x0062, 0xdbff, 0xdfff, 0};
558 if (u_strpbrk(testSurrogateString, surrMatchSet2) != &testSurrogateString[1]) {
621 if (u_strcspn(testSurrogateString, surrMatchSet2) != 1) {
    [all...]

Completed in 1466 milliseconds