OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_SEP
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp
31
static const UChar
TARGET_SEP
= 0x002D; // -
554
int32_t sep = id.indexOf(
TARGET_SEP
);
601
id.append(
TARGET_SEP
).append(target);
737
if ((c ==
TARGET_SEP
&& target.length() == 0) ||
764
case
TARGET_SEP
:
820
buf.append(specs->source).append(
TARGET_SEP
);
823
basicPrefix.append(
TARGET_SEP
);
827
buf.append(specs->target).append(
TARGET_SEP
).append(specs->source);
871
buf.append(ANY).append(
TARGET_SEP
);
876
basicID.append(
TARGET_SEP
).append(*inverseTarget)
[
all
...]
anytrans.cpp
28
static const UChar
TARGET_SEP
= 45; // '-'
283
id.append(
TARGET_SEP
).append(target);
translit.cpp
54
static const UChar
TARGET_SEP
= 0x002D; /*-*/
729
* transliterator at the first
TARGET_SEP
. If there is no
TARGET_SEP
, then the
758
ID.append(
TARGET_SEP
).append(target).append(variant);
[
all
...]
/external/icu4c/i18n/
tridpars.cpp
31
static const UChar
TARGET_SEP
= 0x002D; // -
554
int32_t sep = id.indexOf(
TARGET_SEP
);
601
id.append(
TARGET_SEP
).append(target);
737
if ((c ==
TARGET_SEP
&& target.length() == 0) ||
764
case
TARGET_SEP
:
820
buf.append(specs->source).append(
TARGET_SEP
);
823
basicPrefix.append(
TARGET_SEP
);
827
buf.append(specs->target).append(
TARGET_SEP
).append(specs->source);
871
buf.append(ANY, 3).append(
TARGET_SEP
);
876
basicID.append(
TARGET_SEP
).append(*inverseTarget)
[
all
...]
anytrans.cpp
28
static const UChar
TARGET_SEP
= 45; // '-'
283
id.append(
TARGET_SEP
).append(target);
translit.cpp
55
static const UChar
TARGET_SEP
= 0x002D; /*-*/
726
* transliterator at the first
TARGET_SEP
. If there is no
TARGET_SEP
, then the
755
ID.append(
TARGET_SEP
).append(target).append(variant);
[
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 343 milliseconds