Searched refs:lookfor (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/extra/uconv/
H A Duconv.cpp191 /* Print converter information. If lookfor is set, only that converter will
196 static int printConverters(const char *pname, const char *lookfor, argument
206 if (lookfor) {
208 printf("%s\n", lookfor);
220 const char *truename = ucnv_getAlias(lookfor, 0, &err);
222 lookfor = truename;
230 are printing all the names (lookfor was null), or we have a
240 if (lookfor) {
277 if (lookfor) {
278 name = lookfor;
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1415 protected int findInSortedSuballocatedIntVector(SuballocatedIntVector vector, int lookfor) argument
1425 int test = lookfor-vector.elementAt(i);

Completed in 164 milliseconds