OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appendzerocc
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
normalizer2impl.cpp
127
UBool ReorderingBuffer::
appendZeroCC
(UChar32 c, UErrorCode &errorCode) {
145
UBool ReorderingBuffer::
appendZeroCC
(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
417
buffer->
appendZeroCC
(prevSrc, src, errorCode);
478
if(!buffer->
appendZeroCC
(prevSrc, src, errorCode)) {
543
return buffer.
appendZeroCC
(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
657
if(limit==NULL) { //
appendZeroCC
() needs limit!=NULL
662
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/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
126
UBool ReorderingBuffer::
appendZeroCC
(UChar32 c, UErrorCode &errorCode) {
144
UBool ReorderingBuffer::
appendZeroCC
(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
394
buffer->
appendZeroCC
(prevSrc, src, errorCode);
455
if(!buffer->
appendZeroCC
(prevSrc, src, errorCode)) {
520
return buffer.
appendZeroCC
(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
588
buffer.
appendZeroCC
(iter.codePointStart, limit, errorCode);
[
all
...]
normalizer2impl.h
145
UBool
appendZeroCC
(UChar32 c, UErrorCode &errorCode);
146
UBool
appendZeroCC
(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
Completed in 69 milliseconds