HomeSort by relevance Sort by last modified time
    Searched refs:lookfor (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 192 /* Print converter information. If lookfor is set, only that converter will
197 static int printConverters(const char *pname, const char *lookfor,
207 if (lookfor) {
209 printf("%s\n", lookfor);
221 const char *truename = ucnv_getAlias(lookfor, 0, &err);
223 lookfor = truename;
231 are printing all the names (lookfor was null), or we have a
241 if (lookfor) {
278 if (lookfor) {
279 name = lookfor;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 462 String lookfor = root.getClass().getName() + "$LayoutParams"; local
463 addln(lookfor);
464 Class<? extends LayoutParams> clazz = Class.forName(lookfor).asSubclass(LayoutParams.class);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 5766 milliseconds