Back to project page Naming.
The source code is released under:
Apache License
If you think the Android project Naming listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.miemie.naming; /*from w w w. j av a 2 s .c o m*/ public class Constant { public final static int TONE_1 = (1<<0); public final static int TONE_2 = (1<<1); public final static int TONE_3 = (1<<2); public final static int TONE_4 = (1<<3); public final static String PREF_NAME = "naming"; public final static String PREF_MIN_STROKE = "min_stores_"; public final static String PREF_MAX_STROKE = "max_stores_"; public final static String PREF_TONE = "tone_filter_"; public final static String PREF_PINYIN = "pinyin_filter_"; public final static String PREF_CHARS = "char_filter_"; public final static String PREF_FAMILYNAME = "family_name"; public final static String PREF_MAX_CHARS = "chars_in_name"; }