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

  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 119 StringImpl* rep2 = s2.impl(); local
123 if (rep1 == rep2) // If they're the same rep, they're equal.
129 if (rep2)
130 size2 = rep2->length();
142 const UChar* d2 = rep2->characters();
  /external/bluetooth/bluez/tools/
hid2hci.c 95 char rep2[] = { 0xff, 0x80, 0x00, 0x00, 0x30, 0x00 }; local
112 err = hid_logitech_send_report(fd, rep2, sizeof(rep2));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 183 MappedId rep2 = Util::FindSet(&eq_classes, s2); local
185 if (rep1 != rep2) {
186 eq_classes.Union(rep1, rep2);
  /external/hyphenation/
hyphen.c 902 char ** rep2; local
908 rep2 = rep2_buf;
913 rep2 = hnj_malloc (word_size * sizeof(char *));
918 for (i = 0; i < word_size; i++) rep2[i] = NULL;
934 hyphens2, &rep2, &pos2, &cut2, clhmin,
938 if (rep2[j] && rep && pos && cut) {
950 (*rep)[begin + j] = rep2[j];
961 for (j = 0; j < word_size; j++) rep2[j] = NULL;
974 if (rep2 != rep2_buf) {
975 free(rep2);
    [all...]

Completed in 665 milliseconds