Searched refs:ucm_countChars (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducm.h244 ucm_countChars(UCMStates *states,
H A Ducm.c540 count=ucm_countChars(baseStates, UCM_GET_BYTES(table, m), m->bLen);
1045 int32_t count=ucm_countChars(baseStates, bytes, m->bLen);
H A Ducmstate.c972 ucm_countChars(UCMStates *states, function
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.c789 if(1!=ucm_countChars(baseStates, staticData->subChar, staticData->subCharLen)) {
793 } else if(staticData->subChar1!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1)) {
H A Dgenmbcs.cpp553 return (UBool)(1==ucm_countChars(&mbcsData->ucm->states, bytes, length));

Completed in 191 milliseconds