OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LABEL_LENGTH
(Results
1 - 16
of
16
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
obj-evax.c
226
#define
MAX_LABEL_LENGTH
60
242
if (len <=
MAX_LABEL_LENGTH
)
281
if (strlen (base_id) >
MAX_LABEL_LENGTH
)
313
identifiers to an arbitrary length (set by
MAX_LABEL_LENGTH
).
340
The resulting identifier will be
MAX_LABEL_LENGTH
characters long.
451
equal to
MAX_LABEL_LENGTH
characters long. The string returned from
455
static char newname[
MAX_LABEL_LENGTH
+ 1];
464
if ((len = strlen (name)) <=
MAX_LABEL_LENGTH
)
467
final_len =
MAX_LABEL_LENGTH
- 2 - 5 - 3 - 3 - suffix_length;
475
newname [
MAX_LABEL_LENGTH
] = 0
[
all
...]
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java
41
public static final int
MAX_LABEL_LENGTH
= 11;
362
if (label.length() >
MAX_LABEL_LENGTH
) throw new
FatDirectoryEntry.java
226
for (int i=0; i < AbstractDirectory.
MAX_LABEL_LENGTH
; i++) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
IDNA2003.java
26
private static final int
MAX_LABEL_LENGTH
= 63;
255
if(dest.length() >
MAX_LABEL_LENGTH
){
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java
24
private static final int
MAX_LABEL_LENGTH
= 63;
227
if(dest.length() >
MAX_LABEL_LENGTH
){
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java
24
private static final int
MAX_LABEL_LENGTH
= 63;
254
if(dest.length() >
MAX_LABEL_LENGTH
){
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java
23
private static final int
MAX_LABEL_LENGTH
= 63;
226
if(dest.length() >
MAX_LABEL_LENGTH
){
/external/icu/icu4c/source/common/
uidna.cpp
34
#define
MAX_LABEL_LENGTH
63
35
/* The Max length of the labels should not be more than
MAX_LABEL_LENGTH
*/
377
if(reqLength >
MAX_LABEL_LENGTH
){
/external/icu/icu4c/source/test/intltest/
idnaref.cpp
34
#define
MAX_LABEL_LENGTH
63
393
if(reqLength >
MAX_LABEL_LENGTH
){
/prebuilts/devtools/tools/lib/
fat32lib.jar
/prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 658 milliseconds