OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertUTF32ToUTF8
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/strings/
utf_string_conversions_unittest.cc
155
TEST(UTFStringConversionsTest,
ConvertUTF32ToUTF8
) {
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
394
static void
ConvertUTF32ToUTF8
( unsigned long input, char* output, int* length );
[
all
...]
tinyxmlparser.cpp
88
void TiXmlBase::
ConvertUTF32ToUTF8
( unsigned long input, char* output, int* length )
504
ConvertUTF32ToUTF8
( ucs, value, length );
[
all
...]
Completed in 94 milliseconds