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

/external/icu4c/common/
H A Ducnv_lmb.c235 #define ULMBCS_GRP_LAST 0x13 /* last LMBCS group that has a converter */ macro
237 static const char * const OptGroupByteToCPName[ULMBCS_GRP_LAST + 1] = {
579 UConverterSharedData *OptGrpConverter[ULMBCS_GRP_LAST+1]; /* Converter per Opt. grp. */
647 for (i=0; i <= ULMBCS_GRP_LAST && U_SUCCESS(*err); i++)
675 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++)
714 for(i = 0; i <= ULMBCS_GRP_LAST; ++i) {
853 UBool groups_tried[ULMBCS_GRP_LAST+1];
1008 ? ULMBCS_GRP_LAST
1013 grp_end = ULMBCS_GRP_LAST;
1171 if (group > ULMBCS_GRP_LAST || (cn
[all...]

Completed in 18 milliseconds