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

  /external/chromium_org/third_party/icu/source/i18n/
uni2name.cpp 27 static const UChar CLOSE_DELIM = 125; // "}"
101 str.append(UnicodeString(buf, len, US_INV)).append(CLOSE_DELIM);
name2uni.cpp 30 static const UChar CLOSE_DELIM = 125; // '}'
179 if (c == CLOSE_DELIM) {
196 // assert(UTF_CHAR_LENGTH(CLOSE_DELIM) == 1);
197 cursor++; // advance over CLOSE_DELIM
  /external/icu4c/i18n/
uni2name.cpp 28 static const UChar CLOSE_DELIM = 125; // "}"
102 str.append(UnicodeString(buf, len, US_INV)).append(CLOSE_DELIM);
name2uni.cpp 32 static const UChar CLOSE_DELIM = 125; // '}'
181 if (c == CLOSE_DELIM) {
198 // assert(U16_LENGTH(CLOSE_DELIM) == 1);
199 cursor++; // advance over CLOSE_DELIM
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 63 milliseconds