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

  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Suncompose.h 43 * if ascii_char[i] appears as a first char in compose_table,
44 * compose_map[i] is the index of it's first appearance
183 unsigned char first; member in struct:_ComposeTableEntry
190 * The first and second characters in each entry must be in ASCII
192 * The table must be in ASCII collating sequence by first character
196 /* COMPOSE + first character + second character => ISO character */
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-plaintext.c 199 static gboolean first = TRUE; local
212 if (first) {
214 first = FALSE;
fsexam-history.c 204 gboolean first = TRUE; local
249 if ((first) || (item->serial != prev_serial)) {
250 if (first) {
251 first = FALSE;
fsexam-helper.c 380 gchar *first = NULL; local
383 first = g_strdup_printf ("%s/%s", folder, target);
384 abs_path = get_abs_path (first);
387 g_free (first);
447 * - ASCII: get first non_empty line which > MIN_LEN
448 * - UTF-8: get the first non_ASCII line > MIN_LEN
449 * - Other: get the first line which > MIN_LEN
541 * Remove the first element containing user's data
fsexam-specialfile.c 145 * regurlar: first file name , then file content. otherwise the log/hist
147 * resotre ; first filecontent, then file name itself, otherwise
1039 static gboolean first = TRUE; local
1041 if (first) {
1064 first = FALSE;
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omTextExt.c 100 Bool first = True; local
128 if (first) { /* initialize overall */
132 first = False;
omTextPer.c 105 Bool first = True; local
136 if (first) {
176 if (first) {
178 first = False;
omEuro.c 852 Bool first = True; local
881 if (first) {
883 first = False;
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_uiobjects.cpp 158 CCandidateList::first() const function in class:CCandidateList
170 CCandidateList::setFirst(int first)
172 m_first = first;
imi_context.cpp 196 * is located before the iterator first. More precisely, it return whether
197 * or not target in [head, first)
200 * @param first iterator to be compared with target
202 * is located before the iterator first
206 isLocatedBefore(forwardIt target, forwardIt head, forwardIt first)
208 for (; head != first; ++head) {
259 for (CSkeletonIter first=m_Skeleton.begin(); it->m_BoneType == CBone::NODE_PINYIN; --it) {
269 if (it == first)
285 for (CSkeletonIter first=m_Skeleton.begin(); it != first; ) {
344 CSkeletonIter first = boneStart; local
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_uiobjects.cpp 158 CCandidateList::first() const function in class:CCandidateList
170 CCandidateList::setFirst(int first)
172 m_first = first;
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmendian/
slm_file.cpp 75 uint8_t* first = (uint8_t*)(&t); local
76 uint8_t* last = first+size-1;
77 while (first < last) {
78 swap(*first++, *last--);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmendian/
slm_file.cpp 75 uint8_t* first = (uint8_t*)(&t); local
76 uint8_t* last = first+size-1;
77 while (first < last) {
78 swap(*first++, *last--);
  /nv-g11n/g11n/src/cmd/mp/
print.c 258 static int first=0; local
260 if(first) return;
272 first++;
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 1371 struct soap_multipart *first, *last; \/* temporary in\/out queue *\/ member in struct:soap_dime
1386 struct soap_multipart *first, *last; \/* temporary in\/out queue *\/ member in struct:soap_mime
    [all...]

Completed in 900 milliseconds