Searched refs:unorm_normalize (Results 1 - 25 of 28) sorted by relevance

12

/external/icu4c/test/perf/normperf/
H A Dnormperf.h258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status);
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status);
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);
273 return unorm_normalize(src,srcLen,UNORM_FCD, options,dest,dstLen,status);
291 return unorm_normalize(src,srcLen,UCOL_DECOMP_CAN, options,dest,dstLen,status);
295 return unorm_normalize(src,srcLen,UCOL_COMPOSE_CAN, options,dest,dstLen,status);
299 return unorm_normalize(src,srcLen,UCOL_DECOMP_COMPAT, options,dest,dstLen,status);
302 return unorm_normalize(src,srcLen,UCOL_COMPOSE_COMPAT, options,dest,dstLen,status);
306 return unorm_normalize(sr
[all...]
H A Dnormperf.cpp79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status);
/external/webkit/Source/WebCore/platform/text/
H A DTextEncoding.cpp96 int32_t normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), length, &err);
100 normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), normalizedLength, &err);
/external/icu4c/common/unicode/
H A Dunorm.h36 * <code>unorm_normalize</code> transforms Unicode text into an equivalent composed or
38 * <code>unorm_normalize</code> supports the standard normalization forms described in
87 * <code>unorm_normalize</code> helps solve these problems by transforming text into the
91 * Finally, <code>unorm_normalize</code> rearranges accents into the proper canonical
112 * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD.
207 unorm_normalize(const UChar *source, int32_t sourceLength,
375 * @see unorm_normalize
408 * @see unorm_normalize
450 * @see unorm_normalize
546 * @see unorm_normalize
[all...]
/external/icu4c/test/cintltst/
H A Dcnormtst.c172 log_verbose("Testing unorm_normalize(%s)\n", modeStrings[mode]);
177 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
178 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
180 log_err("ERROR in unorm_normalize(%s)[%d]: "
188 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
190 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
195 length2=unorm_normalize(source, -1, mode, 0, result, LENGTHOF(result), &status);
197 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
254 len = unorm_normalize(src, srcLen, mode, 0, result, 50, &status);
257 log_data_err("unorm_normalize(
[all...]
H A Dcallcoll.c923 unorm_normalize(X, -1, UNORM_NFD, 0, Y, 20, &status);
924 unorm_normalize(Y, -1, UNORM_NFC, 0, Z, 20, &status);
H A Dcustrtst.c1727 length=unorm_normalize(text, textLength, mode, 0, buffer, LENGTHOF(buffer), &errorCode);
1729 log_data_err("unorm_normalize(mode %d) failed: %s - (Are you missing data?)\n", mode, u_errorName(errorCode));
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dunorm.h30 * <code>unorm_normalize</code> transforms Unicode text into an equivalent composed or
32 * <code>unorm_normalize</code> supports the standard normalization forms described in
81 * <code>unorm_normalize</code> helps solve these problems by transforming text into the
85 * Finally, <code>unorm_normalize</code> rearranges accents into the proper canonical
106 * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
389 * @see unorm_normalize
422 * @see unorm_normalize
464 * @see unorm_normalize
560 * @see unorm_normalize
[all...]
H A Durename.h851 #define unorm_normalize unorm_normalize_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dunorm.h30 * <code>unorm_normalize</code> transforms Unicode text into an equivalent composed or
32 * <code>unorm_normalize</code> supports the standard normalization forms described in
81 * <code>unorm_normalize</code> helps solve these problems by transforming text into the
85 * Finally, <code>unorm_normalize</code> rearranges accents into the proper canonical
106 * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
389 * @see unorm_normalize
422 * @see unorm_normalize
464 * @see unorm_normalize
560 * @see unorm_normalize
[all...]
H A Durename.h851 #define unorm_normalize unorm_normalize_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dunorm.h30 * <code>unorm_normalize</code> transforms Unicode text into an equivalent composed or
32 * <code>unorm_normalize</code> supports the standard normalization forms described in
81 * <code>unorm_normalize</code> helps solve these problems by transforming text into the
85 * Finally, <code>unorm_normalize</code> rearranges accents into the proper canonical
106 * unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
389 * @see unorm_normalize
422 * @see unorm_normalize
464 * @see unorm_normalize
560 * @see unorm_normalize
[all...]
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.cpp177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
192 int32_t destLength=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
197 fprintf(stderr, "error: unorm_normalize(UNORM_NFC) failed: %s\n",
/external/chromium/base/i18n/
H A Dicu_string_conversions.cc282 int actual_length = unorm_normalize(
/external/icu4c/common/
H A Dunorm.cpp97 unorm_normalize(const UChar *src, int32_t srcLength, function
H A Dusprep.cpp615 return unorm_normalize(
/external/icu4c/i18n/
H A Duspoof.cpp638 int32_t normalizedLen = unorm_normalize(
647 normalizedLen = unorm_normalize(s, length, UNORM_NFKD, 0,
682 normalizedLen = unorm_normalize(result, resultLen, UNORM_NFKD, 0, NULL, 0, status);
689 unorm_normalize(result, resultLen, UNORM_NFKD, 0, normedResult, normalizedLen+1, status);
H A Ducol_elm.cpp805 NFCbufLen = unorm_normalize(element->cPoints, element->cSize, UNORM_NFC, 0,
1259 composed->prefixSize = unorm_normalize(element->prefix, element->prefixSize, UNORM_NFC, 0, composed->prefix, 128, status);
1634 //if((noOfDec = unorm_normalize(comp, len, UNORM_NFD, 0, decomp, 256, status)) > 1
1750 decLen = unorm_normalize(data, len, UNORM_NFD, 0, decomp, 256, status);
1751 compLen = unorm_normalize(data, len, UNORM_NFC, 0, comp, 256, status);
1803 newDecLen = unorm_normalize(temp, 1, UNORM_NFD, 0,
1813 compLen = unorm_normalize(newDecomp, newDecLen, UNORM_NFC, 0,
1892 len = unorm_normalize(decomp, decompLen, UNORM_NFC, 0, comp, 256, status);
1911 len = unorm_normalize(decomp, decompLen, UNORM_NFC, 0, comp, 256, status);
H A Duspoof_impl.cpp775 fNormalizedTextLength = unorm_normalize(
783 fNormalizedTextLength = unorm_normalize(text, length, UNORM_NFKD, 0,
H A Dusearch.cpp860 int32_t size = unorm_normalize(text, safeoffset, UNORM_NFD, 0,
870 // U_MEMORY_ALLOCATION_ERROR and unorm_normalize internally
872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm,
1474 unorm_normalize(text + start, offset - start, UNORM_NFD, 0, accents,
1748 unorm_normalize(text + baseoffset, textoffset - baseoffset, UNORM_NFD,
2179 unorm_normalize(text + offset, end - offset, UNORM_NFD, 0, accents,
2411 unorm_normalize(text + textoffset, baseoffset - textoffset, UNORM_NFD,
H A Ducol_tok.cpp2324 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, estimatedSize, status);
2333 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE, status);
H A Ducol_bld.cpp633 nLen = unorm_normalize(src, len, UNORM_NFKD, 0, n, 128, status);
/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp243 int32_t resultLength = unorm_normalize(m_run.data(currentCharacter), 2,
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp844 int32_t length = unorm_normalize(element.ch, element.count, UNORM_NFC, 0, nfc,
1136 int size = unorm_normalize(ch1, se.count, UNORM_NFD, 0, norm, 32,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h851 #define unorm_normalize unorm_normalize_3_2 macro

Completed in 417 milliseconds

12