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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 146 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start)));
  /external/icu/icu4c/source/i18n/
nortrans.cpp 146 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start)));
collationruleparser.cpp 278 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) {
  /external/chromium_org/third_party/icu/source/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 114 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
374 virtual UBool hasBoundaryBefore(UChar32 c) const {
412 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)) {
  /external/icu/icu4c/source/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 114 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
308 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
374 virtual UBool hasBoundaryBefore(UChar32 c) const {
412 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 399 milliseconds