Searched defs:Token (Results 1 – 4 of 4) sorted by relevance
40 public static class Token { class in HanziToPinyin50 public Token() { in Token() method in HanziToPinyin.Token53 public Token(int type, String source, String target) { in Token() method in HanziToPinyin.Token
149 public static final class Token implements CharSequence { class in LevenshteinDistance154 public Token(char[] container, int start, int end) { in Token() method in LevenshteinDistance.Token
89 struct Token { struct90 … //!< Name of the token. It has null character at the end but it can contain null character.91 SizeType length; //!< Length of the name.92 … SizeType index; //!< A valid array index, if it is not equal to kPointerInvalidIndex.
1028 enum Token { enum