OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCETag
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.h
36
((
getCETag
((CE)) == CONTRACTION_TAG)||(
getCETag
((CE)) == SPEC_PROC_TAG)))
ucol_sit.cpp
697
if(isSpecial(CE) &&
getCETag
(CE) == CONTRACTION_TAG && isSpecial(newCE) &&
getCETag
(newCE) == SPEC_PROC_TAG && addPrefixes) {
702
if(expansions && isSpecial(CE) &&
getCETag
(CE) == EXPANSION_TAG) {
710
if(
getCETag
(CE) == SPEC_PROC_TAG && addPrefixes) {
719
if(isSpecial(newCE) && (
getCETag
(newCE) == CONTRACTION_TAG ||
getCETag
(newCE) == SPEC_PROC_TAG)) {
725
if(expansions && isSpecial(newCE) &&
getCETag
(newCE) == EXPANSION_TAG) {
731
} else if(
getCETag
(CE) == CONTRACTION_TAG) {
739
if(isSpecial(newCE) && (
getCETag
(newCE) == CONTRACTION_TAG ||
getCETag
(newCE) == SPEC_PROC_TAG))
[
all
...]
ucol_cnt.cpp
203
*(CEPointer+j) = constructContractCE(
getCETag
(*(CEPointer+j)), table->offsets[getContractOffset(*(CEPointer+j))]);
220
CE = constructContractCE(
getCETag
(CE), table->offsets[getContractOffset(CE)]);
ucol_imp.h
627
#define
getCETag
(CE) (((CE)&UCOL_TAG_MASK)>>UCOL_TAG_SHIFT)
628
#define isContraction(CE) (isSpecial((CE)) && (
getCETag
((CE)) == CONTRACTION_TAG))
629
#define isPrefix(CE) (isSpecial((CE)) && (
getCETag
((CE)) == SPEC_PROC_TAG))
[
all
...]
ucol_elm.cpp
[
all
...]
ucol.cpp
[
all
...]
/external/icu4c/i18n/
ucol_cnt.h
36
((
getCETag
((CE)) == CONTRACTION_TAG)||(
getCETag
((CE)) == SPEC_PROC_TAG)))
ucol_sit.cpp
741
if(isSpecial(CE) &&
getCETag
(CE) == CONTRACTION_TAG && isSpecial(newCE) &&
getCETag
(newCE) == SPEC_PROC_TAG && addPrefixes) {
746
if(expansions && isSpecial(CE) &&
getCETag
(CE) == EXPANSION_TAG) {
754
if(
getCETag
(CE) == SPEC_PROC_TAG && addPrefixes) {
763
if(isSpecial(newCE) && (
getCETag
(newCE) == CONTRACTION_TAG ||
getCETag
(newCE) == SPEC_PROC_TAG)) {
769
if(expansions && isSpecial(newCE) &&
getCETag
(newCE) == EXPANSION_TAG) {
775
} else if(
getCETag
(CE) == CONTRACTION_TAG) {
783
if(isSpecial(newCE) && (
getCETag
(newCE) == CONTRACTION_TAG ||
getCETag
(newCE) == SPEC_PROC_TAG))
[
all
...]
ucol_cnt.cpp
203
*(CEPointer+j) = constructContractCE(
getCETag
(*(CEPointer+j)), table->offsets[getContractOffset(*(CEPointer+j))]);
220
CE = constructContractCE(
getCETag
(CE), table->offsets[getContractOffset(CE)]);
ucol_imp.h
643
#define
getCETag
(CE) (((CE)&UCOL_TAG_MASK)>>UCOL_TAG_SHIFT)
644
#define isContraction(CE) (isSpecial((CE)) && (
getCETag
((CE)) == CONTRACTION_TAG))
645
#define isPrefix(CE) (isSpecial((CE)) && (
getCETag
((CE)) == SPEC_PROC_TAG))
[
all
...]
ucol_elm.cpp
[
all
...]
ucol.cpp
[
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 219 milliseconds