OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s1Buf
(Results
1 - 2
of
2
) sorted by null
/external/chromium/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
) {
/external/icu4c/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 52 milliseconds