OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallBuf
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
uspoof.cpp
728
UChar
smallBuf
[USPOOF_STACK_BUFFER_SIZE];
729
UChar *buf =
smallBuf
;
730
int32_t outputSize = uspoof_getSkeleton(sc, type, str, strLen,
smallBuf
, USPOOF_STACK_BUFFER_SIZE, status);
744
if (buf !=
smallBuf
) {
/external/icu4c/test/cintltst/
capitst.c
[
all
...]
Completed in 6094 milliseconds