OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stateprops
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
491
enumToU(UConverterMBCSTable *mbcsTable, int8_t
stateProps
[],
508
b=(
stateProps
[state]&0x38)<<2;
509
if(b==0 &&
stateProps
[state]>=0x40) {
514
limit=((
stateProps
[state]&7)+1)<<5;
519
if(
stateProps
[nextState]>=0) {
522
mbcsTable,
stateProps
, nextState,
588
* Only called if
stateProps
[state]==-1.
589
* A recursive call may do
stateProps
[state]|=0x40 if this state is the target of an
593
getStateProp(const int32_t (*stateTable)[256], int8_t
stateProps
[], int state) {
598
stateProps
[state]=0
[
all
...]
/external/icu4c/common/
ucnvmbcs.c
494
enumToU(UConverterMBCSTable *mbcsTable, int8_t
stateProps
[],
511
b=(
stateProps
[state]&0x38)<<2;
512
if(b==0 &&
stateProps
[state]>=0x40) {
517
limit=((
stateProps
[state]&7)+1)<<5;
522
if(
stateProps
[nextState]>=0) {
525
mbcsTable,
stateProps
, nextState,
591
* Only called if
stateProps
[state]==-1.
592
* A recursive call may do
stateProps
[state]|=0x40 if this state is the target of an
596
getStateProp(const int32_t (*stateTable)[256], int8_t
stateProps
[], int state) {
601
stateProps
[state]=0
[
all
...]
Completed in 1528 milliseconds