OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s1buf
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp
544
UChar
s1Buf
[USPOOF_STACK_BUFFER_SIZE];
546
UChar *s1U = convertFromUTF8(
s1Buf
, USPOOF_STACK_BUFFER_SIZE, &lengthS1U, s1, length1, status);
554
if (s1U !=
s1Buf
) {
Completed in 29 milliseconds