OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthS1U
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/i18n/
uspoof.cpp
545
int32_t
lengthS1U
;
546
UChar *s1U = convertFromUTF8(s1Buf, USPOOF_STACK_BUFFER_SIZE, &
lengthS1U
, s1, length1, status);
552
int32_t results = uspoof_areConfusable(sc, s1U,
lengthS1U
, s2U, lengthS2U, status);
/external/icu4c/i18n/
uspoof.cpp
545
int32_t
lengthS1U
;
546
UChar *s1U = convertFromUTF8(s1Buf, USPOOF_STACK_BUFFER_SIZE, &
lengthS1U
, s1, length1, status);
552
int32_t results = uspoof_areConfusable(sc, s1U,
lengthS1U
, s2U, lengthS2U, status);
Completed in 92 milliseconds