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

  /external/wpa_supplicant_8/src/common/
ctrl_iface_common.c 56 struct sockaddr_un *u_a, *u_b; local
58 u_a = (struct sockaddr_un *) a;
62 os_memcmp(u_a->sun_path, u_b->sun_path,
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 412 u_a=0x61, enumerator in enum:__anon13073
472 trie->next(u_a);
491 trie->first(u_a);
506 if(count!=2 || buffer.length()!=2 || buffer[0]!=u_a || buffer[1]!=u_j) {
510 trie->next(u_a);
529 if(count!=1 || buffer.length()!=1 || buffer[0]!=u_a) {
532 trie->next(u_a);
555 trie->next(u_a);
604 trie->next(u_a);
607 trie->next(u_a);
    [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 42 static const UChar u_A=0x41;
57 static const UChar u_a=0x61; variable
    [all...]

Completed in 84 milliseconds