Home | History | Annotate | Download | only in contacts

Lines Matching refs:offset

121         int offset = 0;
129 while (offset < length) {
134 while (offset < length) {
135 c = string.charAt(offset++);
165 while (offset < length) {
166 c = string.charAt(offset++);
169 if (offset == length) {
173 c = string.charAt(offset);
177 offset++;
187 int start = offset;
188 while (offset < length) {
189 c = string.charAt(offset++);
194 if (offset == length) {
197 key = string.substring(start, offset - 1);
203 int start = offset;
204 while (offset < length) {
205 c = string.charAt(offset++);
210 if (offset == length) {
213 key = string.substring(start, offset - 1);
219 int start = offset;
220 while (offset < length) {
221 c = string.charAt(offset);
223 dash = offset;
225 offset++;
234 if (offset == length) {
237 key = string.substring(start, offset - 1);