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

  /external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp 43 SelectFormat::SelectFormat(const UnicodeString& pat, UErrorCode& status) : parsedValuesHash(NULL) {
51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), parsedValuesHash(NULL) {
54 copyHashtable(other.parsedValuesHash, status);
66 if (parsedValuesHash != NULL) {
70 parsedValuesHash = new Hashtable(TRUE, status);
75 if (parsedValuesHash == NULL) {
81 parsedValuesHash->setValueComparator(uhash_compareCaselessUnicodeString);
85 if (parsedValuesHash != NULL) {
86 delete parsedValuesHash;
87 parsedValuesHash = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
selfmt.h 356 Hashtable *parsedValuesHash;

Completed in 1747 milliseconds