OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodedirectly
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_u7.c
468
const UBool *
encodeDirectly
;
486
encodeDirectly
= status<0x10000000 ? encodeDirectlyMaximum : encodeDirectlyRestricted;
506
if(c<=127 &&
encodeDirectly
[c]) {
554
if(c<=127 &&
encodeDirectly
[c]) {
[
all
...]
/external/icu/icu4c/source/common/
ucnv_u7.c
468
const UBool *
encodeDirectly
;
486
encodeDirectly
= status<0x10000000 ? encodeDirectlyMaximum : encodeDirectlyRestricted;
506
if(c<=127 &&
encodeDirectly
[c]) {
554
if(c<=127 &&
encodeDirectly
[c]) {
[
all
...]
Completed in 122 milliseconds