-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUTF8_vectors.c
More file actions
56 lines (53 loc) · 1.25 KB
/
UTF8_vectors.c
File metadata and controls
56 lines (53 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* This file was generated by idltool 53.24. Do not edit */
#include "UTF8_vectors.h"
STATIC uint32 VARARGS68K _UTF8_UNIMPLEMENTED(struct UTF8IFace *iface UNUSED)
{
return 0;
}
STATIC CONST APTR main_v1_vectors[] =
{
_UTF8_Obtain,
_UTF8_Release,
_UTF8_UNIMPLEMENTED, /* Expunge */
_UTF8_UNIMPLEMENTED, /* Clone */
_UTF8_UTF8CaseCmp,
_UTF8_UTF8Cmp,
_UTF8_UTF8Decode,
_UTF8_UTF8DecodeLen,
_UTF8_UTF8Encode,
_UTF8_UTF8EstimateByteSize,
_UTF8_UTF8FindGlyph,
_UTF8_UTF8GetGlyph,
_UTF8_UTF8GetGlyphAt,
_UTF8_UTF8GetOffsetSize,
_UTF8_UTF8GetSize,
_UTF8_UTF8IndexOf,
_UTF8_UTF8Insert,
_UTF8_UTF8Left,
_UTF8_UTF8Length,
_UTF8_UTF8Merge,
_UTF8_UTF8ModInsert,
_UTF8_UTF8ModLeft,
_UTF8_UTF8ModRemove,
_UTF8_UTF8ModRight,
_UTF8_UTF8ModSubString,
_UTF8_UTF8ModToLower,
_UTF8_UTF8ModToUpper,
_UTF8_UTF8ModTrim,
_UTF8_UTF8Printf,
_UTF8_UTF8Remove,
_UTF8_UTF8Right,
_UTF8_UTF8SetGlyph,
_UTF8_UTF8SubString,
_UTF8_UTF8ToLower,
_UTF8_UTF8ToUpper,
_UTF8_UTF8Trim,
_UTF8_UTF8TextExtent,
_UTF8_UTF8TextExtentN,
_UTF8_UTF8TextLength,
_UTF8_UTF8TextLengthN,
_UTF8_UTF8Text,
_UTF8_UTF8TextN,
_UTF8_UTF32Text,
(APTR)-1
};