Searched defs:isNormalized (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dnormlzr.h278 * @see isNormalized
294 * @see isNormalized
321 isNormalized(const UnicodeString &src, UNormalizationMode mode, UErrorCode &errorCode);
324 * Test if a string is in a given normalization form; same as the other version of isNormalized
339 isNormalized(const UnicodeString &src, UNormalizationMode mode, int32_t options, UErrorCode &errorCode);
776 Normalizer::isNormalized(const UnicodeString& source, function in class:Normalizer
779 return isNormalized(source, mode, 0, status);
/external/icu/icu4c/source/common/unicode/
H A Dnormlzr.h278 * @see isNormalized
294 * @see isNormalized
321 isNormalized(const UnicodeString &src, UNormalizationMode mode, UErrorCode &errorCode);
324 * Test if a string is in a given normalization form; same as the other version of isNormalized
339 isNormalized(const UnicodeString &src, UNormalizationMode mode, int32_t options, UErrorCode &errorCode);
776 Normalizer::isNormalized(const UnicodeString& source, function in class:Normalizer
779 return isNormalized(source, mode, 0, status);
/external/chromium_org/third_party/icu/source/common/
H A Dfilterednormalizer2.cpp174 FilteredNormalizer2::isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:FilteredNormalizer2
185 if( !norm2.isNormalized(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode) ||
H A Dnormlzr.cpp188 Normalizer::isNormalized(const UnicodeString& source, function in class:Normalizer
195 isNormalized(source, status);
197 return n2->isNormalized(source, status);
H A Ddictbe.cpp980 UBool isNormalized = local
982 Normalizer::isNormalized(inputString, norm_mode, status);
990 if (isNormalized) {
H A Dnormalizer2.cpp103 isNormalized(const UnicodeString &, UErrorCode &) const { function in class:NoopNormalizer2
242 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:Normalizer2WithImpl
256 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO;
336 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:ComposeNormalizer2
912 return ((const Normalizer2 *)norm2)->isNormalized(sString, *pErrorCode);
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp174 FilteredNormalizer2::isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:FilteredNormalizer2
185 if( !norm2.isNormalized(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode) ||
H A Dnormlzr.cpp188 Normalizer::isNormalized(const UnicodeString& source, function in class:Normalizer
195 isNormalized(source, status);
197 return n2->isNormalized(source, status);
H A Ddictbe.cpp983 UBool isNormalized = local
985 Normalizer::isNormalized(inputString, norm_mode, status);
993 if (isNormalized) {
H A Dnormalizer2.cpp103 isNormalized(const UnicodeString &, UErrorCode &) const { function in class:NoopNormalizer2
242 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:Normalizer2WithImpl
256 return Normalizer2WithImpl::isNormalized(s, errorCode) ? UNORM_YES : UNORM_NO;
336 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { function in class:ComposeNormalizer2
912 return ((const Normalizer2 *)norm2)->isNormalized(sString, *pErrorCode);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java186 if (!isNormalized())
192 public boolean isNormalized() method in class:ECPoint
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c15755 int isNormalized);
24443 int isNormalized)
24451 if ((! isNormalized) && \
24456 isNormalized = 1; \
24436 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *retVal, int fireErrors, int normalize, int isNormalized) argument
/external/libxml2/
H A Dxmlschemas.c15784 int isNormalized);
24472 int isNormalized)
24480 if ((! isNormalized) && \
24485 isNormalized = 1; \
24465 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *retVal, int fireErrors, int normalize, int isNormalized) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 900 milliseconds