HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 951 - 975 of 2784) sorted by null

<<31323334353637383940>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 237 set.first();
292 assertEquals("e", set.first());
406 assertEquals("b", set.first());
503 assertEquals("a", set.first());
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 514 int first = b16BitUnits.charAt(offset); local
515 if((first&0xfffffc00)!=0xdc00) { // C: if(!U16_IS_TRAIL(first)) {
516 if(first==0) {
520 sb.append((char)first);
528 if(first<0xdfef) {
529 length=first&0x3ff;
531 } else if(first<0xdfff) {
532 length=((first-0xdfef)<<16)|b16BitUnits.charAt(offset+1);
607 int first = b16BitUnits.charAt(offset) local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 61 // Reserve the first CE32 for U+0000.
77 // Set the Latin-1 letters block so that it is allocated first in the data array,
184 // First tailoring for c.
365 * "\0" for the first entry for any code point, with its default CE32.
481 long first = ces[start]; local
484 if(first == ce64s.elementAti(i)) {
514 int first = newCE32s[start]; local
517 if(first == ce32s.elementAti(i)) {
631 * Sets cond.next to the index of the first new item
    [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp 582 // fall back to the default locale first (if the locale does not even have main data).
1662 UResourceBundle *first = NULL; local
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 109 // the first mark is deleted.
137 // If s has no equivalent strings, next returns NULL on the first call.
303 * four integers. The first is the fraction digits. The second is the
434 /* register for the first time */
745 // starts with a mark. In either case, the first mark is ignored,
756 if (i != 0) ++s; // Skip over first mark
1002 // Get maximum currency name count first.
1208 int32_t first = *begin; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 695 case 0: name = "First Test"; if (exec) FirstTest( par ); break;
911 LL_message( msg + " - (Are you missing data?)", TRUE ); // only show this message the first time
1104 // stream out the indentation string first if necessary
1757 static UBool first=TRUE; local
    [all...]
tsmthred.cpp 995 // we are going to test with the first one that we manage to open.
1030 uint32_t first = 0; local
    [all...]
tzrulets.cpp 817 // Make sure VTIMEZONE data is exactly same with the first one
822 // Check equivalency after the first transition.
823 // The DST information before the first transition might be lost
2336 UBool first = TRUE; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 313 // Read reserved bytes. The first of these will be a version byte.
426 // Check if the first type is not dst
429 // first transition, but no DST is observed.
609 // Get the first file
925 * least once. First we populate it with all the rules from
932 ruleIDset.insert(p.first);
1035 bool first; local
1782 bool first = true; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 60 // Reserve the first CE32 for U+0000.
76 // Set the Latin-1 letters block so that it is allocated first in the data array,
183 // First tailoring for c.
364 * "\0" for the first entry for any code point, with its default CE32.
480 long first = ces[start]; local
483 if(first == ce64s.elementAti(i)) {
513 int first = newCE32s[start]; local
516 if(first == ce32s.elementAti(i)) {
630 * Sets cond.next to the index of the first new item
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 512 int first = b16BitUnits.charAt(offset); local
513 if((first&0xfffffc00)!=0xdc00) { // C: if(!U16_IS_TRAIL(first)) {
514 if(first==0) {
518 sb.append((char)first);
526 if(first<0xdfef) {
527 length=first&0x3ff;
529 } else if(first<0xdfff) {
530 length=((first-0xdfef)<<16)|b16BitUnits.charAt(offset+1);
605 int first = b16BitUnits.charAt(offset) local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 404 System.err.println("The XLIFF document is invalid, please check it first: ");
485 // process the first group element. The first group element is
750 ResourceInt first; field in class:XLIFF2ICUConverter.ResourceIntVector
756 ResourceInt current = (ResourceInt) first;
770 Resource first; field in class:XLIFF2ICUConverter.ResourceTable
776 Resource current = first;
787 Resource first; field in class:XLIFF2ICUConverter.ResourceArray
793 Resource current = first;
    [all...]
  /external/iw/
scan.c 479 static void tab_on_first(bool *first)
481 if (!*first)
484 *first = false;
727 bool first = true; local
734 tab_on_first(&first);
742 tab_on_first(&first);
748 tab_on_first(&first);
757 tab_on_first(&first);
766 tab_on_first(&first);
778 tab_on_first(&first);
1098 bool first = true; local
1436 bool first = true; local
1612 bool first = true; local
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 37 const char* parse_type(const char* first, const char* last, C& db);
39 const char* parse_encoding(const char* first, const char* last, C& db);
41 const char* parse_name(const char* first, const char* last, C& db,
44 const char* parse_expression(const char* first, const char* last, C& db);
46 const char* parse_template_args(const char* first, const char* last, C& db);
48 const char* parse_operator_name(const char* first, const char* last, C& db);
50 const char* parse_unqualified_name(const char* first, const char* last, C& db);
52 const char* parse_decltype(const char* first, const char* last, C& db);
61 fprintf(stderr, "{%s#%s}\n", s.first.c_str(), s.second.c_str());
71 fprintf(stderr, "{%s#%s}", s.first.c_str(), s.second.c_str())
4858 StrT first; member in struct:__cxxabiv1::__anon15431::string_pair
    [all...]
  /external/libevent/
buffer.c 270 * Internal; requires lock. The caller must fix up buf->last and buf->first
277 /* Find the first victim chain. It might be *last_with_datap */
298 EVUTIL_ASSERT(buf->last_with_datap == &buf->first);
299 EVUTIL_ASSERT(buf->first == NULL);
300 buf->first = buf->last = chain;
303 /* Find the first victim chain. It might be *last_with_datap */
359 buffer->last_with_datap = &buffer->first;
560 for (chain = buffer->first; chain != NULL; chain = next) {
614 chain = buf->first;
689 * be the first one with space in it. *
2549 char first; local
    [all...]
  /external/libopus/src/
opus_encoder.c 97 int first; member in struct:OpusEncoder
110 /* Transition tables for the voice and music. First column is the
241 st->first = 1;
369 /* First stage */
393 /* First stage */
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 307 t &= -t; /* first set bit */
367 struct buffer_list first; /* the very first buffer */ member in struct:buffer
374 buffer->first.next = NULL;
393 struct buffer_list *list = buffer->first.next;
402 buffer->last = &buffer->first;
411 buffer->current = &buffer->first;
450 struct buffer_list *last = &buffer->first;
912 /* called once after the first read to update all the info, original_pp and
1072 /* Find the first error *
    [all...]
  /external/libpng/
png.c 19 /* Tells libpng that we have already handled the first "num_bytes" bytes
47 * already read the first few bytes of a file to determine the file type
380 /* Do this first in case of an error below; if the app implements its own
3161 unsigned int ndigits = 0, first = 16 \/* flag value *\/; local
    [all...]
  /external/libxml2/
catalog.c 2682 xmlChar *first; local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 84 /// first.
97 // Make sure we visit all dependents first
861 // As ptxas does not support forward references of globals, we need to first
938 // first, back-up GlobalVariable in gv_array
1427 bool first = true; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1551 const unsigned first = decl->Range.First; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 740 for (reg = parse.FullToken.FullDeclaration.Range.First;
752 for (reg = decl->Range.First; reg <= decl->Range.Last; ++reg) {
2348 uint first, last, mask; local
    [all...]
tgsi_ureg.c 84 unsigned first; member in struct:const_decl::__anon19598
455 unsigned first,
466 decl->constant_range[i].first = first;
488 if (decl->constant_range[i].first <= index &&
502 if (decl->constant_range[i].first == index + 1) {
503 decl->constant_range[i].first = index;
507 minconst = MIN2(minconst, decl->constant_range[i].first);
515 decl->constant_range[i].first = index;
523 decl->constant_range[0].first = minconst
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 280 /* skip the first one, it's the same as the prev point */
877 VGboolean first = VG_TRUE; local
924 if (first) {
932 first = VG_FALSE;
970 if (first) {
984 first = VG_FALSE;
1007 /* closed subpath, join first and last point */
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 198 * generated, we don't know the address of the first instruction of
205 * Pointer to first instruction of the function body.
212 * Index of the first instruction of the function body in actual
2586 ir_to_mesa_instruction *first = NULL; local
    [all...]

Completed in 2733 milliseconds

<<31323334353637383940>>