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

  /external/chromium_org/third_party/icu/source/test/intltest/
restest.cpp 94 UBool like[e_Where_count]; member in struct:__anon16955
restsnew.cpp 92 UBool like[e_Where_count]; member in struct:__anon16958
519 logln("Testing C like UnicodeString APIs\n");
    [all...]
  /external/icu/icu4c/source/test/intltest/
restest.cpp 93 UBool like[e_Where_count]; member in struct:__anon1700
restsnew.cpp 92 UBool like[e_Where_count]; member in struct:__anon1703
519 logln("Testing C like UnicodeString APIs\n");
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 68 UBool like[e_Where_count]; member in struct:__anon16874
545 * - ures_open() works like ures_openDirect() on a bundle with a top-level
    [all...]
creststn.c 156 UBool like[e_Where_count]; member in struct:__anon16878
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 66 UBool like[e_Where_count]; member in struct:__anon1609
543 * - ures_open() works like ures_openDirect() on a bundle with a top-level
    [all...]
creststn.c 156 UBool like[e_Where_count]; member in struct:__anon1613
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java 276 String like = selectionArgs[0] + "%"; local
278 args.add(like);
281 args.add("http://" + like);
282 args.add("https://" + like);
283 args.add("http://www." + like);
284 args.add("https://www." + like);
285 args.add("file://" + like);
292 args.add(like);
293 urlWhere.append(" OR title LIKE ?");
    [all...]

Completed in 504 milliseconds