Home | History | Annotate | Download | only in common

Lines Matching full:strategy

224 *** Implementation strategy ***
857 /* Basic strategy: attempt to fill in local LMBCS 1-char buffer.(LMBCS)
899 /* single byte matches: strategy 1 */
919 /* Check by UNICODE range (Strategy 2) */
922 if (group == ULMBCS_GRP_UNICODE) /* (Strategy 2A) */
928 else if (group == ULMBCS_GRP_CTRL) /* (Strategy 2B) */
943 else if (group < ULMBCS_GRP_UNICODE) /* (Strategy 2C) */
950 if (!bytes_written) /* the ambiguous group cases (Strategy 3) */
954 /* check for non-default optimization group (Strategy 3A )*/
986 /* check for locale optimization group (Strategy 3B) */
992 /* check for last optimization group used for this string (Strategy 3C) */
1000 /* just check every possible matching converter (Strategy 3D) */
1027 to be single byte (Strategy 3E) */
1035 /* all of our other strategies failed. Fallback to Unicode. (Strategy 4)*/