Searched refs:offsets (Results 1 - 25 of 154) sorted by relevance

1234567

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnultrans.cpp29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, argument
31 offsets.start = offsets.limit;
H A Duni2name.cpp70 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, argument
78 offsets.start = offsets.limit;
85 offsets.start = offsets.limit;
89 int32_t cursor = offsets.start;
90 int32_t limit = offsets.limit;
112 offsets.contextLimit += limit - offsets.limit;
113 offsets
[all...]
H A Dtitletrn.cpp69 Replaceable& text, UTransPosition& offsets,
79 if (offsets.start >= offsets.limit) {
96 for (start = offsets.start - 1; start >= offsets.contextStart; start -= U16_LENGTH(c)) {
114 csc.start = offsets.contextStart;
115 csc.limit = offsets.contextLimit;
121 for(textPos=offsets.start; textPos<offsets.limit;) {
138 offsets
68 handleTransliterate( Replaceable& text, UTransPosition& offsets, UBool isIncremental) const argument
[all...]
H A Dcasetrn.cpp136 UTransPosition& offsets,
139 if (offsets.start >= offsets.limit) {
146 csc.start = offsets.contextStart;
147 csc.limit = offsets.contextLimit;
154 for(textPos=offsets.start; textPos<offsets.limit;) {
164 offsets.start=csc.cpStart;
183 csc.limit=offsets.contextLimit+=delta;
184 offsets
135 handleTransliterate(Replaceable& text, UTransPosition& offsets, UBool isIncremental) const argument
[all...]
H A Dname2uni.cpp108 void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, argument
116 offsets.start = offsets.limit;
124 offsets.start = offsets.limit;
131 int32_t cursor = offsets.start;
132 int32_t limit = offsets.limit;
245 offsets.contextLimit += limit - offsets.limit;
246 offsets
[all...]
H A Dbrktrans.cpp82 void BreakTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, argument
91 bi->preceding(offsets.start);
97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
131 offsets.contextLimit += delta;
132 offsets.limit += delta;
133 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit;
H A Dnortrans.cpp100 void NormalizationTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets, argument
103 int32_t start = offsets.start;
104 int32_t limit = offsets.limit;
112 * In incremental mode, a chunk that ends with offsets.limit
129 offsets.contextLimit += delta;
130 offsets.limit += delta;
131 offsets.start = limit + delta;
169 offsets.start = start;
170 offsets.contextLimit += limit - offsets
[all...]
H A Dquantityformatter.cpp168 int32_t offsets[1]; local
169 pattern->format(params, LENGTHOF(params), appendTo, offsets, LENGTHOF(offsets), status);
170 if (offsets[0] != -1) {
172 pos.setBeginIndex(fpos.getBeginIndex() + offsets[0]);
173 pos.setEndIndex(fpos.getEndIndex() + offsets[0]);
H A Dcasetrn.h82 UTransPosition& offsets,
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java41 private int[] offsets; field in class:VisitedObjects
49 offsets = new int[INIT_LEN];
65 offsets[i] = offset;
80 offsets[index] = offset;
89 return offsets[i];
100 if (offsets[i] == offset) {
133 System.arraycopy(offsets, 0, newOffsets, 0, oldLen);
136 offsets = newOffsets;
/macosx-10.10.1/ntp-92/include/
H A Dieee754io.h55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_u7.c212 int32_t *offsets; local
236 offsets=pArgs->offsets;
278 if(offsets!=NULL) {
279 *offsets++=sourceIndex++;
373 if(offsets!=NULL) {
374 *offsets++=sourceIndex;
384 if(offsets!=NULL) {
385 *offsets++=sourceIndex;
395 if(offsets!
462 int32_t *offsets; local
894 int32_t *offsets; local
1161 int32_t *offsets; local
[all...]
H A Ducnvlat1.c37 int32_t *offsets; local
45 offsets=pArgs->offsets;
81 if(offsets!=NULL) {
83 offsets[0]=sourceIndex++;
84 offsets[1]=sourceIndex++;
85 offsets[2]=sourceIndex++;
86 offsets[3]=sourceIndex++;
87 offsets[4]=sourceIndex++;
88 offsets[
139 int32_t *offsets; local
476 int32_t *offsets; local
[all...]
H A Ducnv_u16.c53 int32_t *offsets; local
74 &pArgs->offsets, -1,
86 offsets=pArgs->offsets;
101 if(offsets!=NULL) {
102 *offsets++=-1;
103 *offsets++=-1;
104 *offsets++=-1;
105 *offsets++=-1;
122 if(offsets
257 int32_t *offsets; local
652 int32_t *offsets; local
856 int32_t *offsets; local
1328 int32_t *offsets=pArgs->offsets; local
[all...]
H A Ducnv_cnv.c50 int32_t **offsets,
57 if(offsets==NULL || (o=*offsets)==NULL) {
63 /* output with offsets */
69 *offsets=o;
90 int32_t **offsets,
97 if(offsets==NULL || (o=*offsets)==NULL) {
103 /* output with offsets */
109 *offsets
47 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
87 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
127 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
[all...]
H A Ducnvscsu.c69 /* use table of predefined fixed offsets for values from fixedThreshold */
73 /* constant offsets for the 8 static windows */
85 /* initial offsets for the 8 dynamic (sliding) windows */
120 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */
237 int32_t *offsets; local
254 offsets=pArgs->offsets;
296 if(offsets!=NULL) {
297 *offsets++=sourceIndex;
304 if(offsets!
883 getWindow(const uint32_t offsets[8], uint32_t c) argument
1016 int32_t *offsets; local
[all...]
H A Ducnvmbcs.c965 int32_t **offsets, int32_t sourceIndex,
977 offsets, sourceIndex,
1011 offsets, sourceIndex, pErrorCode);
1032 int32_t **offsets, int32_t sourceIndex,
1042 offsets, sourceIndex,
1066 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
1891 int32_t *offsets; local
1907 offsets=pArgs->offsets;
1941 if(offsets!
961 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1028 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2043 int32_t *offsets; local
2323 int32_t *offsets; local
3264 int32_t *offsets; local
3496 int32_t *offsets; local
3672 int32_t *offsets; local
3929 int32_t *offsets; local
[all...]
H A Dunisetspan.cpp29 * List of offsets from the current position from where to try matching
31 * Store offsets rather than indexes to simplify the code and use the same list
34 * Assumption: The maximum offset is limited, and the offsets that are stored
40 * This avoids inserting into a sorted list of offsets (or absolute indexes) and
52 * the integer would simply be shifted when lower offsets are removed.
88 // Reduce all stored offsets by delta, used when the current position
90 // There must not be any offsets lower than delta.
126 // and reduce all other offsets by this minimum.
642 OffsetList offsets; local
645 offsets
803 OffsetList offsets; local
964 OffsetList offsets; local
1145 OffsetList offsets; local
[all...]
H A Ducnvhz.c13 * 10/31/2000 Ram Implemented offsets logic function
43 if(args->offsets!=NULL){ \
44 *(offsets++) = sourceIndex-1; \
186 if(args->offsets) {
187 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2);
297 if(args->offsets) {
298 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS));
338 int32_t* offsets = args->offsets; local
413 if(offsets){
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_arange.h61 Dwarf_Off ** offsets,
/macosx-10.10.1/xar-254/xar/test/
H A Dheap.py22 offsets = subprocess.check_output(["xsltproc", os.path.realpath(xsl_path), "heap_toc.xml"])
23 matches = [re.match("^(.+)\s([^\s]+)$", offset) for offset in offsets.splitlines()]
24 offsets = [(match.groups()[0], int(match.groups()[1])) for match in matches]
25 return offsets
39 # Verify file offsets are as we expect
40 offsets = _file_offsets_for_archive(path, os.path.join("..", "heap1.xsl"))
41 (f1, o1) = offsets[0]
42 (f2, o2) = offsets[1]
56 # Verify file offsets are as we expect
57 offsets
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsimplepatternformattertest.cpp96 int32_t offsets[6]; local
106 offsets,
107 LENGTHOF(offsets),
111 if (expectedOffsets[i] != offsets[i]) {
112 errln("Expected %d, got %d", expectedOffsets[i], offsets[i]);
120 offsets,
121 LENGTHOF(offsets),
127 offsets[LENGTHOF(offsets) - 1] = 289;
133 offsets,
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A DMKcaptab.awk31 offsets[num_strings] = offset;
35 offsets[num_strings] = -1;
41 return offsets[num_strings - 1];
H A Dalloc_entry.c148 int offsets[MAX_ENTRY_SIZE / sizeof(short)]; local
178 if (i < SIZEOF(offsets)) {
180 offsets[i] = ABSENT_OFFSET;
182 offsets[i] = CANCELLED_OFFSET;
184 offsets[i] = tp->Strings[i] - stringbuf;
202 if (i < SIZEOF(offsets)) {
203 if (offsets[i] == ABSENT_OFFSET) {
205 } else if (offsets[i] == CANCELLED_OFFSET) {
208 tp->Strings[i] = tp->str_table + offsets[i];
216 if (n < SIZEOF(offsets)) {
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dfixedname.h31 * dns_fixedname_t is a convenience type containing a name, an offsets table,
68 dns_offsets_t offsets; member in struct:dns_fixedname
75 dns_name_init(&((fn)->name), (fn)->offsets); \

Completed in 177 milliseconds

1234567