Lines Matching refs:code
76 $code = intval($fields[0], 16);
80 testSimpleCaseMap(MB_CASE_UPPER_SIMPLE, $code, $upperCase);
81 testSimpleCaseMap(MB_CASE_LOWER_SIMPLE, $code, $lowerCase);
89 $chr = mb_chr($code);
101 $code = intval($fields[0], 16);
105 testSimpleCaseMap(MB_CASE_FOLD_SIMPLE, $code, $foldCode);
108 testCaseMap(MB_CASE_FOLD, $code, $foldCodes);
117 $code = intval($fields[0], 16);
128 testCaseMap(MB_CASE_LOWER, $code, $lower);
129 testCaseMap(MB_CASE_UPPER, $code, $upper);
130 testCaseMap(MB_CASE_TITLE, $code, $title);