Searched refs:SEPARATOR (Results 1 – 7 of 7) sorted by relevance
61 private static final String SEPARATOR = "\u0001"; field in FastScrollingIndexCache62 private static final Pattern SEPARATOR_PATTERN = Pattern.compile(SEPARATOR);132 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()134 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()136 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()141 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()154 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()157 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
44 public static final String SEPARATOR = " "; field in HanziToPinyin.Token
57 private static final String SEPARATOR = "|"; field in DictionaryBackupAgent173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId in getDictionary()174 + SEPARATOR + shortcut; in getDictionary()221 StringTokenizer st = new StringTokenizer(line, SEPARATOR); in restoreDictionary()
33 private static final String SEPARATOR = "::"; field in EventColorCache98 .append(SEPARATOR) in createKey()105 .append(SEPARATOR) in createKey()
36 private static final String SEPARATOR = "::"; field in CalendarColorCache107 return mStringBuffer.append(accountName).append(SEPARATOR).append(accountType).toString(); in generateKey()
48 private static final String SEPARATOR = "|"; field in QueryService103 sb.append(SEPARATOR); in add()
774 private static final String SEPARATOR = System.getProperty("line.separator"); field in BluetoothPbapVcardManager.VCardFilter797 String lines[] = vCard.split(SEPARATOR); in apply()828 filteredVCard.append(line + SEPARATOR); in apply()