OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInert
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/unicode/
normalizer2.h
61
* The hasBoundaryBefore(), hasBoundaryAfter() and
isInert
() functions test whether
294
virtual UBool
isInert
(UChar32 c) const = 0;
461
virtual UBool
isInert
(UChar32 c) const;
/external/icu4c/common/
filterednormalizer2.cpp
244
FilteredNormalizer2::
isInert
(UChar32 c) const {
245
return !set.contains(c) || norm2.
isInert
(c);
normalizer2.cpp
95
virtual UBool
isInert
(UChar32) const { return TRUE; }
249
virtual UBool
isInert
(UChar32 c) const { return impl.isDecompInert(c); }
315
virtual UBool
isInert
(UChar32 c) const {
345
virtual UBool
isInert
(UChar32 c) const { return impl.isFCDInert(c); }
817
return ((const Normalizer2 *)norm2)->
isInert
(c);
normalizer2impl.h
373
static UBool
isInert
(uint16_t norm16) { return norm16==0; }
uprops.cpp
100
return U_SUCCESS(errorCode) && norm2->
isInert
(c);
normalizer2impl.cpp
[
all
...]
/external/icu4c/test/intltest/
tstnorm.cpp
[
all
...]
Completed in 1157 milliseconds