HomeSort by relevance Sort by last modified time
    Searched full:sindex (Results 1 - 13 of 13) sorted by null

  /external/icu4c/layout/
HangulLayoutEngine.cpp 134 le_int32 sIndex = syllable - HSYL_FIRST;
136 if (sIndex < 0 || sIndex >= HSYL_COUNT) {
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT);
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
  /external/grub/stage2/
fsys_jfs.c 39 int sindex; member in struct:jfs_info
137 if (jfs.sindex < jfs.slastindex) {
138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]];
143 if (jfs.sindex < jfs.slastindex) {
144 return &de[(int)stbl[jfs.sindex++]];
149 jfs.sindex = 1;
165 jfs.sindex = 0;
  /external/iptables/extensions/
libipt_string.c 89 int i=0, slen, sindex=0, schar; local
126 info->pattern[sindex] = s[i+1];
148 info->pattern[sindex] = (char) schar;
154 info->pattern[sindex] = s[i];
157 if (sindex > IPT_STRING_MAX_PATTERN_SIZE)
159 sindex++;
161 info->patlen = sindex;
  /external/bluetooth/glib/glib/
gunidecomp.c 134 gint SIndex = s - SBase;
137 if (SIndex < 0 || SIndex >= SCount)
145 gunichar L = LBase + SIndex / NCount;
146 gunichar V = VBase + (SIndex % NCount) / TCount;
147 gunichar T = TBase + SIndex % TCount;
268 gint SIndex = a - SBase;
279 else if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) ==
    [all...]
  /external/tcpdump/
print-smb.c 71 int sindex; local
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex; local
85 for (sindex = 0; list[sindex].name; sindex++
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 474 int sindex = Integer.MAX_VALUE; local
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);
    [all...]
  /external/webkit/WebKit/gtk/tests/
testwebresource.c 155 char* uri = g_strdup_printf("%sindex.html", base_uri);
  /external/chromium/third_party/icu/source/test/cintltst/
trie2test.c 279 int32_t i, length, sIndex, countValues;
304 sIndex=(int32_t)(p-s);
305 U16_NEXT(s, sIndex, length, c2);
329 sIndex=(int32_t)(p-s);
330 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 279 int32_t i, length, sIndex, countValues;
304 sIndex=(int32_t)(p-s);
305 U16_NEXT(s, sIndex, length, c2);
329 sIndex=(int32_t)(p-s);
330 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c     [all...]
  /external/icu4c/common/
uresbund.c     [all...]

Completed in 1262 milliseconds