-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPRPinyinString.h
33 lines (28 loc) · 880 Bytes
/
PRPinyinString.h
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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSString.h"
@interface PRPinyinString : NSString
{
NSString *_string;
unsigned int _syllableCount;
unsigned int _score;
unsigned int _rangeCount;
struct _NSRange *_ranges;
}
+ (id)alternativesForInputString:(id)arg1;
- (unsigned int)length;
- (unsigned short)characterAtIndex:(unsigned int)arg1;
- (id)initWithString:(id)arg1 syllableCount:(unsigned int)arg2 score:(unsigned int)arg3 rangeCount:(unsigned int)arg4 ranges:(struct _NSRange *)arg5;
- (void)dealloc;
- (BOOL)isEqual:(id)arg1;
- (unsigned int)hash;
- (id)description;
- (id)string;
- (unsigned int)syllableCount;
- (unsigned int)score;
- (unsigned int)numberOfNonPinyinRanges;
- (struct _NSRange)nonPinyinRangeAtIndex:(unsigned int)arg1;
@end