HomeSort by relevance Sort by last modified time
    Searched refs:fcd16 (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/i18n/
collationfcd.h 116 * @param fcd16 the FCD value (lccc/tccc combination) of a code point
117 * @return TRUE if fcd16 is from U+0F73, U+0F75 or U+0F81
119 static inline UBool isFCD16OfTibetanCompositeVowel(uint16_t fcd16) {
120 return fcd16 == 0x8182 || fcd16 == 0x8184;
uitercollationiterator.cpp 312 // Fetch the next character and its fcd16 value.
315 uint16_t fcd16 = nfcImpl.getFCD16(c);
316 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
323 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
341 prevCC = (uint8_t)fcd16;
393 // Fetch the previous character and its fcd16 value.
396 uint16_t fcd16 = nfcImpl.getFCD16(c);
397 uint8_t trailCC = (uint8_t)fcd16;
405 CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
407 while(fcd16 > 0xff)
    [all...]
utf8collationiterator.cpp 394 // Fetch the next character and its fcd16 value.
398 uint16_t fcd16 = nfcImpl.getFCD16(c);
399 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
406 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
424 prevCC = (uint8_t)fcd16;
473 // Fetch the previous character and its fcd16 value.
477 uint16_t fcd16 = nfcImpl.getFCD16(c);
478 uint8_t trailCC = (uint8_t)fcd16;
486 CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
488 while(fcd16 > 0xff && pos != 0)
    [all...]
utf16collationiterator.cpp 379 // Fetch the next character's fcd16 value.
381 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
382 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
388 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
397 prevCC = (uint8_t)fcd16;
443 // Fetch the previous character's fcd16 value.
445 uint16_t fcd16 = nfcImpl.previousFCD16(rawStart, p);
446 uint8_t trailCC = (uint8_t)fcd16;
453 CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
457 } while(fcd16 > 0xff && p != rawStart &
    [all...]
collationiterator.cpp 578 uint16_t fcd16 = d->getFCD16(c); local
579 U_ASSERT(fcd16 > 0xff); // The caller checked this already, as a shortcut.
587 uint8_t prevCC = (uint8_t)fcd16;
588 fcd16 = d->getFCD16(nextCp);
589 if(fcd16 <= 0xff) {
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) {
642 prevCC = (uint8_t)fcd16;
646 fcd16 = d->getFCD16(c);
647 if(fcd16 <= 0xff) {
    [all...]
collationdatabuilder.cpp 1411 uint16_t fcd16 = nfcImpl.getFCD16(suffix.char32At(0)); local
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 369 // They might have different non-zero FCD16 values.
371 uint16_t fcd16=impl.getFCD16(start); local
372 if(fcd16>0xff) { set.add(start); }
375 uint16_t fcd16=impl.getFCD16(start); local
376 if(fcd16>0xff) { set.add(start, end); }
411 // They might have different non-zero FCD16 values.
414 uint16_t fcd16=ctx->impl.getFCD16(start); local
415 if(fcd16!=prevFCD16) {
417 prevFCD16=fcd16;
791 // fcd16<=1 || trailCC==
1698 uint16_t fcd16=0; local
    [all...]
normalizer2impl.h 476 uint16_t fcd16=getFCD16(c); local
477 return fcd16<=1 || (fcd16&0xff)==0;
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.h 458 uint16_t fcd16=getFCD16(c); local
459 return fcd16<=1 || (fcd16&0xff)==0;
normalizer2impl.cpp 689 // fcd16<=1 || trailCC==0
1596 uint16_t fcd16=0; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1716 milliseconds