/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringCharacterIterator.java | 69 * @param begin Index of the first character 115 * Implements CharacterIterator.first() for String. 116 * @see CharacterIterator#first 120 public char first() method in class:StringCharacterIterator
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
StringTokenIterator.java | 24 public String first() { method in class:StringTokenIterator
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
BreakIteratorTest.java | 47 // for (int ix = bi.first(), lim = text.length(); ix != lim;) { 63 wbr.first(); 75 * Test method for 'com.ibm.icu.text.BreakIterator.first()' 78 assertEquals(0, cbr.first()); 79 assertEquals(0, wbr.first()); 80 assertEquals(0, lbr.first()); 81 assertEquals(0, sbr.first()); 98 cbr.first(); 99 wbr.first(); 100 lbr.first(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterIteratorWrapper.java | 31 * @return the first character in the text, or DONE if the text is empty 34 public char first(){ method in class:UCharacterIteratorWrapper 110 * Returns the end index of the text. This index is the index of the first
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicPeriodFormatter.java | 108 // get the first and last units that are set. 109 int first = 0; local 111 while (first < counts.length && (mask & (1 << first)) == 0) ++first; 112 while (last > first && (mask & (1 << last)) == 0) --last; 116 for (int i = first; i <= last; ++i) { 146 boolean multiple = first != last; 152 for (int i = first, j = i; i <= last; i = j) { 183 boolean afterFirst = i == first; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
StringTokenIterator.java | 24 public String first() { method in class:StringTokenIterator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
StringCharacterIterator.java | 67 * @param begin Index of the first character 113 * Implements CharacterIterator.first() for String. 114 * @see CharacterIterator#first 118 public char first() method in class:StringCharacterIterator
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
BreakIteratorICU.java | 46 public int first() { method in class:BreakIteratorICU 47 return fIcuBrkItr.first();
|
/external/iproute2/ip/ |
ipmroute.c | 150 int first = 1; local 160 if (first) { 162 first = 0;
|
/external/iptables/extensions/ |
libxt_TCPOPTSTRIP.c | 108 bool first = true; local 113 if (!first) 116 first = false;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
InstructionTest.java | 71 final Instruction first = new Instruction(0); local 72 Instruction next = first; 82 assertEquals(1, first.getCoveredBranches());
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
InclusiveByteRange.java | 54 long first = 0; field in class:InclusiveByteRange 57 public InclusiveByteRange(long first, long last) 59 this.first = first; 65 return first; 101 long first = -1; local 123 first = Long.parseLong(t.substring(0,d).trim()); 127 first = Long.parseLong(t.substring(0,d).trim()); 129 if (first == -1 && last == -1) 132 if (first != -1 && last != -1 && (first > last) [all...] |
/external/ltrace/sysdeps/linux-gnu/ |
events.c | 51 first(struct process *proc, void *data) function 152 if (!each_process(NULL, &first, NULL)) {
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_misc.cpp | 154 static boolean first = TRUE; local 159 assert(first); 161 first = FALSE;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_refcnt.c | 73 static boolean first = TRUE; local 75 if (first) { 77 first = FALSE;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_emit.c | 138 uint s[3], first, i, old_utemp_flag; local 145 first = GET_UREG_NR(s[c[0]]); 147 if (GET_UREG_NR(s[c[i]]) != first) {
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.h | 71 struct r300_fragment_shader_code* first; member in struct:r300_fragment_shader
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_draw.c | 88 unsigned first, size; local 95 first = ve[i].src_offset; 99 first = vb->stride * start + ve[i].src_offset; 103 buffer->uploaded.start = MIN2(buffer->uploaded.start, first); 104 buffer->uploaded.end = MAX2(buffer->uploaded.end, first + size);
|
svga_tgsi_decl_sm30.c | 519 unsigned first = decl->Range.First; local 523 for( idx = first; idx <= last; idx++ ) {
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 74 static boolean first = TRUE; local 133 if (first) { 143 first = FALSE;
|
/external/mesa3d/src/glx/tests/ |
create_context_unittest.cpp | 384 GLXContext first = local 388 ASSERT_NE((GLXContext) 0, first); 391 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, first, 396 struct glx_context *share = (struct glx_context *) first;
|
/external/oauth/core/src/main/java/net/oauth/ |
ConsumerProperties.java | 82 OAuthConsumer first = pool.get(name); local 83 if (first == null) { 90 consumer = first;
|
/external/opencv3/3rdparty/zlib/ |
gzwrite.c | 78 /* allocate memory if this is the first time through */ 137 int first; local 146 first = 1; 150 if (first) { 152 first = 0; 195 /* allocate memory if this is the first time through */
|
/external/opencv3/modules/calib3d/src/ |
checkchessboard.cpp | 96 return p1.first < p2.first; 149 CvSeq* first = 0; local 151 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP); 152 icvGetQuadrangleHypotheses(first, quads, 1); 161 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP); 162 icvGetQuadrangleHypotheses(first, quads, 0); 176 if(quads[j].first/quads[i].first > 1.0f + size_rel_dev)
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
lbp.hpp | 55 int first; member in struct:cv::cuda::device::lbp::Stage
|