Searched defs:firstCP (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.cpp451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { argument
454 FROM_U_USE_FALLBACK(useFallback, firstCP)) &&
509 * @param firstCP the first code point before all the other UChars
524 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
529 UChar32 firstCP,
548 /* trie lookup of firstCP */
549 idx=firstCP>>10; /* stage 1 index */
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
592 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) {
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { argument
454 FROM_U_USE_FALLBACK(useFallback, firstCP)) &&
509 * @param firstCP the first code point before all the other UChars
524 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
529 UChar32 firstCP,
548 /* trie lookup of firstCP */
549 idx=firstCP>>10; /* stage 1 index */
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
592 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) {
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
[all...]

Completed in 103 milliseconds