HomeSort by relevance Sort by last modified time
    Searched defs:pos (Results 151 - 175 of 5226) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/common/
uset_props.cpp 94 ParsePosition pos; local
96 ((UnicodeSet*) set)->applyPattern(pat, pos, options, NULL, *status);
98 return pos.getIndex();
121 int32_t pos) {
125 return ((pos+1) < pat.length() &&
126 pat.charAt(pos) == (UChar)91/*[*/) ||
127 UnicodeSet::resemblesPattern(pat, pos);
  /external/icu/icu4c/source/i18n/
quant.cpp 72 int32_t pos = offset; local
76 if (pos == offset) {
rbt_data.cpp 47 int32_t pos = UHASH_FIRST; local
49 while ((e = other.variableNames.nextElement(pos)) != 0) {
uitercollationiterator.h 98 * Extends the FCD text segment forward or normalizes around pos.
109 * Extends the FCD text segment backward or normalizes around pos.
120 * pos & limit are undefined.
126 * start & pos are undefined.
131 * pos tracks the current text index.
136 * pos tracks the current index in the normalized string.
142 * pos tracks the current index in the normalized string.
151 int32_t pos; member in class:FCDUIterCollationIterator
utf16collationiterator.h 39 start(s), pos(p), limit(lim) {}
53 start = pos = s;
65 start(NULL), pos(NULL), limit(NULL) {}
79 const UChar *start, *pos, *limit; member in class:UTF16CollationIterator
120 * To be called when checkDir < 0 || (checkDir == 0 && pos == limit).
121 * Returns with checkDir > 0 || (checkDir == 0 && pos != limit).
126 * Extend the FCD text segment forward or normalize around pos.
127 * To be called when checkDir > 0 && pos != limit.
128 * @return TRUE if success, checkDir == 0 and pos != limit
134 * To be called when checkDir > 0 || (checkDir == 0 && pos == start)
    [all...]
utf8collationiterator.h 39 u8(s), pos(p), length(len) {}
73 int32_t pos; member in class:UTF8CollationIterator
119 * Extends the FCD text segment forward or normalizes around pos.
130 * Extends the FCD text segment backward or normalizes around pos.
139 * The input text [start..pos[ passes the FCD check.
145 * The input text [pos..limit[ passes the FCD check.
152 * pos tracks the current text index.
157 * pos tracks the current index in the normalized string.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 89 ParsePosition pos = new ParsePosition(0); local
104 i = processSet(regex, i, result, temp, pos);
111 i = processSet(regex, i, result, temp, pos);
340 private int processSet(String regex, int i, StringBuilder result, UnicodeSet temp, ParsePosition pos) {
342 pos.setIndex(i);
343 UnicodeSet x = temp.clear().applyPattern(regex, pos, symbolTable, 0);
346 i = pos.getIndex() - 1; // allow for the loop increment
  /external/iproute2/lib/
dnet_ntop.c 19 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started)
23 if (*pos == len)
29 (*pos)++;
40 size_t pos = 0; local
55 if (do_digit(str + pos, &area, 10, &pos, len, &started))
58 if (do_digit(str + pos, &area, 1, &pos, len, &started))
61 if (pos == len)
64 *(str + pos) = '.'
    [all...]
dnet_pton.c 44 int pos; local
46 pos = dnet_num(src, &area);
47 if ((pos == 0) || (area > 63) || (*(src + pos) != '.'))
49 pos = dnet_num(src + pos + 1, &node);
50 if ((pos == 0) || (node > 1023))
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
LambdaArgumentTypePlaceholder.java 31 private int pos; field in class:LambdaArgumentTypePlaceholder
34 public LambdaArgumentTypePlaceholder(int pos) {
35 this.pos = pos;
  /external/libbrillo/brillo/
secure_blob_unittest.cc 26 auto pos = std::search( local
28 return (pos != haystack.end());
33 auto pos = std::search( local
35 if (pos == haystack.end()) {
38 return std::distance(haystack.begin(), pos);
  /external/libbrillo/brillo/strings/
string_utils.cc 26 const std::string::size_type pos = local
28 std::string tmp_str{str.substr(i, pos - i)};
33 if (pos >= str.size())
35 i = pos + delimiter.size();
46 std::string::size_type pos = str.find(delimiter); local
47 if (pos != std::string::npos) {
48 *left_part = str.substr(0, pos);
49 *right_part = str.substr(pos + delimiter.size());
  /external/libchrome/base/
sys_info_linux.cc 86 size_t pos = line.find(": "); local
87 return line.substr(pos + 2);
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_large.c 44 unsigned int *pos = cls; local
53 *pos += size;
69 unsigned int pos; local
71 pos = 0;
81 pp = MHD_create_post_processor (&connection, 1024, &value_checker, &pos);
91 if (pos != sizeof (data) - 5) /* minus 0-termination and 'key=' */
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 32 unsigned int pos; member in struct:__anon26146
95 int x = br->pos - 1;
105 validate_buffer(br->buffer + br->pos, 1, br->buffer_end, br->error);
106 br->buffer[br->pos++] = (lowvalue >> (24 - offset));
  /external/libvpx/libvpx/vpx_dsp/
add_noise.c 26 uint8_t *pos = start + i * pitch; local
30 int v = pos[j];
36 pos[j] = v + ref[j];
bitwriter.h 26 unsigned int pos; member in struct:vpx_writer
58 int x = br->pos - 1;
68 br->buffer[br->pos++] = (lowvalue >> (24 - offset));
  /external/libxcam/modules/soft/
soft_worker.h 34 uint32_t pos[SOFT_MAX_DIM]; member in struct:XCam::WorkRange
38 xcam_mem_clear (pos);
  /external/llvm/tools/llvm-c-test/
disassemble.c 23 static void pprint(int pos, unsigned char *buf, int len, const char *disasm) {
25 printf("%04x: ", pos);
42 int pos; local
49 pos = 0;
50 while (pos < siz) {
51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline,
54 pprint(pos, buf + pos, 1, "\t???");
55 pos++
    [all...]
  /external/ltp/lib/tests/
trerrno.c 44 char msg[4096], *pos; local
76 pos = strchr(msg, '\n');
77 if (pos != NULL)
78 *pos = '\0';
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 54 long pos; local
79 pos = ftell(stream);
81 if (pos != 0) {
92 pos = ftell(stream);
94 if (pos != strlen(junk)) {
96 "strlen(junk)=%zi: file pointer descrepancy 2 (pos=%li)",
97 strlen(junk), pos);
103 pos = ftell(stream);
105 if (pos != 0) {
107 "file pointer descrepancy 3 (pos=%li, wanted pos=0)"
    [all...]
  /external/ltp/testcases/lib/
tst_rod.c 31 int i, pos = 0; local
88 args[pos++] = argv[i];
91 args[pos] = NULL;
  /external/lzma/C/
DllSecur.c 62 unsigned pos = (unsigned)lstrlenW(buf); local
64 if (buf[pos - 1] != '\\')
65 buf[pos++] = '\\';
73 buf[pos + k] = c;
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 41 int pos = path.ReverseFind_PathSepar() + 1; local
42 fileName = path.Ptr(pos);
48 return path.Left(pos);
  /external/lzma/CPP/Common/
TextConfig.cpp 26 static bool WaitNextLine(const AString &s, unsigned &pos)
28 for (; pos < s.Len(); pos++)
29 if (s[pos] == 0x0A)
34 static bool SkipSpaces(const AString &s, unsigned &pos)
36 for (; pos < s.Len(); pos++)
38 char c = s[pos];
43 if (!WaitNextLine(s, pos))
53 unsigned pos = 0; local
    [all...]

Completed in 646 milliseconds

1 2 3 4 5 67 8 91011>>