Searched refs:idLength (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Did.c22 REGISTER_SYMID(idLength, "length");
H A Dcompile.c1918 case idLength: SP_INSN(length); return COMPILE_OK;
H A Dparse.y2857 NEW_CALL(NEW_CALL(NEW_DVAR(id), idLength, 0),
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dicuin40shim.cpp84 int32_t idLength,
91 return utrans_openU(id, idLength, dir, rules, rulesLength, parseError, status);
83 utrans_openU_4_0(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
H A Dutrans.cpp134 int32_t idLength,
153 UnicodeString ID(idLength<0, id, idLength); // r-o alias
255 utrans_unregisterID(const UChar* id, int32_t idLength) { argument
256 UnicodeString ID(idLength<0, id, idLength); // r-o alias
133 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
H A Dvzone.cpp27 vzone_openID(const UChar* ID, int32_t idLength){ argument
28 UnicodeString s(idLength==-1, ID, idLength);
H A Dvzone.h40 * @param idLength, length of the ID parameter
45 vzone_openID(const UChar* ID, int32_t idLength);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dutrans.h174 * @param idLength the length of the ID string, or -1 if NUL-terminated
191 int32_t idLength,
301 * @param idLength the length of id, or -1 if id is zero-terminated
305 utrans_unregisterID(const UChar* id, int32_t idLength);
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
146 if(idLength<0) {
147 idLength=(int32_t)strlen(id);
150 targetLength=treeLength+idLength+suffixLength;
159 memcpy(target+treeLength, id, idLength);
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutransts.c185 int32_t idLength, id2Length, count, count2; local
203 id=uenum_unext(uenum, &idLength, &errorCode);
217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
219 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
225 log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength));
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c491 int idLength, newBytes;
494 idLength = strlen(id);
495 newBytes = idLength + strlen(name) + 1;
498 strcpy(newProp+idLength, name);
487 int idLength, newBytes; local
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSend.c478 int idLength, newBytes;
481 idLength = strlen(id);
482 newBytes = idLength + strlen(name) + 1;
485 strcpy(newProp+idLength, name);
474 int idLength, newBytes; local
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y2857 NEW_CALL(NEW_CALL(NEW_DVAR(id), idLength, 0),

Completed in 313 milliseconds