Searched defs:cto (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
573 const char* cto) {
593 _expect(trans, cfrom, cto);
600 const char* cto) {
619 u_uastrcpy(to, cto);
636 id, cfrom, cto);
641 id, cfrom, actual, cto);
658 id, cfrom, cto);
663 id, cfrom, actual, cto);
680 id, cfrom, cto);
571 _expectRules(const char* crules, const char* cfrom, const char* cto) argument
598 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]
/external/icu4c/test/cintltst/
H A Dutransts.c33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
573 const char* cto) {
593 _expect(trans, cfrom, cto);
600 const char* cto) {
619 u_uastrcpy(to, cto);
636 id, cfrom, cto);
641 id, cfrom, actual, cto);
658 id, cfrom, cto);
663 id, cfrom, actual, cto);
680 id, cfrom, cto);
571 _expectRules(const char* crules, const char* cfrom, const char* cto) argument
598 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]
/external/qemu/
H A Dqemu-char.c1553 COMMTIMEOUTS cto = { 0, 0, 0, 0, 0}; local
1598 cto.ReadIntervalTimeout = MAXDWORD;
1599 if (!SetCommTimeouts(s->hcom, &cto)) {

Completed in 101 milliseconds