HomeSort by relevance Sort by last modified time
    Searched defs:LocalizationInfo (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
rbnf.cpp 76 class LocalizationInfo : public UMemory {
78 virtual ~LocalizationInfo() {}
82 LocalizationInfo() : refcount(0) {}
84 LocalizationInfo* ref(void) {
89 LocalizationInfo* unref(void) {
96 virtual UBool operator==(const LocalizationInfo* rhs) const;
97 inline UBool operator!=(const LocalizationInfo* rhs) const { return !operator==(rhs); }
112 //UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(LocalizationInfo)
127 LocalizationInfo::operator==(const LocalizationInfo* rhs) const
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 863 milliseconds