OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeSub
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
ucnv_cb.c
206
if(converter->sharedData->impl->
writeSub
!=NULL) {
207
converter->sharedData->impl->
writeSub
(args, offsetIndex, err);
211
TODO: Is this untestable because the MBCS converter has a
writeSub
function to call
ucnv_cnv.h
248
UConverterWriteSub
writeSub
;
ucnv.c
493
if (cnv->sharedData->impl->
writeSub
== NULL
503
* The converter has a non-default
writeSub
() function, indicating
[
all
...]
Completed in 269 milliseconds