Lines Matching refs:EUC
14 // EUC-JP
15 $euc_jp = '0123����ʸ��������ܸ�Ǥ���EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����';
17 print "String width: ".mb_strwidth($euc_jp,'EUC-JP')."\n";
19 print "1: ". mb_strimwidth($euc_jp, 0, 15,'...','EUC-JP') . "\n";
20 print "2: ". mb_strimwidth($euc_jp, 0, 100,'...','EUC-JP') . "\n";
21 print "3: ". mb_strimwidth($euc_jp, 15, 100,'...','EUC-JP') . "\n";
22 print "4: ". mb_strimwidth($euc_jp, -30, 5,'...','EUC-JP') . "\n";
23 print "5: ". mb_strimwidth($euc_jp, 38, 5,'...','EUC-JP') . "\n";
24 print "6: ". mb_strimwidth($euc_jp, 38, -25,'...','EUC-JP') . "\n";
25 print "7: ". mb_strimwidth($euc_jp, -30, -25,'...','EUC-JP') . "\n";
27 $str = mb_strimwidth($euc_jp, 0, -100,'...','EUC-JP');
30 $str = mb_strimwidth($euc_jp, 100, 10,'...','EUC-JP');
33 $str = mb_strimwidth($euc_jp, -100, 10,'...','EUC-JP');
36 $str = mb_strimwidth($euc_jp, -10, -12,'...','EUC-JP');
43 2: 0123����ʸ��������ܸ�Ǥ���EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����
44 3: ��EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����