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

  /external/chromium/third_party/icu/source/i18n/
cpdtrans.cpp 24 static const UChar ID_DELIM = 0x003B; /*;*/
226 newID.append(ID_DELIM);
238 * with ID_DELIM delimiting them. Equivalent to the perlish expression
239 * join(ID_DELIM, map($_.getID(), transliterators).
246 id.append(ID_DELIM);
407 rulesSource.append(COLON_COLON).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
425 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
434 _smartAppend(rulesSource, ID_DELIM);
tridpars.cpp 30 static const UChar ID_DELIM = 0x003B; // ;
248 * ID_DELIM character. May be NULL.
305 canonID->append(pattern).append(ID_DELIM);
312 canonID->insert(pattern.length(), ID_DELIM);
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
411 canonID.append(ID_DELIM);
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
translit.cpp 53 static const UChar ID_DELIM = 0x003B; /*;*/
    [all...]
  /external/icu4c/i18n/
cpdtrans.cpp 24 static const UChar ID_DELIM = 0x003B; /*;*/
226 newID.append(ID_DELIM);
238 * with ID_DELIM delimiting them. Equivalent to the perlish expression
239 * join(ID_DELIM, map($_.getID(), transliterators).
246 id.append(ID_DELIM);
407 rulesSource.append(COLON_COLON).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
425 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
434 _smartAppend(rulesSource, ID_DELIM);
tridpars.cpp 30 static const UChar ID_DELIM = 0x003B; // ;
248 * ID_DELIM character. May be NULL.
305 canonID->append(pattern).append(ID_DELIM);
312 canonID->insert(pattern.length(), ID_DELIM);
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
411 canonID.append(ID_DELIM);
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
translit.cpp 53 static const UChar ID_DELIM = 0x003B; /*;*/
    [all...]

Completed in 352 milliseconds