/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
LocaleMatcherTest.java | 300 // ja_JP matches ja on likely subtags, and it's listed first, thus it 445 ULocale first = sorted.iterator().next(); local 446 ULocale max = ULocale.addLikelySubtags(first); 500 // ja-JP matches ja on likely subtags, and it's listed first, thus it wins over
|
/external/icu/icu4c/source/common/ |
filteredbrk.cpp | 189 virtual int32_t first(void); 403 SimpleFilteredSentenceBreakIterator::first(void) { function in class:SimpleFilteredSentenceBreakIterator 404 return internalNext(fDelegate->first()); 568 // first pass - find partials. 593 // first one - add the prefix to the reverse table.
|
rbbi.cpp | 388 this->first(); 454 this->first(); 484 this->first(); 524 int32_t RuleBasedBreakIterator::first(void) { function in class:RuleBasedBreakIterator 577 * @return The position of the first boundary after this one. 698 * Sets the iterator to refer to the first boundary position following 701 * @return The position of the first break after the current position. 712 return first(); 786 // otherwise, we have to sync up first. Use handlePrevious() to back 792 // we stop on will be the first break position after the specified one [all...] |
udata.cpp | 1177 const char *first; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | 59 /* First String */ 503 log_err("u_strpbrk couldn't find first letter a.\n"); 530 log_err("u_strpbrk couldn't find first letter a.\n"); 569 log_err("u_strcspn couldn't find first letter a.\n"); 593 log_err("u_strcspn couldn't find first letter a.\n"); 630 log_err("u_strspn couldn't skip first letter a.\n"); 642 log_err("u_strspn couldn't find first letter a (skip d or c).\n"); 659 log_err("u_strspn couldn't skip d or c (skip first letter).\n"); 662 log_err("u_strspn couldn't skip d or c (skip first letter).\n"); 665 log_err("u_strspn couldn't skip d or c (skip first letter).\n") 713 const UChar *first, *last; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
citrtest.cpp | 67 virtual UChar first(){return DONE;}; function in class:SCharacterIterator 392 c = iter.first(); 497 c = iter.first(); 999 virtual UChar first() { function in class:SubCharIter [all...] |
measfmttest.cpp | 1424 Measure first[] = { local [all...] |
/external/icu/icu4c/source/tools/genrb/ |
genrb.cpp | 417 int32_t first = *p; local 420 if (!U16_IS_TRAIL(first)) { 426 } else if (first < 0xdfef) { 428 length = first & 0x3ff; 429 } else if (first < 0xdfff && remaining >= 2) { 431 length = ((first - 0xdfef) << 16) | p[1]; 432 } else if (first == 0xdfff && remaining >= 3) { 614 * append the input dir to openFileName if the first char in
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BytesTrie.java | 32 * with the offset indicating the first byte of that sequence. 212 public Result first(int inByte) { method in class:BytesTrie 346 * current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE. 413 // First byte of the linear-match node. 667 // Read the first (key, value) pair. 855 // Match the first of length+1 bytes. [all...] |
CharsTrie.java | 35 * with the offset indicating the first char of that sequence. 150 public Result first(int inUnit) { method in class:CharsTrie 165 first(cp) : 166 (first(UTF16.getLeadSurrogate(cp)).hasNext() ? 308 * current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE. 375 // First unit of the linear-match node. 602 // Read the first (key, value) pair. 793 // Match the first of length+1 units. [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleMatcherTest.java | 296 // ja_JP matches ja on likely subtags, and it's listed first, thus it 441 ULocale first = sorted.iterator().next(); local 442 ULocale max = ULocale.addLikelySubtags(first); 496 // ja-JP matches ja on likely subtags, and it's listed first, thus it wins over
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
MapMaker.java | 137 TypedBlock first = blocks[0]; local 138 fixParamTypes(first); 139 TypeData[] srcTypes = first.localsTypes; 141 make(code, first); 154 private void fixParamTypes(TypedBlock first) throws BadBytecode { 155 TypeData[] types = first.localsTypes; 311 if (prev.incoming > 0) { // the first instruction is a branch target. 474 // Is the first instruction a branch target?
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
CGI.java | 183 String first = both; local 186 File exe = new File(_docRoot,first); 188 while ((first.endsWith("/") || !exe.exists()) && first.length() >= 0) 190 int index = first.lastIndexOf('/'); 192 first = first.substring(0,index); 194 exe = new File(_docRoot,first); 197 if (first.length() == 0 || !exe.exists() || exe.isDirectory() || !exe.getCanonicalPath().equals(exe.getAbsolutePath()))
|
/external/libchrome/base/json/ |
json_parser.cc | 45 // First deep copy to convert JSONStringValue to std::string and swap that 95 // First deep copy to convert JSONStringValue to std::string and swap that 237 // Parse the first and any nested tokens. 512 // First consume the key. 737 // Entry is at the first X in \uXXXX. 901 char first = *pos_; local 904 char c = first; 913 if (!allow_leading_zeros && len > 1 && first == '0')
|
/external/libchrome/base/ |
tracked_objects.cc | 31 // When ThreadData is first initialized, should we start in an ACTIVE state to 361 ThreadData* ThreadData::first() { function in class:tracked_objects::ThreadData 442 ThreadData* my_list = ThreadData::first(); 466 TaskSnapshot(BirthOnThreadSnapshot(*birth_count.first), 476 ThreadData* my_list = ThreadData::first(); 642 (*birth_counts)[death.first] -= death.first->birth_count(); 656 TaskSnapshot(BirthOnThreadSnapshot(*death.first), death_data, 670 (*birth_map)[birth.first] = birth.second; 674 death.first, [all...] |
/external/libnl/lib/route/ |
route_obj.c | 1049 struct rtnl_nexthop *first; local 1051 first = nl_list_first_entry(&route->rt_nexthops, 1054 if (!first) 1057 if (rtnl_route_nh_compare(old_nh, first,
|
/external/libweave/third_party/chromium/base/json/ |
json_parser.cc | 44 // First deep copy to convert JSONStringValue to std::string and swap that 94 // First deep copy to convert JSONStringValue to std::string and swap that 232 // Parse the first and any nested tokens. 507 // First consume the key. 732 // Entry is at the first X in \uXXXX. 896 char first = *pos_; local 899 char c = first; 908 if (!allow_leading_zeros && len > 1 && first == '0')
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 86 * The pointer to the first string is moved at end of the read word 105 * The first string is be terminated by a non-digit non-letter non-underscore 107 * The pointer to the first string is moved at end of the read word 560 uint first; member in struct:parsed_dcl_bracket 578 bracket->first = 0; 585 bracket->first = uindex; 602 bracket->last = bracket->first; 645 * the first brackets it's always the size of the 1091 decl.Range.First = brackets[0].first; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug.c | 88 static boolean first = TRUE; local 91 if (!first) 95 * but its cool since we set first to false 97 first = FALSE; 333 int first = 1; local 339 if (!first) 342 first = 0; 351 if (!first) 354 first = 0; 361 if(first) [all...] |
/external/mesa3d/src/mesa/main/ |
bufferobj.c | 189 * \param offset Offset of the first byte of the subdata range. 450 * \param offset Offset of the first byte to be modified. 483 * \param offset Offset of the first byte to be fetched. 958 GLuint first; local 979 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->BufferObjects, n); 983 _mesa_HashInsert(ctx->Shared->BufferObjects, first + i, 985 buffer[i] = first + i; [all...] |
texobj.c | 673 /* check first face */ 680 /* check remaining faces vs. first face */ 961 GLuint first; local 978 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->TexObjects, n); 983 GLuint name = first + i; 1063 * texture unit, unbind the texture first. Decrement the reference [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
AbstractFakeFileSystem.java | 278 // Create the TO directory entry first so that the destination path exists when you
320 * @param path1 - the first path component may be null or empty
533 String first = (String) components.get(0);
local 534 if (first.length() == 0 || isRoot(first)) {
535 return first + this.getSeparator();
|
/external/opencv/cv/src/ |
cvsegmentation.cpp | 58 CvWSNode* first; member in struct:CvWSQueue 127 q[idx].first = node; \ 133 node = q[idx].first; \ 134 q[idx].first = node->next; \ 225 // find the first non-empty queue 227 if( q[i].first ) 246 if( q[active_queue].first == 0 ) 249 if( q[i].first )
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 349 CvModuleInfo *CvModule::first = 0, *CvModule::last = 0; member in class:CvModule 361 CvModuleInfo* p = first; 366 if( first == info ) 367 first = info->next; 516 if( CvModule::first == 0 ) 517 CvModule::first = module_copy; member in class:CvModule 522 if( CvModule::first == CvModule::last ) 632 for( module = CvModule::first; module != 0; module = module->next ) 664 for( module = CvModule::first; module != 0; module = module->next ) 687 for( module = CvModule::first; module != 0; module = module->next [all...] |
/external/opencv3/3rdparty/libwebp/dec/ |
vp8.c | 121 return 0; // first frame is invisible! 505 if (!VP8GetBit(br, p[0])) { // first EOB is more a 'CBP' bit. 554 int out_t_nz, out_l_nz, first; local 573 first = 1; 577 first = 0; 588 q->y1_mat_, first, dst);
|