HomeSort by relevance Sort by last modified time
    Searched full:conts (Results 1 - 20 of 20) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 1193 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos); local
    [all...]
ucol_sit.cpp 676 USet *conts; member in struct:contContext
690 USet *contractions = context->conts;
801 * @param conts the set to hold the result
818 * @param conts the set to hold the result
ucol_imp.h 160 * uint32_t conts; - offset to continuation table (uint16_t *). Contains code units that transform to a same CE.
891 uint32_t conts; member in struct:__anon2894
    [all...]
ucol_tok.cpp     [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 1193 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos); local
    [all...]
ucol_sit.cpp 675 USet *conts; member in struct:contContext
689 USet *contractions = context->conts;
800 * @param conts the set to hold the result
817 * @param conts the set to hold the result
ucol_imp.h 164 * uint32_t conts; - offset to continuation table (uint16_t *). Contains code units that transform to a same CE.
918 uint32_t conts; member in struct:__anon3913
    [all...]
ucol_tok.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
ucol_swp.c 385 header.conts= ds->readUInt32(inHeader->conts);
395 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
396 outBytes+header.conts, pErrorCode);
  /external/icu4c/common/
ucol_swp.cpp 428 header.conts= ds->readUInt32(inHeader->conts);
438 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
439 outBytes+header.conts, pErrorCode);
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 2135 USet *conts = uset_open(0,0); local
    [all...]
cmsccoll.c 3072 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos); local
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 2123 USet *conts = uset_open(0,0); local
    [all...]
cmsccoll.c 3078 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos); local
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 337 * @param conts the set to hold the result. It gets emptied before
346 USet *conts,
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 367 result->conts = headerByteSize + inverseTableByteSize;
370 memcpy((uint8_t *)result + result->conts, stringContinue, contsByteSize);
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 342 * @param conts the set to hold the result. It gets emptied before
351 USet *conts,
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 367 result->conts = headerByteSize + inverseTableByteSize;
370 memcpy((uint8_t *)result + result->conts, stringContinue, contsByteSize);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 350 * @param conts the set to hold the result. It gets emptied before
359 USet *conts,
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 350 * @param conts the set to hold the result. It gets emptied before
359 USet *conts,
    [all...]

Completed in 959 milliseconds