OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
880
char16_t*
convBuffer
= (char16_t*)malloc(strLen+4);
890
char16_t* end = utf8_to_utf16_n(s, len,
convBuffer
, strLen+3);
892
c = strzcmp16(
convBuffer
, end-
convBuffer
, str, strLen);
904
free(
convBuffer
);
912
free(
convBuffer
);
[
all
...]
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar
Completed in 1831 milliseconds