Searched refs:fInputLen (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | inputext.cpp | 51 fInputLen = 0; in setText() 119 fInputLen = dsti; in MungeInput() 128 (fInputLen < 100 && fRawLength>600)) in MungeInput() 140 fInputLen = srci; in MungeInput() 150 for (srci = 0; srci < fInputLen; srci += 1) { in MungeInput()
|
D | csr2022.cpp | 146 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escap… in match() 156 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escap… in match() 166 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escap… in match()
|
D | csrsbcs.cpp | 90 if (byteIndex >= det->fInputLen) { in nextByte() 1235 prev_fInputBytesLength = textIn->fInputLen; in matchInit() 1243 textIn->fInputLen = length; in matchInit() 1300 textIn->fInputLen = prev_fInputBytesLength; in matchFinish()
|
D | inputext.h | 42 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
|
/external/chromium/third_party/icu/source/i18n/ |
D | inputext.cpp | 51 fInputLen = 0; in setText() 119 fInputLen = dsti; in MungeInput() 128 (fInputLen < 100 && fRawLength>600)) in MungeInput() 140 fInputLen = srci; in MungeInput() 150 for (srci = 0; srci < fInputLen; srci += 1) { in MungeInput()
|
D | csr2022.cpp | 146 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escap… in match() 156 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escap… in match() 166 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escap… in match()
|
D | csrsbcs.cpp | 90 if (byteIndex >= det->fInputLen) { in nextByte() 1235 prev_fInputBytesLength = textIn->fInputLen; in matchInit() 1243 textIn->fInputLen = length; in matchInit() 1300 textIn->fInputLen = prev_fInputBytesLength; in matchFinish()
|
D | inputext.h | 42 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
|