OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encode_basic
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
punyref.c
88
/*
encode_basic
(bcp,flag) forces a basic code point to lowercase */
94
static char
encode_basic
(punycode_uint bcp, int flag)
function
148
(case_flags ?
encode_basic
(input[j], case_flags[j]) : input[j]);
/external/icu4c/test/intltest/
punyref.c
88
/*
encode_basic
(bcp,flag) forces a basic code point to lowercase */
94
static char
encode_basic
(punycode_uint bcp, int flag)
function
148
(case_flags ?
encode_basic
(input[j], case_flags[j]) : input[j]);
Completed in 417 milliseconds