OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbcsTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
491
enumToU(UConverterMBCSTable *
mbcsTable
, int8_t stateProps[],
502
row=
mbcsTable
->stateTable[state];
503
unicodeCodeUnits=
mbcsTable
->unicodeCodeUnits;
522
mbcsTable
, stateProps, nextState,
665
ucnv_MBCSEnumToUnicode(UConverterMBCSTable *
mbcsTable
,
692
getStateProp(
mbcsTable
->stateTable, stateProps, 0);
694
for(state=0; state<
mbcsTable
->countStates; ++state) {
701
mbcsTable
, stateProps, state, 0, 0,
714
const UConverterMBCSTable *
mbcsTable
;
723
mbcsTable
=&sharedData->mbcs
[
all
...]
/external/icu4c/common/
ucnvmbcs.c
494
enumToU(UConverterMBCSTable *
mbcsTable
, int8_t stateProps[],
505
row=
mbcsTable
->stateTable[state];
506
unicodeCodeUnits=
mbcsTable
->unicodeCodeUnits;
525
mbcsTable
, stateProps, nextState,
668
ucnv_MBCSEnumToUnicode(UConverterMBCSTable *
mbcsTable
,
695
getStateProp(
mbcsTable
->stateTable, stateProps, 0);
697
for(state=0; state<
mbcsTable
->countStates; ++state) {
704
mbcsTable
, stateProps, state, 0, 0,
717
const UConverterMBCSTable *
mbcsTable
;
726
mbcsTable
=&sharedData->mbcs
[
all
...]
Completed in 374 milliseconds