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

  /external/chromium/third_party/icu/source/i18n/
uspoof.cpp 550 UChar *s2U = convertFromUTF8(s2Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS2U, s2, length2, status);
552 int32_t results = uspoof_areConfusable(sc, s1U, lengthS1U, s2U, lengthS2U, status);
557 if (s2U != s2Buf) {
558 uprv_free(s2U);
  /external/icu4c/i18n/
uspoof.cpp 550 UChar *s2U = convertFromUTF8(s2Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS2U, s2, length2, status);
552 int32_t results = uspoof_areConfusable(sc, s1U, lengthS1U, s2U, lengthS2U, status);
557 if (s2U != s2Buf) {
558 uprv_free(s2U);

Completed in 410 milliseconds