← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:01:16 2013

Filename/usr/share/perl/5.10/unicore/Exact.pl
StatementsExecuted 2 statements in 95µs
Line State
ments
Time
on line
Calls Time
in subs
Code
1# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2# This file is built by mktables from e.g. UnicodeData.txt.
3# Any changes made here will be lost!
4
5##
6## Data in this file used by ../utf8_heavy.pl
7##
8
9## Mapping from name to filename in ./lib/gc_sc
10144µs%utf8::Exact = (
11 ASCII => 'ASCII',
12 All => 'Any',
13 Alnum => 'Alnum',
14 Alpha => 'Alpha',
15 Any => 'Any',
16 Assigned => 'Assigned',
17 Blank => 'Blank',
18 C => 'C',
19 Cc => 'Cc',
20 Cf => 'Cf',
21 Cn => 'Cn',
22 Cntrl => 'Cntrl',
23 Co => 'Co',
24 Cs => 'Cs',
25 Digit => 'Digit',
26 Graph => 'Graph',
27 HorizSpace => 'HorizSpa',
28 InGreek => 'InGreekA',
29 L => 'L',
30 LC => 'LC',
31 Ll => 'Ll',
32 Lm => 'Lm',
33 Lo => 'Lo',
34 Lower => 'Lower',
35 Lt => 'Lt',
36 Lu => 'Lu',
37 M => 'M',
38 Mc => 'Mc',
39 Me => 'Me',
40 Mn => 'Mn',
41 N => 'N',
42 Nd => 'Nd',
43 Nl => 'Nl',
44 No => 'No',
45 P => 'P',
46 Pc => 'Pc',
47 Pd => 'Pd',
48 Pe => 'Pe',
49 PerlSpace => 'PerlSpac',
50 PerlWord => 'PerlWord',
51 Pf => 'Pf',
52 Pi => 'Pi',
53 Po => 'Po',
54 PosixAlnum => 'PosixAln',
55 PosixAlpha => 'PosixAlp',
56 PosixBlank => 'PosixBla',
57 PosixCntrl => 'PosixCnt',
58 PosixDigit => 'PosixDig',
59 PosixGraph => 'PosixGra',
60 PosixLower => 'PosixLow',
61 PosixPrint => 'PosixPri',
62 PosixPunct => 'PosixPun',
63 PosixSpace => 'PosixSpa',
64 PosixUpper => 'PosixUpp',
65 Print => 'Print',
66 Ps => 'Ps',
67 Punct => 'Punct',
68 S => 'S',
69 Sc => 'Sc',
70 Sk => 'Sk',
71 Sm => 'Sm',
72 So => 'So',
73 Space => 'Space',
74 SpacePerl => 'SpacePer',
75 Title => 'Title',
76 Upper => 'Upper',
77 VertSpace => 'VertSpac',
78 Word => 'Word',
79 XDigit => 'XDigit',
80 Z => 'Z',
81 Zl => 'Zl',
82 Zp => 'Zp',
83 Zs => 'Zs',
84 _CanonDCIJ => '_CanonDC',
85 _CaseIgnorable => '_CaseIgn',
86 _CombAbove => '_CombAbo',
87);
88151µs1;