HomeSort by relevance Sort by last modified time
    Searched defs:decompose (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/common/
normlzr.cpp 216 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
  /external/icu4c/common/
normlzr.cpp 164 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
normalizer2impl.cpp 378 Normalizer2Impl::decompose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
444 if(!decompose(c, norm16, *buffer, errorCode)) {
464 // Decompose a short piece of text which is likely to contain characters that
475 if(!decompose(c, norm16, buffer, errorCode)) {
482 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16, function in class:Normalizer2Impl
489 // c does not decompose
492 // Hangul syllable: decompose algorithmically
494 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
521 // c does not decompose
524 // Hangul syllable: decompose algorithmicall
    [all...]
normalizer2impl.h 73 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul
315 const UChar *decompose(const UChar *src, const UChar *limit,
436 UBool decompose(UChar32 c, uint16_t norm16,
  /external/icu4c/layout/
HangulLayoutEngine.cpp 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) function
172 le_int32 c = decompose(ch, lead, vowel, trail);
  /external/icu4c/tools/gennorm2/
n2builder.cpp 404 didDecompose|=builder.decompose(start, end, value);
411 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { function in class:Normalizer2DataBuilder
471 int32_t hangulLength=Hangul::decompose(c, buffer);
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 279 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedType& result) function in namespace:WebCore
1046 bool TransformationMatrix::decompose(DecomposedType& decomp) const function in class:WebCore::TransformationMatrix
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 723 def decompose(self): member in class:Tag
728 i.decompose()
    [all...]

Completed in 139 milliseconds