OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRawLength
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
inputext.h
54
int32_t
fRawLength
; // Length of data in fRawInput array.
csrutf8.cpp
35
if (det->
fRawLength
>= 3 &&
41
for (i=0; i < det->
fRawLength
; i += 1) {
69
if (i >= det->
fRawLength
) {
inputext.cpp
35
fRawLength
(0)
54
fRawLength
= len == -1? (int32_t)uprv_strlen(in) : len;
98
for (srci = 0; srci <
fRawLength
&& dsti < BUFFER_SIZE; srci += 1) {
128
(fInputLen < 100 &&
fRawLength
>600))
130
int32_t limit =
fRawLength
;
csrucode.cpp
34
int32_t length = textIn->
fRawLength
;
57
int32_t length = textIn->
fRawLength
;
75
int32_t limit = (textIn->
fRawLength
/ 4) * 4;
csmatch.cpp
52
int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->
fRawLength
, status);
csrmbcs.cpp
132
if (nextIndex >= det->
fRawLength
) {
/external/icu4c/i18n/
inputext.h
54
int32_t
fRawLength
; // Length of data in fRawInput array.
csrutf8.cpp
36
if (input->
fRawLength
>= 3 &&
42
for (i=0; i < input->
fRawLength
; i += 1) {
70
if (i >= input->
fRawLength
) {
inputext.cpp
35
fRawLength
(0)
54
fRawLength
= len == -1? (int32_t)uprv_strlen(in) : len;
98
for (srci = 0; srci <
fRawLength
&& dsti < BUFFER_SIZE; srci += 1) {
128
(fInputLen < 100 &&
fRawLength
>600))
130
int32_t limit =
fRawLength
;
csmatch.cpp
62
int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->
fRawLength
, status);
csrucode.cpp
78
int32_t limit = (textIn->
fRawLength
/ 4) * 4;
csrmbcs.cpp
133
if (nextIndex >= det->
fRawLength
) {
/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 65 milliseconds