OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseStates
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucm.h
133
ucm_mappingType(UCMStates *
baseStates
,
140
ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *
baseStates
,
146
ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *
baseStates
);
174
UBool forBase, UCMStates *
baseStates
,
182
ucm_checkValidity(UCMTable *ext, UCMStates *
baseStates
);
229
ucm_checkBaseExt(UCMStates *
baseStates
, UCMTable *base, UCMTable *ext,
ucm.c
311
checkBaseExtUnicode(UCMStates *
baseStates
, UCMTable *base, UCMTable *ext,
415
checkBaseExtBytes(UCMStates *
baseStates
, UCMTable *base, UCMTable *ext,
432
isSISO=(UBool)(
baseStates
->outputType==MBCS_OUTPUT_2_SISO);
532
ucm_checkValidity(UCMTable *table, UCMStates *
baseStates
) {
542
count=ucm_countChars(
baseStates
, UCM_GET_BYTES(table, m), m->bLen);
554
ucm_checkBaseExt(UCMStates *
baseStates
,
575
checkBaseExtUnicode(
baseStates
, base, ext, (UBool)(moveTarget!=NULL), intersectBase)|
576
checkBaseExtBytes(
baseStates
, base, ext, (UBool)(moveTarget!=NULL), intersectBase);
1042
ucm_mappingType(UCMStates *
baseStates
,
1047
int32_t count=ucm_countChars(
baseStates
, bytes, m->bLen)
[
all
...]
/external/icu/icu4c/source/tools/makeconv/
makeconv.cpp
559
UCMStates *
baseStates
;
581
baseStates
=&data->ucm->states;
582
ucm_processStates(
baseStates
, IGNORE_SISO_CHECK);
585
baseStates
=NULL;
589
ucm_readTable(data->ucm, convFile, dataIsBase,
baseStates
, pErrorCode);
609
ucm_readTable(data->ucm, convFile, FALSE,
baseStates
, pErrorCode);
632
UCMStates *states, *
baseStates
;
741
baseStates
=&baseData.ucm->states;
745
staticData->minBytesPerChar=(int8_t)(states->minCharLength=
baseStates
->minCharLength);
748
staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=
baseStates
->maxCharLength)
[
all
...]
Completed in 82 milliseconds