OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromUnicode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h
31
/* this is used in
fromUnicode
DBCS tables as an "unassigned" marker */
119
* are handled by pivoting, using the toUnicode and
fromUnicode
functions.
217
* Every converter type must implement toUnicode,
fromUnicode
, and getNextUChar,
239
UConverterFromUnicode
fromUnicode
;
ucnv.c
825
UConverterFromUnicode
fromUnicode
;
848
fromUnicode
=cnv->sharedData->impl->
fromUnicode
;
850
fromUnicode
=cnv->sharedData->impl->fromUnicodeWithOffsets;
851
if(
fromUnicode
==NULL) {
853
fromUnicode
=cnv->sharedData->impl->
fromUnicode
;
902
fromUnicode
(pArgs, err);
[
all
...]
/external/icu4c/common/
ucnv_cnv.h
31
/* this is used in
fromUnicode
DBCS tables as an "unassigned" marker */
122
* are handled by pivoting, using the toUnicode and
fromUnicode
functions.
220
* Every converter type must implement toUnicode,
fromUnicode
, and getNextUChar,
242
UConverterFromUnicode
fromUnicode
;
ucnv.c
827
UConverterFromUnicode
fromUnicode
;
850
fromUnicode
=cnv->sharedData->impl->
fromUnicode
;
852
fromUnicode
=cnv->sharedData->impl->fromUnicodeWithOffsets;
853
if(
fromUnicode
==NULL) {
855
fromUnicode
=cnv->sharedData->impl->
fromUnicode
;
904
fromUnicode
(pArgs, err);
[
all
...]
Completed in 1420 milliseconds