HomeSort by relevance Sort by last modified time
    Searched defs:lead (Results 26 - 39 of 39) sorted by null

12

  /external/icu4c/test/cintltst/
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
815 first!=u_strchr(s+1, lead) ||
816 first!=u_strchr32(s+1, lead) ||
817 first!=u_memchr(s+1, lead, 9) ||
818 first!=u_memchr32(s+1, lead, 9) ||
821 first!=u_strFindFirst(s+1, -1, &lead, 1) ||
823 first!=u_strFindFirst(s+1, 9, &lead, 1) ||
824 first!=u_strrchr(s+1, lead) ||
825 first!=u_strrchr32(s+1, lead) ||
826 first!=u_memrchr(s+1, lead, 9) |
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 365 UChar32 lead=m.char32At(0); local
367 if(getCC(lead)!=0) {
372 (long)start, (long)lead);
377 // Insert (trail, composite) pair into compositions list for the lead character.
379 Norm *leadNorm=createNorm(lead);
394 (long)start, (long)lead, (long)trail);
702 UChar32 lead= c<=0xffff ? c : U16_LEAD(c); local
703 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
844 UChar32 lead= c<=0xffff ? c : U16_LEAD(c) local
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 828 register int lead; local
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
857 if (trail < 0 && lead > 0) {
859 --lead;
860 } else if (lead < 0 && trail > 0) {
862 ++lead;
864 if (lead == 0)
866 else (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail));
931 register int lead; local
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR
    [all...]
  /external/chromium_org/third_party/icu/source/common/
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/icu4c/common/
utext.cpp 129 UChar lead = ut->chunkContents[ut->chunkOffset-1]; local
130 if (U16_IS_LEAD(lead)) {
215 // the original position before the unpaired lead still needs to be restored.
284 // c is an unpaired lead surrogate at the end of the text.
291 // c was an unpaired lead surrogate, not at the end of the text.
317 // (A lead surrogate seen here is just returned as is, as a surrogate value.
330 UChar32 lead = ut->chunkContents[ut->chunkOffset-1]; local
331 if (U16_IS_LEAD(lead) == FALSE) {
337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
338 ut->chunkOffset--; // move iteration position over the lead surrogate
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1707 const char *lead; local
1722 O << lead; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 1850 UChar lead; local
3404 UChar lead; local
3735 UChar lead = getPrevNormalizedChar(source, status); local
3817 UChar lead = getPrevNormalizedChar(source, status); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 1925 UChar lead; local
3479 UChar lead; local
3810 UChar lead = getPrevNormalizedChar(source, status); local
3892 UChar lead = getPrevNormalizedChar(source, status); local
    [all...]
  /external/v8/src/
objects.cc 7112 uint16_t lead = unibrow::Utf16::LeadSurrogate(c); local
7120 uint16_t lead = unibrow::Utf16::LeadSurrogate(c); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 5836 uint16_t lead = StringGet(string, nchars - 2); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7409 uint16_t lead = StringGet(string, nchars - 2); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 470 milliseconds

12