Searched defs:doNormalize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dfilterednormalizer2.cpp103 UBool doNormalize,
115 if(doNormalize) {
127 if(doNormalize) {
134 if(doNormalize) {
144 if(doNormalize) {
101 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
H A Dunorm.cpp120 UBool doNormalize, UBool *pNeededToNormalize,
164 if(buffer.length()>0 && doNormalize) {
180 UBool doNormalize, UBool *pNeededToNormalize,
190 &fn2, doNormalize, pNeededToNormalize, pErrorCode);
193 n2, doNormalize, pNeededToNormalize, pErrorCode);
200 UBool doNormalize, UBool *pNeededToNormalize,
205 doNormalize, pNeededToNormalize,
213 UBool doNormalize, UBool *pNeededToNormalize,
218 doNormalize, pNeededToNormalize,
117 _iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
H A Dnormalizer2.cpp170 UBool doNormalize,
186 normalizeAndAppend(secondArray, secondArray+second.length(), doNormalize,
197 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
295 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
298 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
329 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
332 impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode);
402 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
405 impl.makeFCDAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
778 UBool doNormalize,
168 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
775 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp103 UBool doNormalize,
115 if(doNormalize) {
127 if(doNormalize) {
134 if(doNormalize) {
144 if(doNormalize) {
101 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
H A Dunorm.cpp120 UBool doNormalize, UBool *pNeededToNormalize,
164 if(buffer.length()>0 && doNormalize) {
180 UBool doNormalize, UBool *pNeededToNormalize,
190 &fn2, doNormalize, pNeededToNormalize, pErrorCode);
193 n2, doNormalize, pNeededToNormalize, pErrorCode);
200 UBool doNormalize, UBool *pNeededToNormalize,
205 doNormalize, pNeededToNormalize,
213 UBool doNormalize, UBool *pNeededToNormalize,
218 doNormalize, pNeededToNormalize,
117 _iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
H A Dnormalizer2.cpp170 UBool doNormalize,
186 normalizeAndAppend(secondArray, secondArray+second.length(), doNormalize,
197 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
295 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
298 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
329 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
332 impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode);
402 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
405 impl.makeFCDAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
778 UBool doNormalize,
168 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
775 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 103 milliseconds