Home
last modified time | relevance | path

Searched refs:toShift (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dusrchimp.h84 UBool toShift; variable
180 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp133 if (strsrch->toShift) { in getCE()
637 result->toShift = in usearch_openFromCollator()
993 strsrch->toShift = in usearch_setCollator()
1343 if (strsrch->toShift != shift) { in usearch_reset()
1344 strsrch->toShift = shift; in usearch_reset()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp156 if (strsrch->toShift) { in getCE()
2689 result->toShift = in usearch_openFromCollator()
3042 strsrch->toShift = in usearch_setCollator()
3417 if (strsrch->toShift != shift) { in usearch_reset()
3418 strsrch->toShift = shift; in usearch_reset()
/third_party/icu/icu4c/source/i18n/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp156 if (strsrch->toShift) { in getCE()
2689 result->toShift = in usearch_openFromCollator()
3042 strsrch->toShift = in usearch_setCollator()
3417 if (strsrch->toShift != shift) { in usearch_reset()
3418 strsrch->toShift = shift; in usearch_reset()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp156 if (strsrch->toShift) { in getCE()
2689 result->toShift = in usearch_openFromCollator()
3042 strsrch->toShift = in usearch_setCollator()
3417 if (strsrch->toShift != shift) { in usearch_reset()
3418 strsrch->toShift = shift; in usearch_reset()
/third_party/icu/icu4c/source/test/intltest/
Dcolldata.cpp47 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()
/third_party/openGLES/specs/katex/
Dkatex.js3211 var toShift = 0.6 * (innerRootHeight - innerRootDepth);
3216 "shift", -toShift, options);
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js3211 var toShift = 0.6 * (innerRootHeight - innerRootDepth);
3216 "shift", -toShift, options);
/third_party/openGLES/specs/gl/katex/
Dkatex.js3211 var toShift = 0.6 * (innerRootHeight - innerRootDepth);
3216 "shift", -toShift, options);
/third_party/openGLES/specs/es/katex/
Dkatex.js3211 var toShift = 0.6 * (innerRootHeight - innerRootDepth);
3216 "shift", -toShift, options);
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js13097 …var toShift = 0.6 * (body.height - body.depth); // Build a VList with the superscript shifted up c…
13101 positionData: -toShift,
Dkatex.mjs12867 …const toShift = 0.6 * (body.height - body.depth); // Build a VList with the superscript shifted up…
12871 positionData: -toShift,