/external/chromium/third_party/icu/source/i18n/ |
transreg.cpp | 220 const UnicodeString& getTop() const { return top; } 225 UnicodeString top; member in class:TransliteratorSpec 238 : top(theSpec), 266 // Canonicalize top 272 top = locStr; 276 top = scriptName; 279 // assert(spec != top); 292 if (spec != top) { 293 spec = top; [all...] |
ucol_tok.cpp | 114 /* know for the [top] range will explicitly set the upper bound for */ 117 /* In that respect, we use [top] for tailoring of locales that use CJK */ 152 // Set values for the top - TODO: once we have values for all the indirects, we are going 262 U_STRING_DECL(option_04, "variable top", 12); 263 U_STRING_DECL(option_05, "top", 3); 285 [top] guaranteed to be above all implicit CEs, for now and in the future (in 1.8) 366 /*08*/ {option_04, 12, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"variable top" */ 369 /*11*/ {option_05, 3, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"top" */ 429 U_STRING_INIT(option_04, "variable top", 12); 430 U_STRING_INIT(option_05, "top", 3) 749 UBool top = FALSE; local 1365 UBool top = FALSE; local [all...] |
/external/chromium/third_party/icu/source/tools/gencnval/ |
gencnval.c | 93 uint32_t top; member in struct:__anon3055 965 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t)); 1063 uint32_t top; local [all...] |
/external/chromium/third_party/icu/source/tools/gennames/ |
gennames.c | 1407 uint32_t top=lineTop+length; local [all...] |
/external/clearsilver/util/ |
neo_hdf.c | 57 const char *value, int dup, int wf, HDF *top) 65 (*hdf)->top = top; 180 my_hdf->top = my_hdf; 190 if ((*hdf)->top == (*hdf)) 216 r = _walk_hdf (hdf->top, hdf->value, &hp); 268 r = _walk_hdf (hp->top, hp->value, &hp); 286 return _walk_hdf (hp->top, hp->value, node); 466 if (_walk_hdf(hdf->top, hdf->value, &obj)) 482 return hdf->top; 1828 HDF *top = hdf->top; local [all...] |
/external/freetype/src/truetype/ |
ttgload.c | 98 /* sets the top side bearing to be zero. */ 139 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); 1704 FT_Pos top; \/* scaled vertical top side bearing *\/ local [all...] |
/external/icu4c/i18n/ |
timezone.cpp | 162 static UBool getOlsonMeta(const UResourceBundle* top) { 167 ures_getByKey(top, kZONES, &res, &ec); 183 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local 185 getOlsonMeta(top); 187 ures_close(top); 235 * @param top Top timezone resource 240 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { 242 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status); 254 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from to 296 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local 432 UResourceBundle *top = openOlsonResource(id, res, ec); local 669 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local 848 UResourceBundle *top = openOlsonResource(id, res, ec); local 870 UResourceBundle *top = openOlsonResource(id, res, ec); local [all...] |
transreg.cpp | 220 const UnicodeString& getTop() const { return top; } 225 UnicodeString top; member in class:TransliteratorSpec 238 : top(theSpec), 266 // Canonicalize top 272 top = locStr; 276 top = scriptName; 279 // assert(spec != top); 292 if (spec != top) { 293 spec = top; [all...] |
ucol_tok.cpp | 114 /* know for the [top] range will explicitly set the upper bound for */ 117 /* In that respect, we use [top] for tailoring of locales that use CJK */ 152 // Set values for the top - TODO: once we have values for all the indirects, we are going 262 U_STRING_DECL(option_04, "variable top", 12); 263 U_STRING_DECL(option_05, "top", 3); 285 [top] guaranteed to be above all implicit CEs, for now and in the future (in 1.8) 366 /*08*/ {option_04, 12, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"variable top" */ 369 /*11*/ {option_05, 3, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"top" */ 429 U_STRING_INIT(option_04, "variable top", 12); 430 U_STRING_INIT(option_05, "top", 3) 768 UBool top = FALSE; local 1420 UBool top = FALSE; local [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 93 uint32_t top; member in struct:__anon4125 965 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t)); 1063 uint32_t top; local [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 1547 uint32_t top=lineTop+length; local [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | 653 uint32_t top, size; local 696 top = byteOffset; 774 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2); 819 assert(byteOffset == top); 822 if(top != size) { 824 (int)size, (int)top); [all...] |
/external/openssl/crypto/bn/ |
bn.h | 281 (dest)->top=(b)->top, \ 303 int top; /* Index of last used d +1. */ member in struct:bignum_st 387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ 388 (((w) == 0) && ((a)->top == 0))) 389 #define BN_is_zero(a) ((a)->top == 0) 392 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) 398 _tmp_bn->top = 0; \ 417 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom); 418 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom) [all...] |
/external/openssl/crypto/err/ |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/openssl/include/openssl/ |
bn.h | 281 (dest)->top=(b)->top, \ 303 int top; /* Index of last used d +1. */ member in struct:bignum_st 387 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ 388 (((w) == 0) && ((a)->top == 0))) 389 #define BN_is_zero(a) ((a)->top == 0) 392 #define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) 398 _tmp_bn->top = 0; \ 417 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom); 418 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom) [all...] |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/ppp/pppd/ |
tdb.c | 530 tdb_off rec_ptr, top; local 532 top = TDB_HASH_TOP(i); 537 if (ofs_read(tdb, top, &rec_ptr) == -1) 572 /* read in the freelist top */ 578 printf("freelist top=[0x%08x]\n", rec_ptr ); 608 /* read in the freelist top */ 855 /* read in the freelist top */ 971 /* read in the hash top */ [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 685 int top = tracedStack.size() - 1; local 691 if (!isStackSimplifiedBefore(offset, top - stackIndex) && 692 !isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex)) 722 int top = tracedStack.size() - 1; local 728 if (!isStackEntryNecessaryAfter(offset, top - stackIndex)) 755 int top = tracedStack.size() - 1; local 761 if (isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex)) 785 int top = tracedStack.size() - 1; local 903 int top = partialEvaluator.getStackAfter(consumerOffset).size() - 1; local 1051 int top = partialEvaluator.getStackAfter(dupOffset).size() - 1; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 787 HWND top; local 808 bounds.top = SDL_windowY; 818 height = bounds.bottom-bounds.top; 827 y = bounds.top; 833 top = HWND_TOPMOST; 835 top = HWND_NOTOPMOST; 837 SetWindowPos(SDL_Window, top, x, y, width, height, swp_flags); 840 SDL_windowY = SDL_bounds.top; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5video.c | 1179 HWND top; local [all...] |
/external/quake/quake/src/QW/client/ |
cl_main.c | 519 int top, bottom; local 532 top = bottom = atoi(Cmd_Argv(1)); 535 top = atoi(Cmd_Argv(1)); 539 top &= 15; 540 if (top > 13) 541 top = 13; 546 sprintf (num, "%i", top);
|
/external/quake/quake/src/QW/server/ |
sv_main.c | 346 int top, bottom; local 356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor")); 358 top = (top < 0) ? 0 : ((top > 13) ? 13 : top); 363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom); [all...] |
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 139 while (fBranchStack.top().fDone == Branch::kIsDone) 366 SkScriptValue2& top = fValueStack.top(); local 367 if (top.fType != SkOperand2::kObject) 369 void* object = top.fOperand.fObject; 480 if (fBraceStack.top() == kArrayBrace) { 603 SkScriptValue2 top; local 604 fValueStack.pop(&top); 606 addTokenInt(top.fType); 608 top.fType = SkOperand2::kObject [all...] |
/external/v8/src/ |
builtins.cc | 151 Address fp = Top::c_entry_fp(Top::GetCurrentThread()); 191 Top::context()->global_context()->array_function(); 298 // Get top element 300 Object* top = elms->get(len - 1); local 305 if (!top->IsTheHole()) { 306 // Delete the top element. 308 return top; 313 Top::context()->global_context()->array_function(); 315 top = prototype->GetElement(len - 1) [all...] |
/external/webkit/WebCore/page/ |
DOMWindow.cpp | 279 // 3) Constrain window rect to within the top and left boundaries of the screen rect 1036 DOMWindow* DOMWindow::top() const function in class:WebCore::DOMWindow 1045 return m_frame->tree()->top(true)->domWindow(); [all...] |