Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
H A Dmidifile.c322 long lookfor; in readtrack() local
447 lookfor = Mf_toberead - readvarinum (); in readtrack()
450 while (Mf_toberead > lookfor) in readtrack()
458 lookfor = Mf_toberead - readvarinum (); in readtrack()
462 while (Mf_toberead > lookfor) in readtrack()
473 lookfor = Mf_toberead - readvarinum (); in readtrack()
478 while (Mf_toberead > lookfor) in readtrack()
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp192 /* Print converter information. If lookfor is set, only that converter will
197 static int printConverters(const char *pname, const char *lookfor, in printConverters() argument
207 if (lookfor) { in printConverters()
209 printf("%s\n", lookfor); in printConverters()
221 const char *truename = ucnv_getAlias(lookfor, 0, &err); in printConverters()
223 lookfor = truename; in printConverters()
231 are printing all the names (lookfor was null), or we have a in printConverters()
241 if (lookfor) { in printConverters()
278 if (lookfor) { in printConverters()
279 name = lookfor; in printConverters()
[all...]
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp192 /* Print converter information. If lookfor is set, only that converter will
197 static int printConverters(const char *pname, const char *lookfor, in printConverters() argument
207 if (lookfor) { in printConverters()
209 printf("%s\n", lookfor); in printConverters()
221 const char *truename = ucnv_getAlias(lookfor, 0, &err); in printConverters()
223 lookfor = truename; in printConverters()
231 are printing all the names (lookfor was null), or we have a in printConverters()
241 if (lookfor) { in printConverters()
278 if (lookfor) { in printConverters()
279 name = lookfor; in printConverters()
[all...]

Completed in 4 milliseconds