OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID_DELIM
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/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
55
static const UChar
ID_DELIM
= 0x003B; /*;*/
[
all
...]
/external/icu4c/i18n/
cpdtrans.cpp
24
static const UChar
ID_DELIM
= 0x003B; /*;*/
224
newID.append(
ID_DELIM
);
236
* with
ID_DELIM
delimiting them. Equivalent to the perlish expression
237
* join(
ID_DELIM
, map($_.getID(), transliterators).
244
id.append(
ID_DELIM
);
405
rulesSource.append(COLON_COLON, 2).append(getFilter()->toPattern(pat, escapeUnprintable)).append(
ID_DELIM
);
423
} else if (trans[i]->getID().indexOf(
ID_DELIM
) >= 0) {
432
_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
56
static const UChar
ID_DELIM
= 0x003B; /*;*/
[
all
...]
/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 823 milliseconds