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

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
263 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
274 * Note that this operation may be significantly slower than hasBoundaryBefore().
289 * Note that this operation may be significantly slower than hasBoundaryBefore().
442 virtual UBool hasBoundaryBefore(UChar32 c) const;
  /external/icu4c/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
398 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
409 * Note that this operation may be significantly slower than hasBoundaryBefore().
424 * Note that this operation may be significantly slower than hasBoundaryBefore().
618 virtual UBool hasBoundaryBefore(UChar32 c) const;
  /external/chromium_org/third_party/icu/source/i18n/
nortrans.cpp 145 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start)));
  /external/icu4c/i18n/
nortrans.cpp 146 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start)));
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 234 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
235 return !set.contains(c) || norm2.hasBoundaryBefore(c);
unorm.cpp 157 if(n2->hasBoundaryBefore(c)) {
170 if(n2->hasBoundaryBefore(c)) {
normalizer2.cpp 93 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
247 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
309 virtual UBool hasBoundaryBefore(UChar32 c) const {
343 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
807 return ((const Normalizer2 *)norm2)->hasBoundaryBefore(c);
normlzr.cpp 485 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) {
509 if(fNorm2->hasBoundaryBefore(c)) {
  /external/icu4c/common/
filterednormalizer2.cpp 251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
252 return !set.contains(c) || norm2.hasBoundaryBefore(c);
unorm.cpp 144 if(n2->hasBoundaryBefore(c)) {
157 if(n2->hasBoundaryBefore(c)) {
normalizer2.cpp 113 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
307 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
373 virtual UBool hasBoundaryBefore(UChar32 c) const {
411 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
    [all...]
normlzr.cpp 484 if(fNorm2->hasBoundaryBefore(c=text->next32PostInc())) {
508 if(fNorm2->hasBoundaryBefore(c)) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 133 milliseconds