HomeSort by relevance Sort by last modified time
    Searched refs:appendZeroCC (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
416 buffer->appendZeroCC(prevSrc, src, errorCode);
477 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) {
542 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
656 if(limit==NULL) { // appendZeroCC() needs limit!=NULL
661 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
    [all...]
normalizer2impl.h 164 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
165 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
486 buffer->appendZeroCC(prevSrc, src, errorCode);
579 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) {
644 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
758 if(limit==NULL) { // appendZeroCC() needs limit!=NULL
763 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
    [all...]
normalizer2impl.h 168 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
169 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 195 milliseconds