Searched refs:doNormalize (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dunorm.cpp118 UBool doNormalize, UBool *pNeededToNormalize,
162 if(buffer.length()>0 && doNormalize) {
178 UBool doNormalize, UBool *pNeededToNormalize,
188 &fn2, doNormalize, pNeededToNormalize, pErrorCode);
191 n2, doNormalize, pNeededToNormalize, pErrorCode);
198 UBool doNormalize, UBool *pNeededToNormalize,
203 doNormalize, pNeededToNormalize,
211 UBool doNormalize, UBool *pNeededToNormalize,
216 doNormalize, pNeededToNormalize,
115 _iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
175 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
195 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
208 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
H A Dnorm2allmodes.h75 UBool doNormalize,
91 normalizeAndAppend(secondArray, secondArray+second.length(), doNormalize,
102 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
198 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
201 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
230 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
233 impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode);
301 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
304 impl.makeFCDAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
73 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
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 Dnormalizer2.cpp315 UBool doNormalize,
341 doNormalize, safeMiddle, buffer, *pErrorCode);
357 if(doNormalize) {
312 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java118 StringBuilder first, CharSequence second, boolean doNormalize) {
123 second, doNormalize,
128 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer);
176 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) {
177 impl.decomposeAndAppend(src, doNormalize, buffer);
207 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) {
208 impl.composeAndAppend(src, doNormalize, onlyContiguous, buffer);
262 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) {
263 impl.makeFCDAndAppend(src, doNormalize, buffer);
117 normalizeSecondAndAppend( StringBuilder first, CharSequence second, boolean doNormalize) argument
127 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) argument
175 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) argument
206 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) argument
261 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java256 boolean doNormalize) {
261 if(doNormalize) {
273 if(doNormalize) {
281 if(doNormalize) {
291 if(doNormalize) {
255 normalizeSecondAndAppend(StringBuilder first, CharSequence second, boolean doNormalize) argument
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h338 * The second step is optional, per the doNormalize parameter.
345 * if normalization was requested (doNormalize) and successful (especially, no
350 * If doNormalize==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE
353 * If doNormalize==FALSE then *pNeededToNormalize will be set to FALSE.
364 * @param doNormalize Indicates if the source text up to the next boundary
369 * Always FALSE if !doNormalize.
383 UBool doNormalize, UBool *pNeededToNormalize,
397 * @param doNormalize Indicates if the source text up to the next boundary
402 * Always FALSE if !doNormalize.
416 UBool doNormalize, UBoo
[all...]
H A Dnormalizer2.h648 UBool doNormalize,
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/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 2024 milliseconds