HomeSort by relevance Sort by last modified time
    Searched full:list_separator (Results 1 - 9 of 9) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogLogger.java 31 private static final char LIST_SEPARATOR = '|';
116 if (i > 0) sb.append(LIST_SEPARATOR);
131 if (sb.length() > 0) sb.append(LIST_SEPARATOR);
  /external/webkit/Source/WebCore/inspector/
InspectorValues.cpp 54 LIST_SEPARATOR,
215 return LIST_SEPARATOR;
376 if (token == LIST_SEPARATOR) {
417 if (token == LIST_SEPARATOR) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 216 * Returns a header view based on the R.layout.list_separator, where the
220 View view = View.inflate(context, R.layout.list_separator, null);
  /external/bluetooth/glib/glib/
gkeyfile.c 81 gchar list_separator; member in struct:_GKeyFile
209 key_file->list_separator = ';';
286 key_file->list_separator = separator;
1764 char list_separator[2]; local
    [all...]
  /external/chromium/base/json/
json_reader.cc 258 if (token.type == Token::LIST_SEPARATOR) {
318 if (token.type == Token::LIST_SEPARATOR) {
547 token = Token(Token::LIST_SEPARATOR, json_pos_, 1);
json_reader.h 65 LIST_SEPARATOR, // ,
  /external/bluetooth/glib/
ChangeLog.pre-2-20 535 Bug 560569 ? gkeyfile doesn't use the set list_separator in some cases
NEWS 322 560569 gkeyfile doesn't use the set list_separator in some cases
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 1361 milliseconds