/external/chromium/third_party/icu/source/tools/gencase/ |
store.c | 1117 UChar lead; local [all...] |
/external/icu4c/tools/gencase/ |
store.c | 1143 UChar lead; local [all...] |
/external/icu4c/common/ |
normalizer2impl.cpp | 487 // get the decomposition and the lead and trail cc's 606 * a forward-combining "lead" character, 610 * If the lead and trail characters combine, then this function returns [all...] |
utrie2.h | 40 * - Still separate data for lead surrogate code _units_ vs. code _points_, 41 * but the lead surrogate code unit values are not required any more 46 * in the lead surrogate data for the associated supplementary code points. 490 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_. 497 * code points associated with a lead surrogate. 499 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit(). 503 * data and the code unit is a lead surrogate, then check if a trail surrogate 506 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead 509 * If there is only trivial data for lead and trail surrogates, then processing 515 * Get a value from a lead surrogate code unit as stored in the trie [all...] |
uiter.cpp | 922 UChar lead=U16_LEAD(iter->reservedField); local 928 return lead;
|
utext.cpp | 126 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local 127 if (UTF16_IS_LEAD(lead)) { 212 // the original position before the unpaired lead still needs to be restored. 281 // c is an unpaired lead surrogate at the end of the text. 288 // c was an unpaired lead surrogate, not at the end of the text. 314 // (A lead surrogate seen here is just returned as is, as a surrogate value. 327 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local 328 if (U16_IS_LEAD(lead) == FALSE) { 334 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); 335 ut->chunkOffset--; // move iteration position over the lead surrogate [all...] |
/external/chromium/third_party/icu/source/common/ |
utrie2.h | 40 * - Still separate data for lead surrogate code _units_ vs. code _points_, 41 * but the lead surrogate code unit values are not required any more 46 * in the lead surrogate data for the associated supplementary code points. 490 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_. 497 * code points associated with a lead surrogate. 499 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit(). 503 * data and the code unit is a lead surrogate, then check if a trail surrogate 506 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead 509 * If there is only trivial data for lead and trail surrogates, then processing 515 * Get a value from a lead surrogate code unit as stored in the trie [all...] |
uiter.cpp | 922 UChar lead=U16_LEAD(iter->reservedField); local 928 return lead;
|
utext.cpp | 125 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local 126 if (UTF16_IS_LEAD(lead)) { 211 // the original position before the unpaired lead still needs to be restored. 280 // c is an unpaired lead surrogate at the end of the text. 287 // c was an unpaired lead surrogate, not at the end of the text. 313 // (A lead surrogate seen here is just returned as is, as a surrogate value. 326 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local 327 if (U16_IS_LEAD(lead) == FALSE) { 333 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); 334 ut->chunkOffset--; // move iteration position over the lead surrogate [all...] |
/external/icu4c/samples/uciter8/ |
uit_len8.c | 448 UChar lead=U16_LEAD(iter->reservedField); local 454 return lead;
|
/external/webkit/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 71 #define U16_GET_SUPPLEMENTARY(lead, trail) \ 72 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
|
/external/webkit/WebCore/rendering/ |
RenderCounter.cpp | 331 void RenderCounter::calcPrefWidths(int lead) 334 RenderText::calcPrefWidths(lead);
|
/external/v8/test/mjsunit/ |
fuzz-natives.js | 113 // may lead to out-of-memory.
|
unicode-test.js | [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
cnormtst.c | 1397 UChar32 c, lead, trail; local [all...] |
/external/icu4c/test/cintltst/ |
cnormtst.c | 1387 UChar32 c, lead, trail; local [all...] |
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 771 * Changed a regular expression in `_TokenizeHTML` that could lead to
|
/external/chromium/third_party/icu/source/i18n/ |
ucol.cpp | 3454 UChar lead; local 3853 UChar lead = getPrevNormalizedChar(source, status); local 3935 UChar lead = getPrevNormalizedChar(source, status); local [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 3320 UChar lead; local 3692 UChar lead = getPrevNormalizedChar(source, status); local 3774 UChar lead = getPrevNormalizedChar(source, status); local [all...] |
/external/dropbear/libtommath/ |
bn.tex | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |